summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl18xx/conf.h
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2012-05-10 12:14:16 +0300
committerLuciano Coelho <coelho@ti.com>2012-06-05 15:58:46 +0300
commit5add82edd14d9bf051e06588ac65c7e2182bd330 (patch)
tree837e7e8bef199dac0caeeb2e03e8626b071a4c87 /drivers/net/wireless/ti/wl18xx/conf.h
parent8334271882b46e4bc15337ed27428be121156165 (diff)
wl18xx: add power limit reference value to mac_and_phy settings
With more recent PHY firmware versions (>8.1.0.0.116), we need to use the correct value for the pwr_limit_reference_11_abg parameter when setting the mac_and_phy options. For now we use a hardcoded 0xc8 as the value. This will be moved to the configuration binary when it gets implemented. Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/conf.h')
-rw-r--r--drivers/net/wireless/ti/wl18xx/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/conf.h b/drivers/net/wireless/ti/wl18xx/conf.h
index a6058fb86e7..ffad302b6cb 100644
--- a/drivers/net/wireless/ti/wl18xx/conf.h
+++ b/drivers/net/wireless/ti/wl18xx/conf.h
@@ -43,6 +43,7 @@ struct wl18xx_conf_phy {
u8 primary_clock_setting_time;
u8 clock_valid_on_wake_up;
u8 secondary_clock_setting_time;
+ u8 pwr_limit_reference_11_abg;
};
struct wl18xx_priv_conf {