diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2015-02-26 13:23:18 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-03-07 08:57:42 +0100 |
commit | fe3cbdfc4f5837401729e77e86da553d1e86f2bd (patch) | |
tree | c07a6f61a5cb5f6a92682b12ea14791e05f13f3c /drivers/net/wireless/ath/ath10k/p2p.h | |
parent | ath10k: refactor p2p noa code (diff) | |
download | linux-fe3cbdfc4f5837401729e77e86da553d1e86f2bd.tar.xz linux-fe3cbdfc4f5837401729e77e86da553d1e86f2bd.zip |
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.h | 2 |
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 |