]> www.infradead.org Git - users/dwmw2/linux.git/commit
ath10k: Do not send probe response template for mesh
authorSurabhi Vishnoi <svishnoi@codeaurora.org>
Wed, 17 Apr 2019 08:31:46 +0000 (14:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2019 05:28:18 +0000 (07:28 +0200)
commit9dd42218c8b6f67b7bbcf7b089deabe7233e1845
tree9bcddab0dc7d57f24a0895bbabfb4a542a596e34
parentd41a18ccc1940069ea9c02c46dfd107c4fbb8980
ath10k: Do not send probe response template for mesh

[ Upstream commit 97354f2c432788e3163134df6bb144f4b6289d87 ]

Currently mac80211 do not support probe response template for
mesh point. When WMI_SERVICE_BEACON_OFFLOAD is enabled, host
driver tries to configure probe response template for mesh, but
it fails because the interface type is not NL80211_IFTYPE_AP but
NL80211_IFTYPE_MESH_POINT.

To avoid this failure, skip sending probe response template to
firmware for mesh point.

Tested HW: WCN3990/QCA6174/QCA9984

Signed-off-by: Surabhi Vishnoi <svishnoi@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/ath/ath10k/mac.c