aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl18xx/conf.h
diff options
context:
space:
mode:
authorVictor Goldenshtein <victorg@ti.com>2012-12-27 08:49:47 -0500
committerLuciano Coelho <coelho@ti.com>2013-02-08 03:17:03 -0500
commit1d6146659ef7ae10263d490a9554ff0bfc7f6ecd (patch)
tree75cb7503de1dc3cd64e747c03206a8e833a85a02 /drivers/net/wireless/ti/wl18xx/conf.h
parent5dc283fe9ab360433aa05fcbe0f43cad40f68774 (diff)
wl18xx: add new phy configuration parameters for telec support
Add back-off settings to the wl18xx_mac_and_phy_params. We had an empty space where the new parameters are added, so this change doesn't affect backwards-compatibility with older firmwares. Update WL18XX_CONF_VERSION accordingly. Signed-off-by: Victor Goldenshtein <victorg@ti.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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/conf.h b/drivers/net/wireless/ti/wl18xx/conf.h
index b5f114857191..e34302e3b51d 100644
--- a/drivers/net/wireless/ti/wl18xx/conf.h
+++ b/drivers/net/wireless/ti/wl18xx/conf.h
@@ -23,7 +23,7 @@
23#define __WL18XX_CONF_H__ 23#define __WL18XX_CONF_H__
24 24
25#define WL18XX_CONF_MAGIC 0x10e100ca 25#define WL18XX_CONF_MAGIC 0x10e100ca
26#define WL18XX_CONF_VERSION (WLCORE_CONF_VERSION | 0x0005) 26#define WL18XX_CONF_VERSION (WLCORE_CONF_VERSION | 0x0006)
27#define WL18XX_CONF_MASK 0x0000ffff 27#define WL18XX_CONF_MASK 0x0000ffff
28#define WL18XX_CONF_SIZE (WLCORE_CONF_SIZE + \ 28#define WL18XX_CONF_SIZE (WLCORE_CONF_SIZE + \
29 sizeof(struct wl18xx_priv_conf)) 29 sizeof(struct wl18xx_priv_conf))
@@ -70,8 +70,9 @@ struct wl18xx_mac_and_phy_params {
70 u8 pwr_limit_reference_11_abg; 70 u8 pwr_limit_reference_11_abg;
71 u8 per_chan_pwr_limit_arr_11p[NUM_OF_CHANNELS_11_P]; 71 u8 per_chan_pwr_limit_arr_11p[NUM_OF_CHANNELS_11_P];
72 u8 pwr_limit_reference_11p; 72 u8 pwr_limit_reference_11p;
73 u8 spare1[9]; 73 u8 spare1;
74 u8 spare2[9]; 74 u8 per_chan_bo_mode_11_abg[13];
75 u8 per_chan_bo_mode_11_p[4];
75 u8 primary_clock_setting_time; 76 u8 primary_clock_setting_time;
76 u8 clock_valid_on_wake_up; 77 u8 clock_valid_on_wake_up;
77 u8 secondary_clock_setting_time; 78 u8 secondary_clock_setting_time;