Re: [RFC 60g 4/5] wireless: 60g protocol constants
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2012-06-28 18:06:54
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2012-06-28 18:06:54
On Thu, 2012-06-28 at 14:16 +0300, Vladimir Kondratiev wrote:
@@ -1133,7 +1163,6 @@ struct ieee80211_ht_operation { #define IEEE80211_SPCT_MSR_RPRT_TYPE_CCA 1 #define IEEE80211_SPCT_MSR_RPRT_TYPE_RPI 2 - /* 802.11g ERP information element */ #define WLAN_ERP_NON_ERP_PRESENT (1<<0) #define WLAN_ERP_USE_PROTECTION (1<<1)
spurious change?
@@ -1196,6 +1235,17 @@ enum ieee80211_statuscode { WLAN_STATUS_ANTI_CLOG_REQUIRED = 76, WLAN_STATUS_FCG_NOT_SUPP = 78, WLAN_STATUS_STA_NO_TBTT = 78, + /* 802.11ad */ + WLAN_STATUS_REJECTED_WITH_SUGGESTED_CHANGES = 39, + WLAN_STATUS_REJECTED_FOR_DELAY_PERIOD = 47,
I think you should match the surrounding style ...
@@ -1352,6 +1402,39 @@ enum ieee80211_eid { WLAN_EID_DSE_REGISTERED_LOCATION = 58, WLAN_EID_SUPPORTED_REGULATORY_CLASSES = 59, WLAN_EID_EXT_CHANSWITCH_ANN = 60, + /* 802.11ad */ + WLAN_EID_NON_TX_BSSID_CAP = 83,
ditto johannes