aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar9170/ar9170.h
diff options
context:
space:
mode:
authorJoerg Albert <jal2@gmx.de>2009-09-15 22:23:06 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:38 -0400
commit7c52c07de8bd0433db6b3e0147544e5a2f01b786 (patch)
tree1888ac9a234eb64fb53dd1d0f8b84be9d040b138 /drivers/net/wireless/ath/ar9170/ar9170.h
parentar9170: fixed coding style, moved define (diff)
downloadlinux-dev-7c52c07de8bd0433db6b3e0147544e5a2f01b786.tar.xz
linux-dev-7c52c07de8bd0433db6b3e0147544e5a2f01b786.zip
ar9170: add heavy clip handling
add heavy clip handling for 2.4GHz only (similar to the vendor driver). Signed-off-by: Joerg Albert <jal2@gmx.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/ar9170.h')
-rw-r--r--drivers/net/wireless/ath/ar9170/ar9170.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ar9170/ar9170.h b/drivers/net/wireless/ath/ar9170/ar9170.h
index c5576eec12ae..ec034af26980 100644
--- a/drivers/net/wireless/ath/ar9170/ar9170.h
+++ b/drivers/net/wireless/ath/ar9170/ar9170.h
@@ -202,6 +202,8 @@ struct ar9170 {
u8 power_2G_ht20[8];
u8 power_2G_ht40[8];
+ u8 phy_heavy_clip;
+
#ifdef CONFIG_AR9170_LEDS
struct delayed_work led_work;
struct ar9170_led leds[AR9170_NUM_LEDS];