From: Jouni Malinen Date: Thu, 26 Feb 2009 09:18:46 +0000 (+0200) Subject: ath9k: Fix hw crypto configuration for TKIP in AP mode X-Git-Tag: v2.6.30-rc1~662^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f53dd64f192450cb331c0fecfc26ca952fb242f;p=pandora-kernel.git ath9k: Fix hw crypto configuration for TKIP in AP mode Incorrect Michael MIC key (RX, should have been TX) was set for the group key in AP mode. This resulted in all broadcast frames triggering Michael MIC errors and eventual TKIP countermeasures. The change here sets the correct Michael MIC key based on whether the local end is the authenticator (well, AP for now). Signed-off-by: Jouni Malinen Tested-by: Pat Erley Signed-off-by: John W. Linville --- Reading git-diff-tree failed