diff options
author | David Gnedt <david.gnedt@davizone.at> | 2014-01-07 13:10:14 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-09 10:56:08 -0500 |
commit | c8909e5a275bfb57dc525d6551ed572e118e2eea (patch) | |
tree | e7cada306a872a763cc58ab42695aa7b6380b138 /drivers/net/wireless/ti/wl1251/wl1251.h | |
parent | ed3213c9134f322b8faf945a1528a0f0344c8510 (diff) | |
download | linux-c8909e5a275bfb57dc525d6551ed572e118e2eea.tar.gz |
wl1251: enable tx path in monitor mode if necessary for packet injection
If necessary enable the tx path in monitor mode for packet injection using
the JOIN command with BSS_TYPE_STA_BSS and zero BSSID.
Signed-off-by: David Gnedt <david.gnedt@davizone.at>
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl1251/wl1251.h')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/wl1251.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl1251/wl1251.h b/drivers/net/wireless/ti/wl1251/wl1251.h index e231cdc44fc5..235617a7716d 100644 --- a/drivers/net/wireless/ti/wl1251/wl1251.h +++ b/drivers/net/wireless/ti/wl1251/wl1251.h @@ -305,6 +305,7 @@ struct wl1251 { u8 listen_int; int channel; bool monitor_present; + bool joined; void *target_mem_map; struct acx_data_path_params_resp *data_path; |