FT: Fix status code values to match with IEEE 802.11r-2007
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 9 Mar 2009 20:28:30 +0000 (22:28 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 9 Mar 2009 20:28:30 +0000 (22:28 +0200)
It looks like couple of status code values were changed during the
802.11r draft process and these were not updated in source code yet.

src/common/ieee802_11_defs.h

index e04b285..5db8fc2 100644 (file)
 #define WLAN_STATUS_ASSOC_DENIED_LISTEN_INT_TOO_LARGE 51
 /* IEEE 802.11r */
 #define WLAN_STATUS_INVALID_FT_ACTION_FRAME_COUNT 52
-#define WLAN_STATUS_EXPECTED_RESOURCE_REQ_FT 53
-#define WLAN_STATUS_INVALID_PMKID 54
-#define WLAN_STATUS_INVALID_MDIE 55
-#define WLAN_STATUS_INVALID_FTIE 56
+#define WLAN_STATUS_INVALID_PMKID 53
+#define WLAN_STATUS_INVALID_MDIE 54
+#define WLAN_STATUS_INVALID_FTIE 55
 
 /* Reason codes (IEEE 802.11-2007, 7.3.1.7, Table 7-22) */
 #define WLAN_REASON_UNSPECIFIED 1