Searched defs:ath10k_sta (Results 1 – 1 of 1) sorted by relevance
520 struct ath10k_sta { struct521 struct ath10k_vif *arvif;524 u32 changed; /* IEEE80211_RC_* */525 u32 bw;549 struct ath10k_sta_tid_stats tid_stats[IEEE80211_NUM_TIDS + 1]; argument552 u32 peer_ps_state;553 struct work_struct tid_config_wk;554 int noack[ATH10K_TID_MAX];555 int retry_long[ATH10K_TID_MAX];556 int ampdu[ATH10K_TID_MAX];[all …]