diff options
author | Dan Williams <dcbw@redhat.com> | 2007-05-10 22:53:14 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-05-11 14:54:53 -0400 |
commit | 1d42b8f293c55226d18d97127419157fa4e47b41 (patch) | |
tree | b2b4769530b2a13dff8c11e218700de56c9cda15 /drivers/net/wireless/libertas/dev.h | |
parent | ad1f3298959cf4321359da3288fd57acf2636369 (diff) |
[PATCH] libertas: remove 8021xauthalgs private ioctl
Useless; it set an internal variable that was unused anyway.
A supplicant handles all 802.1x authentication, not the driver.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r-- | drivers/net/wireless/libertas/dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h index 295e7d00f952..5b884497e6f0 100644 --- a/drivers/net/wireless/libertas/dev.h +++ b/drivers/net/wireless/libertas/dev.h @@ -59,7 +59,6 @@ struct wlan_802_11_security { u8 WPA2enabled; enum WLAN_802_11_WEP_STATUS WEPstatus; enum WLAN_802_11_AUTHENTICATION_MODE authmode; - enum WLAN_802_1X_AUTH_ALG auth1xalg; enum WLAN_802_11_ENCRYPTION_MODE Encryptionmode; }; |