Antw: Re: [PATCH] ieee80211: Update generic definitions to latest specs.
From: <hidden>
Date: 2005-06-02 19:02:24
From: <hidden>
Date: 2005-06-02 19:02:24
On Thu, 02 Jun 2005, Jiri Benc wrote:
On Wed, 01 Jun 2005 22:50:51 +0200, Gertjan van Wingerde wrote:quoted
+#define WLAN_STATUS_ASSOC_DENIED_SPECTRUM_MGMT_REQUIRED 22 +#define WLAN_STATUS_ASSOC_REJECTED_POWER_CAP_UNACCEPTABLE 23 +#define WLAN_STATUS_ASSOC_REJECTED_SUPP_CHANNELS_UNACCEPTABLE 24 (...) +/* 802.11h */ +#define WLAN_REASON_DISASSOC_POWER_CAP_UNACCEPTABLE 10 +#define WLAN_REASON_DISASSOC_SUPP_CHANNELS_UNACCEPTABLE 11Aren't these identifiers a bit too long? It seems to be unpractical to use them.
I was thinking about that too, but couldn't find a proper shorter version without losing the descriptive meaning. Do you have any suggestions to shorten them? BR, Gertjan