]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: initialize tx chainmask before testing channel tx power values
authorFelix Fietkau <nbd@openwrt.org>
Wed, 27 Jul 2011 13:01:02 +0000 (15:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 1 Aug 2011 17:46:44 +0000 (13:46 -0400)
commite0a391c3dba43a1fd380f6580c0a833e1b09c4b5
tree48f2e5380871d0a78756a00db56a6feb997d5043
parent7aff33c233441d06183f0e8941fb440ed3853517
ath9k: initialize tx chainmask before testing channel tx power values

With an uninitialized chainmask, the per-channel power will only contain
the power limits for a single chain instead of the combined tx power.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/init.c