ath9k: add a missing case statement to ath_ant_div_comb_alt_check
authorGabor Juhos <juhosg@openwrt.org>
Tue, 21 Jun 2011 09:23:43 +0000 (11:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Jun 2011 20:09:55 +0000 (16:09 -0400)
commit66ce235a9d6ea8a7b7089d29000eb715c66a6221
treea9a6b48c031aeabb8b2541a85b30279d33ed82ce
parent7216198d31450e273fefcb94b4eb3ea07da99131
ath9k: add a missing case statement to ath_ant_div_comb_alt_check

The 'ar9003_hw_antdiv_comb_conf_get' function sets div_group to 2
however that value is not used in 'ath_ant_div_comb_alt_check'.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/recv.c