]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ath9k_htc: Fix TKIP disconnect failure with HTC drivers
authorRajkumar Manoharan <rmanoharan@atheros.com>
Fri, 24 Sep 2010 12:28:50 +0000 (17:58 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Sep 2010 19:57:56 +0000 (15:57 -0400)
commite2b626248b0799bd14be40ce290c6681a8419512
tree8e66524373c8057c7cd2c34fe00ef015d10f8427
parent554891e63a29af35cc6bb403ef34e319518114d0
ath9k_htc: Fix TKIP disconnect failure with HTC drivers

The following commit removed splitmic. But forgot to add
ATH_CRYPT_CAP_MIC_COMBINED flag for HTC drivers which causes
TKIP to fail.

Author: Bruno Randolf <br1@einfach.org>
Date:   Wed Sep 8 16:04:54 2010 +0900

    ath/ath9k: Replace common->splitmic with a flag

    Replace common->splitmic with ATH_CRYPT_CAP_MIC_COMBINED flag.

Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_init.c