aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorBing Zhao <bzhao@marvell.com>2013-12-13 21:33:02 -0500
committerJohn W. Linville <linville@tuxdriver.com>2013-12-18 15:23:11 -0500
commit82efa16ad2a30302e1d28ad9e6265a33a8ecc921 (patch)
tree79ebe2b73b32abd18c51f7acbaa8141526da4165 /drivers/net/wireless/mwifiex/main.h
parent699b027b9cefbaf779ad8eaab5e9ea122620827c (diff)
mwifiex: download per country tx power table to firmware
When driver gets regulatory domain change notifications or before associates to an AP with Country IE, the txpwrlimit table stored in device tree for that country is downloaded to firmware. The txpwrlimit downloading will happen only at the first time when the alpha2 country code is changed. World regulatory domain "00" notification doesn't trigger the downloading. This behavior is same as domain_info command. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 2f5035492ef9..ab3416449bfd 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -1153,6 +1153,8 @@ void mwifiex_uap_del_sta_data(struct mwifiex_private *priv,
1153void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, 1153void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer,
1154 struct mwifiex_bssdescriptor *bss_desc); 1154 struct mwifiex_bssdescriptor *bss_desc);
1155int mwifiex_11h_handle_event_chanswann(struct mwifiex_private *priv); 1155int mwifiex_11h_handle_event_chanswann(struct mwifiex_private *priv);
1156int mwifiex_dnld_dt_cfgdata(struct mwifiex_private *priv,
1157 struct device_node *node, const char *prefix);
1156 1158
1157extern const struct ethtool_ops mwifiex_ethtool_ops; 1159extern const struct ethtool_ops mwifiex_ethtool_ops;
1158 1160