aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/wlcore.h
diff options
context:
space:
mode:
authorGuy Mishol <guym@ti.com>2015-07-27 09:46:02 +0300
committerKalle Valo <kvalo@codeaurora.org>2015-08-06 10:18:14 +0300
commitd1c5409612ad25d8a35a49a89ad302fc797eeb8e (patch)
tree2d0af030f1a2276e5c5f99d37c5413a5bc277fcb /drivers/net/wireless/ti/wlcore/wlcore.h
parentmwifiex: corrections in PCIe event skb handling (diff)
downloadlinux-dev-d1c5409612ad25d8a35a49a89ad302fc797eeb8e.tar.xz
linux-dev-d1c5409612ad25d8a35a49a89ad302fc797eeb8e.zip
wl18xx: add dynamic fw traces
add option to dynamically configure the fw which debug traces to open 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 7f363fa566a3..a1b6040e6491 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore.h
@@ -500,6 +500,9 @@ struct wl1271 {
/* interface combinations supported by the hw */
const struct ieee80211_iface_combination *iface_combinations;
u8 n_iface_combinations;
+
+ /* dynamic fw traces */
+ u32 dynamic_fw_traces;
};
int wlcore_probe(struct wl1271 *wl, struct platform_device *pdev);