]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c1f9c0c112a7fe1b76c2cb84ee77eb500fa8432
tree354a4d1a7b87ce0142f4090a1a1eaadf9f5d3049
parenteac9d2dac87bde28d94387d35a82765f9cd6885e
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