diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-21 11:23:40 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 22:09:54 +0200 |
commit | 0c453732a757d8160e99a23e9b551de8dc7e642c (patch) | |
tree | fc7572ead7823dcce07250ab0c0143851ac4392b /drivers/net/wireless/ath/ath9k/ar9003_phy.h | |
parent | ath9k: configure xpa bias level for AR9330 (diff) | |
download | linux-0c453732a757d8160e99a23e9b551de8dc7e642c.tar.xz linux-0c453732a757d8160e99a23e9b551de8dc7e642c.zip |
ath9k: set NF limits for AR9330
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_phy.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_phy.h b/drivers/net/wireless/ath/ath9k/ar9003_phy.h index 443090d278e3..d259278fcc84 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.h @@ -332,6 +332,8 @@ #define AR_PHY_CCA_MAX_GOOD_VAL_9300_2GHZ -95 #define AR_PHY_CCA_MAX_GOOD_VAL_9300_5GHZ -100 +#define AR_PHY_CCA_NOM_VAL_9330_2GHZ -118 + /* * AGC Field Definitions */ |