summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/wmi.h
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>2011-09-10 15:26:34 +0530
committerKalle Valo <kvalo@qca.qualcomm.com>2011-09-16 18:49:26 +0300
commitac59a2b285abbcec1ec487ef56dcc25c654853fb (patch)
tree94c4429754a90a18537ce26b3b070614ce743372 /drivers/net/wireless/ath/ath6kl/wmi.h
parent97e0496d056726ab46e7e977315f2ab847b34209 (diff)
downloadlinux-ac59a2b285abbcec1ec487ef56dcc25c654853fb.tar.gz
linux-ac59a2b285abbcec1ec487ef56dcc25c654853fb.tar.xz
linux-ac59a2b285abbcec1ec487ef56dcc25c654853fb.zip
ath6kl: Remove auth type fall back in auto authentication mode
Target already tries with different authentication mechanism when authentication type is configured to NL80211_AUTHTYPE_AUTOMATIC. Remove this piece of code from driver. Having this code in driver even affects auto + WEP authentication in some cases. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/wmi.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/wmi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/wmi.h b/drivers/net/wireless/ath/ath6kl/wmi.h
index dc49ef86c1c8..f036e78522ab 100644
--- a/drivers/net/wireless/ath/ath6kl/wmi.h
+++ b/drivers/net/wireless/ath/ath6kl/wmi.h
@@ -566,11 +566,6 @@ enum dot11_auth_mode {
LEAP_AUTH = 0x04,
};
-enum {
- AUTH_IDLE,
- AUTH_OPEN_IN_PROGRESS,
-};
-
enum auth_mode {
NONE_AUTH = 0x01,
WPA_AUTH = 0x02,