ath9k: do not limit the chainmask to 1 for legacy mode
authorFelix Fietkau <nbd@openwrt.org>
Sat, 18 Dec 2010 23:31:55 +0000 (00:31 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 20 Dec 2010 19:52:18 +0000 (14:52 -0500)
commitd4d5dc3d6f86cc70f08e45b840f3e681588d2718
tree9c51f93979521600bd481753c26acd4e0d8b7c6b
parentf1a8abb0459e96765bd1d300f434256d8dfac73d
ath9k: do not limit the chainmask to 1 for legacy mode

Restricting the chainmask to 1 for legacy mode disables useful features
such as MRC, and it reduces the available transmit power.
I can't think of a good reason to do this in legacy mode, so let's just
get rid of that code.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/virtual.c