From: Vasanthakumar Thiagarajan Date: Mon, 9 Apr 2012 15:21:20 +0000 (+0530) Subject: ath6kl: Fix 4-way handshake failure in AP and P2P GO mode X-Git-Tag: v3.5-rc1~109^2~410^2~128^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97c121bb23d32ef631c553d2656f8ccf8349507;p=pandora-kernel.git ath6kl: Fix 4-way handshake failure in AP and P2P GO mode RSN capability field of RSN IE which is generated (which is what really advertised in beacon/probe response) differs from the one generated in wpa_supplicant. This inconsistency in rsn IE results in 4-way handshake failure. To fix this, configure rsn capability used in wpa_supplicant in firmware using a new wmi command, WMI_SET_IE_CMDID. There is a bit (ATH6KL_FW_CAPABILITY_RSN_CAP_OVERRIDE) in fw_capabilities to advertise this support to driver. Signed-off-by: Subramania Sharma Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed