aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/p2p.h
diff options
context:
space:
mode:
authorMichal Kazior <michal.kazior@tieto.com>2015-02-26 13:23:18 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2015-03-07 09:57:42 +0200
commitfe3cbdfc4f5837401729e77e86da553d1e86f2bd (patch)
treec07a6f61a5cb5f6a92682b12ea14791e05f13f3c /drivers/net/wireless/ath/ath10k/p2p.h
parent6a94888f173f10d24d69d25fb99ab50bf750e0e3 (diff)
ath10k: implement handling of p2p noa event
Since new wmi-tlv firmware doesn't have SWBA event the only way to deliver P2P NoA information is through a new dedicated event. This fixes P2P GO Probe Responses to include P2P NoA when appropriate on the new firmware. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/p2p.h')
-rw-r--r--drivers/net/wireless/ath/ath10k/p2p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/p2p.h b/drivers/net/wireless/ath/ath10k/p2p.h
index 171d30d699cc..7be616e2e121 100644
--- a/drivers/net/wireless/ath/ath10k/p2p.h
+++ b/drivers/net/wireless/ath/ath10k/p2p.h
@@ -22,5 +22,7 @@ struct wmi_p2p_noa_info;
void ath10k_p2p_noa_update(struct ath10k_vif *arvif,
const struct wmi_p2p_noa_info *noa);
+void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id,
+ const struct wmi_p2p_noa_info *noa);
#endif