]> git.baikalelectronics.ru Git - kernel.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)
commitd89e472dc1248fd366f86c1fe64f7e74944f7b8f
treeb8239f2eea26890607b3adfe5115022573a59c32
parentb8080ea8e926188ba9c8b3a233016b0a7e8ec96d
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