ath9k: connectivity is lost after Group rekeying is done
authorSenthil Balasubramanian <senthilkumar@atheros.com>
Wed, 17 Sep 2008 07:09:49 +0000 (12:39 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Sep 2008 20:52:50 +0000 (16:52 -0400)
commitd0be7cc7688d0cc2e4daf952c43b5ce86e5c8a1d
tree95590f674d49123be5950d33ddd3e2c7680da9d4
parentad55dcaff0e34269f86975ce2ea0da22e9eb74a1
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 <vasanth@atheros.com>
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Tested-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/xmit.c