diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-05-06 13:34:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-06 15:15:07 -0400 |
commit | 9dfd6ba353b993d648dcda72480c7ce92cd27c7e (patch) | |
tree | 2e6c3e5f407cdb086419bc5f8ccdb1dc604505bb /include/linux/ieee80211.h | |
parent | f9dd6b52873ad9fda51a3881c80c96d06ee6a57d (diff) |
mac80211: Update SA Query transaction id length
IEEE 802.11w/D8.0 changed the length of the SA Query transaction
identifier from 16 to 2 octets.
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index c52e7fba4e40..dc92359f37e6 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -543,7 +543,7 @@ struct ieee80211_tim_ie { | |||
543 | u8 virtual_map[1]; | 543 | u8 virtual_map[1]; |
544 | } __attribute__ ((packed)); | 544 | } __attribute__ ((packed)); |
545 | 545 | ||
546 | #define WLAN_SA_QUERY_TR_ID_LEN 16 | 546 | #define WLAN_SA_QUERY_TR_ID_LEN 2 |
547 | 547 | ||
548 | struct ieee80211_mgmt { | 548 | struct ieee80211_mgmt { |
549 | __le16 frame_control; | 549 | __le16 frame_control; |