aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/wlcore.h
diff options
context:
space:
mode:
authorGuy Mishol <guym@ti.com>2014-12-29 08:24:12 +0200
committerKalle Valo <kvalo@codeaurora.org>2015-01-09 15:48:03 +0200
commit1cd91b2c4d8a5ebe9ba7874fcd45ee2b9b444b04 (patch)
tree0539f0e9f85ec39425aa7178dff5ca5376bc1296 /drivers/net/wireless/ti/wlcore/wlcore.h
parentwlcore: allow using dfs channels (diff)
downloadlinux-dev-1cd91b2c4d8a5ebe9ba7874fcd45ee2b9b444b04.tar.xz
linux-dev-1cd91b2c4d8a5ebe9ba7874fcd45ee2b9b444b04.zip
wlcore: add dfs region to reg domain update cmd
Add dfs region to the reg domain channel update command. Signed-off-by: Guy Mishol <guym@ti.com> Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/wlcore.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/wlcore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore.h b/drivers/net/wireless/ti/wlcore/wlcore.h
index 581c47913cec..d599c869e6e8 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore.h
@@ -465,6 +465,9 @@ struct wl1271 {
/* HW HT (11n) capabilities */
struct ieee80211_sta_ht_cap ht_cap[WLCORE_NUM_BANDS];
+ /* the current dfs region */
+ enum nl80211_dfs_regions dfs_region;
+
/* size of the private FW status data */
size_t fw_status_len;
size_t fw_status_priv_len;