Commit 9dfd6ba3 authored by Jouni Malinen's avatar Jouni Malinen Committed by John W. Linville

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: default avatarJouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f9dd6b52
...@@ -543,7 +543,7 @@ struct ieee80211_tim_ie { ...@@ -543,7 +543,7 @@ struct ieee80211_tim_ie {
u8 virtual_map[1]; u8 virtual_map[1];
} __attribute__ ((packed)); } __attribute__ ((packed));
#define WLAN_SA_QUERY_TR_ID_LEN 16 #define WLAN_SA_QUERY_TR_ID_LEN 2
struct ieee80211_mgmt { struct ieee80211_mgmt {
__le16 frame_control; __le16 frame_control;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment