Searched defs:ath10k_sta (Results 1 – 2 of 2) sorted by relevance
519 struct ath10k_sta { struct520 struct ath10k_vif *arvif;523 u32 changed; /* IEEE80211_RC_* */524 u32 bw;548 struct ath10k_sta_tid_stats tid_stats[IEEE80211_NUM_TIDS + 1]; argument551 u32 peer_ps_state;552 struct work_struct tid_config_wk;553 int noack[ATH10K_TID_MAX];554 int retry_long[ATH10K_TID_MAX];555 int ampdu[ATH10K_TID_MAX];[all …]
517 struct ath10k_sta { struct518 struct ath10k_vif *arvif;521 u32 changed; /* IEEE80211_RC_* */522 u32 bw;546 struct ath10k_sta_tid_stats tid_stats[IEEE80211_NUM_TIDS + 1]; argument549 u32 peer_ps_state;550 struct work_struct tid_config_wk;551 int noack[ATH10K_TID_MAX];552 int retry_long[ATH10K_TID_MAX];553 int ampdu[ATH10K_TID_MAX];[all …]