wil6210: off channel transmit management frames in AP mode
authorAhmad Masri <amasri@codeaurora.org>
Tue, 24 Jul 2018 07:44:38 +0000 (10:44 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 31 Jul 2018 08:01:52 +0000 (11:01 +0300)
commitb698e2dfc24cd148ce32f622a20938037ebe06b7
tree59c7ee926dd7a7376dc43025e8bbed94e6e3ab73
parent6a363e8aa3828621eb4bc5e506f35f6ca9016d57
wil6210: off channel transmit management frames in AP mode

Currently wil6210 ignores the channel field in the
cfg80211_mgmt_tx_params struct for wil_cfg80211_ops mgmt_tx operation
and sends all management frames on the serving channel.

Add support for off-channel transmission of management frames
(WIPHY_FLAG_OFFCHAN_TX) in AP mode. This is useful in enterprise APs
for sending custom probe request frames.

Signed-off-by: Ahmad Masri <amasri@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/cfg80211.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c