|
@@ -816,9 +816,11 @@ struct ieee80211_bar {
|
|
|
} __attribute__((packed));
|
|
|
|
|
|
/* 802.11 BAR control masks */
|
|
|
-#define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000
|
|
|
-#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004
|
|
|
-
|
|
|
+#define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000
|
|
|
+#define IEEE80211_BAR_CTRL_MULTI_TID 0x0002
|
|
|
+#define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004
|
|
|
+#define IEEE80211_BAR_CTRL_TID_INFO_MASK 0xf000
|
|
|
+#define IEEE80211_BAR_CTRL_TID_INFO_SHIFT 12
|
|
|
|
|
|
#define IEEE80211_HT_MCS_MASK_LEN 10
|
|
|
|