diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-05-06 20:34:10 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-06 15:15:07 -0400 |
commit | 9dfd6ba353b993d648dcda72480c7ce92cd27c7e (patch) | |
tree | 2e6c3e5f407cdb086419bc5f8ccdb1dc604505bb | |
parent | f9dd6b52873ad9fda51a3881c80c96d06ee6a57d (diff) |
mac80211: Update SA Query transaction id lengthmaster-2009-05-08master-2009-05-06
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>
-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 c52e7fba4e4..dc92359f37e 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -543,7 +543,7 @@ struct ieee80211_tim_ie { u8 virtual_map[1]; } __attribute__ ((packed)); -#define WLAN_SA_QUERY_TR_ID_LEN 16 +#define WLAN_SA_QUERY_TR_ID_LEN 2 struct ieee80211_mgmt { __le16 frame_control; |