diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-08-28 17:01:53 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:45 -0400 |
commit | b2446b36800948586f1d1b8ef05803bba5f7489e (patch) | |
tree | 49687896b02ae79999cd57abb629d12c8ab14fec /include | |
parent | 3017b80bf0c4d6a44ccf0d35db9dadf01092b54e (diff) |
[MAC80211]: remove unused ioctls (1)
The ioctls
* PRISM2_PARAM_ANTENNA_MODE
* PRISM2_PARAM_STAT_TIME
are not used by hostapd or wpa_supplicant.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 6a2a0c3e7255..ff6a9c35e6d6 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -302,9 +302,6 @@ struct ieee80211_conf { | |||
302 | u8 antenna_sel_tx; | 302 | u8 antenna_sel_tx; |
303 | u8 antenna_sel_rx; | 303 | u8 antenna_sel_rx; |
304 | 304 | ||
305 | int antenna_def; | ||
306 | int antenna_mode; | ||
307 | |||
308 | /* Following five fields are used for IEEE 802.11H */ | 305 | /* Following five fields are used for IEEE 802.11H */ |
309 | unsigned int radar_detect; | 306 | unsigned int radar_detect; |
310 | unsigned int spect_mgmt; | 307 | unsigned int spect_mgmt; |