]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath/ath9k: Replace common->splitmic with a flag
authorBruno Randolf <br1@einfach.org>
Wed, 8 Sep 2010 07:04:54 +0000 (16:04 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 16 Sep 2010 19:19:45 +0000 (15:19 -0400)
commit117675d06ad2dd16fcf466669ba9700a8d589ea3
treeb8239f2eea26890607b3adfe5115022573a59c32
parentd8878f83cf1cc0061e8b3bcf7dbd589410a51039
ath/ath9k: Replace common->splitmic with a flag

Replace common->splitmic with ATH_CRYPT_CAP_MIC_COMBINED flag.

splitmic has to be used when the ATH_CRYPT_CAP_MIC_COMBINED capability flag is
not set.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath.h
drivers/net/wireless/ath/ath9k/common.c
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/key.c