diff options
author | Dan Williams <dcbw@redhat.com> | 2007-05-10 23:11:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-05-11 14:54:53 -0400 |
commit | 69f88dc5f9816ed6b137c095e8f6f289958d8108 (patch) | |
tree | 6c04d7e5d49d88777e647e4665dc12521f14360c /drivers/net/wireless/libertas/defs.h | |
parent | 1d42b8f293c55226d18d97127419157fa4e47b41 (diff) |
[PATCH] libertas: remove setauthalg private ioctl
Obsoleted by SIOCSIWAUTH's IW_AUTH_80211_AUTH_ALG option introduced
by WE-18.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/defs.h')
-rw-r--r-- | drivers/net/wireless/libertas/defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/libertas/defs.h b/drivers/net/wireless/libertas/defs.h index 888a007ef767..15fcb2c047f2 100644 --- a/drivers/net/wireless/libertas/defs.h +++ b/drivers/net/wireless/libertas/defs.h | |||
@@ -223,13 +223,6 @@ enum SNRNF_DATA { | |||
223 | MAX_TYPE_AVG | 223 | MAX_TYPE_AVG |
224 | }; | 224 | }; |
225 | 225 | ||
226 | /** WLAN_802_11_AUTH_ALG*/ | ||
227 | enum WLAN_802_11_AUTH_ALG { | ||
228 | AUTH_ALG_OPEN_SYSTEM = 1, | ||
229 | AUTH_ALG_SHARED_KEY = 2, | ||
230 | AUTH_ALG_NETWORK_EAP = 8, | ||
231 | }; | ||
232 | |||
233 | /** WLAN_802_11_ENCRYPTION_MODE */ | 226 | /** WLAN_802_11_ENCRYPTION_MODE */ |
234 | enum WLAN_802_11_ENCRYPTION_MODE { | 227 | enum WLAN_802_11_ENCRYPTION_MODE { |
235 | CIPHER_NONE, | 228 | CIPHER_NONE, |