From: Vipin Mehta Date: Fri, 18 Feb 2011 21:13:03 +0000 (-0800) Subject: staging: ath6kl: Fixing key settings for WPA/WPA2 X-Git-Tag: v2.6.39-rc1~469^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8763b5fe88a0ef8858cd614d961578d34b673a0;p=pandora-kernel.git staging: ath6kl: Fixing key settings for WPA/WPA2 A bug was observed during the reconnection phase in the WPA/WPA2-PSK scenario where the EAPOL frames were going encrypted during an auto reconnection attempt. The initial 4-way handshake would go fine but then the driver was getting a command to set default keys sometime later. Setting of an incorrect flag (TX_USAGE) in the hadrware was causing the EAPOL frames during the subsequent 4-way handshake attempts to go encrypted causing the AP to reject the station. Signed-off-by: Vipin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed