From: Senthil Balasubramanian Date: Wed, 17 Sep 2008 07:09:49 +0000 (+0530) Subject: ath9k: connectivity is lost after Group rekeying is done X-Git-Tag: v2.6.27-rc8~35^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0be7cc7688d0cc2e4daf952c43b5ce86e5c8a1d;p=pandora-kernel.git ath9k: connectivity is lost after Group rekeying is done Connectivtiy is lost after Group rekeying is done. The keytype maintained by ath9k is reset when group key is updated. Though sc_keytype can be reset only for broadcast key the proper fix would be to use mac80211 provided key type from txinfo during xmit and get rid of sc_keytype from ath9k ath_softc. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Senthil Balasubramanian Tested-by: Steven Noonan Signed-off-by: John W. Linville --- Reading git-diff-tree failed