]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1b83c4d1601396f73871689d1193e8f807976e4
tree95590f674d49123be5950d33ddd3e2c7680da9d4
parent5db9bdbd7617f08533dcaed655b6f2fe26345655
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