diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2011-08-11 10:17:41 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-22 14:45:58 -0400 |
commit | c1407b6cb22245ae8653cfc195530a9b8eb52879 (patch) | |
tree | dc022758c715489691a0c4e5a927c1fa3398fd36 /include/linux/ieee80211.h | |
parent | 2a190322d4390bbd5184a2fd4f97bbef9f1f5b4e (diff) |
wireless: Introduce defines for BAR TID_INFO & MULTI_TID fields
While at it also fix the indention of the other IEEE80211_BAR_CTRL_ defines.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 54c878960872..5286de5fe989 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -816,9 +816,11 @@ struct ieee80211_bar { | |||
816 | } __attribute__((packed)); | 816 | } __attribute__((packed)); |
817 | 817 | ||
818 | /* 802.11 BAR control masks */ | 818 | /* 802.11 BAR control masks */ |
819 | #define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000 | 819 | #define IEEE80211_BAR_CTRL_ACK_POLICY_NORMAL 0x0000 |
820 | #define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 | 820 | #define IEEE80211_BAR_CTRL_MULTI_TID 0x0002 |
821 | 821 | #define IEEE80211_BAR_CTRL_CBMTID_COMPRESSED_BA 0x0004 | |
822 | #define IEEE80211_BAR_CTRL_TID_INFO_MASK 0xf000 | ||
823 | #define IEEE80211_BAR_CTRL_TID_INFO_SHIFT 12 | ||
822 | 824 | ||
823 | #define IEEE80211_HT_MCS_MASK_LEN 10 | 825 | #define IEEE80211_HT_MCS_MASK_LEN 10 |
824 | 826 | ||