ath6kl: Fix bug in setting dot11_auth_mode in AP mode
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Fri, 11 Nov 2011 15:03:01 +0000 (20:33 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sun, 13 Nov 2011 10:44:28 +0000 (12:44 +0200)
commitbe5abaafad8090a5051355b1d224bfbae0951fc2
tree354a4d1a7b87ce0142f4090a1a1eaadf9f5d3049
parent7cefa44f140bc88def4f68f38c76d37d5fd61630
ath6kl: Fix bug in setting dot11_auth_mode in AP mode

OPEN_AUTH is passed as dot11_auth_mode by default, this would
affect the AP mode when configured with shared authentication
type. Assign appropriate auth type to fix this from driver.
A patch in wpa_supplicant (wpa_supplicant: Set configured auth_algs)
is also needed to fix this.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c