diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2009-03-06 09:32:31 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:34 -0400 |
commit | cc88aff0732132e496d1c93a468a4577e93390ea (patch) | |
tree | c5422a739c49292805fc3e5dab273053e3f66619 /drivers | |
parent | d74cc9a7a317cc173fb522252fdff9e4cdd282a0 (diff) |
ipw2x00: remove obsolete enums
Remove obsolete enums from ipw2x00/ieee80211.h, they are not used anymore.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ieee80211.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/wireless/ipw2x00/ieee80211.h b/drivers/net/wireless/ipw2x00/ieee80211.h index 299e29fa2904..f82435eae49d 100644 --- a/drivers/net/wireless/ipw2x00/ieee80211.h +++ b/drivers/net/wireless/ipw2x00/ieee80211.h | |||
@@ -164,23 +164,6 @@ struct ieee80211_snap_hdr { | |||
164 | #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) | 164 | #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) |
165 | #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) | 165 | #define WLAN_GET_SEQ_SEQ(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) |
166 | 166 | ||
167 | /* Action categories - 802.11h */ | ||
168 | enum ieee80211_actioncategories { | ||
169 | WLAN_ACTION_SPECTRUM_MGMT = 0, | ||
170 | /* Reserved 1-127 */ | ||
171 | /* Error 128-255 */ | ||
172 | }; | ||
173 | |||
174 | /* Action details - 802.11h */ | ||
175 | enum ieee80211_actiondetails { | ||
176 | WLAN_ACTION_CATEGORY_MEASURE_REQUEST = 0, | ||
177 | WLAN_ACTION_CATEGORY_MEASURE_REPORT = 1, | ||
178 | WLAN_ACTION_CATEGORY_TPC_REQUEST = 2, | ||
179 | WLAN_ACTION_CATEGORY_TPC_REPORT = 3, | ||
180 | WLAN_ACTION_CATEGORY_CHANNEL_SWITCH = 4, | ||
181 | /* 5 - 255 Reserved */ | ||
182 | }; | ||
183 | |||
184 | #define IEEE80211_STATMASK_SIGNAL (1<<0) | 167 | #define IEEE80211_STATMASK_SIGNAL (1<<0) |
185 | #define IEEE80211_STATMASK_RSSI (1<<1) | 168 | #define IEEE80211_STATMASK_RSSI (1<<1) |
186 | #define IEEE80211_STATMASK_NOISE (1<<2) | 169 | #define IEEE80211_STATMASK_NOISE (1<<2) |