|
@@ -1853,6 +1853,7 @@ struct ieee80211_sta_rates {
|
|
|
* unlimited.
|
|
|
* @support_p2p_ps: indicates whether the STA supports P2P PS mechanism or not.
|
|
|
* @max_rc_amsdu_len: Maximum A-MSDU size in bytes recommended by rate control.
|
|
|
+ * @max_tid_amsdu_len: Maximum A-MSDU size in bytes for this TID
|
|
|
* @txq: per-TID data TX queues (if driver uses the TXQ abstraction); note that
|
|
|
* the last entry (%IEEE80211_NUM_TIDS) is used for non-data frames
|
|
|
*/
|
|
@@ -1894,6 +1895,7 @@ struct ieee80211_sta {
|
|
|
u16 max_amsdu_len;
|
|
|
bool support_p2p_ps;
|
|
|
u16 max_rc_amsdu_len;
|
|
|
+ u16 max_tid_amsdu_len[IEEE80211_NUM_TIDS];
|
|
|
|
|
|
struct ieee80211_txq *txq[IEEE80211_NUM_TIDS + 1];
|
|
|
|