diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-07-10 19:32:09 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-07-12 16:07:25 -0400 |
commit | 9771f740c6319e67bab44d18b9717c894a6f266d (patch) | |
tree | e7f3e2866c8fc25928eed995fc99512330a186c8 /net/mac80211/hostapd_ioctl.h | |
parent | 3ef8bed4692a0de6a47d162196c850c5dea85b70 (diff) | |
download | kernel-crypto-9771f740c6319e67bab44d18b9717c894a6f266d.tar.gz kernel-crypto-9771f740c6319e67bab44d18b9717c894a6f266d.tar.xz kernel-crypto-9771f740c6319e67bab44d18b9717c894a6f266d.zip |
[PATCH] mac80211: kill antenna select ioctls
Not used anywhere.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/hostapd_ioctl.h')
-rw-r--r-- | net/mac80211/hostapd_ioctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/hostapd_ioctl.h b/net/mac80211/hostapd_ioctl.h index 252204fd0ab..230eb4400ec 100644 --- a/net/mac80211/hostapd_ioctl.h +++ b/net/mac80211/hostapd_ioctl.h @@ -26,8 +26,6 @@ * mess shall be deleted completely. */ enum { PRISM2_PARAM_IEEE_802_1X = 23, - PRISM2_PARAM_ANTSEL_TX = 24, - PRISM2_PARAM_ANTSEL_RX = 25, /* Instant802 additions */ PRISM2_PARAM_CTS_PROTECT_ERP_FRAMES = 1001, |