aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wil6210/wil6210.h
diff options
context:
space:
mode:
authorMaya Erez <qca_merez@qca.qualcomm.com>2016-08-18 16:52:14 +0300
committerKalle Valo <kvalo@qca.qualcomm.com>2016-08-19 13:11:15 +0300
commitd35c2b6f8ffa75d430fd0fbbc5062f738c44f6e4 (patch)
tree849800e2553d03590a22137684f27dc386946b44 /drivers/net/wireless/ath/wil6210/wil6210.h
parentwil6210: change HALP logging category to IRQ (diff)
downloadlinux-dev-d35c2b6f8ffa75d430fd0fbbc5062f738c44f6e4.tar.xz
linux-dev-d35c2b6f8ffa75d430fd0fbbc5062f738c44f6e4.zip
wil6210: fix stop p2p device handling
fix stop p2p device handling to identify between search and listen and update the upper layers with the appropriate notification. The stop of p2p radio operations also needs to be performed in __wil_down. Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wil6210.h')
-rw-r--r--drivers/net/wireless/ath/wil6210/wil6210.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wil6210.h b/drivers/net/wireless/ath/wil6210/wil6210.h
index 9742446eadc4..608769120957 100644
--- a/drivers/net/wireless/ath/wil6210/wil6210.h
+++ b/drivers/net/wireless/ath/wil6210/wil6210.h
@@ -841,6 +841,7 @@ u8 wil_p2p_stop_discovery(struct wil6210_priv *wil);
int wil_p2p_cancel_listen(struct wil6210_priv *wil, u64 cookie);
void wil_p2p_listen_expired(struct work_struct *work);
void wil_p2p_search_expired(struct work_struct *work);
+void wil_p2p_stop_radio_operations(struct wil6210_priv *wil);
/* WMI for P2P */
int wmi_p2p_cfg(struct wil6210_priv *wil, int channel, int bi);