summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl18xx/conf.h
diff options
context:
space:
mode:
authorIdo Reis <idor@ti.com>2012-04-23 16:49:19 +0300
committerLuciano Coelho <coelho@ti.com>2012-06-07 18:10:57 +0300
commit16ea4733210d741eeb5413acd261e675a12f980e (patch)
tree54c462ce566218f725927e971050e16e3d611572 /drivers/net/wireless/ti/wl18xx/conf.h
parent73395a79df00c3e0101bd7a0229dbbcc065b606a (diff)
wl18xx: FW/PHY arguments added for PG2
PG2 requires 4 new parameters that to be passed to the PHY. Use the actual PHY initialization struct size for the mem size of the PHY_INIT section, to account for additions in params. [Make sure PG1 still gets the original struct - Arik] Signed-off-by: Ido Reis <idor@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/conf.h')
-rw-r--r--drivers/net/wireless/ti/wl18xx/conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/conf.h b/drivers/net/wireless/ti/wl18xx/conf.h
index ffad302b6cb..4e0f189b253 100644
--- a/drivers/net/wireless/ti/wl18xx/conf.h
+++ b/drivers/net/wireless/ti/wl18xx/conf.h
@@ -44,6 +44,10 @@ struct wl18xx_conf_phy {
u8 clock_valid_on_wake_up;
u8 secondary_clock_setting_time;
u8 pwr_limit_reference_11_abg;
+ u8 psat;
+ s8 low_power_val;
+ s8 med_power_val;
+ s8 high_power_val;
};
struct wl18xx_priv_conf {