Re: [PATCH] ath10k: add support for AP CSA
From: Michal Kazior <hidden>
Date: 2014-01-17 13:46:43
On 17 January 2014 13:57, Kalle Valo [off-list ref] wrote:
Michal Kazior [off-list ref] writes:quoted
This patch implements Channel Switch Announcement for AP mode. This allows for a smooth channel switch for connected stations that support CSA when radar is detected. Signed-off-by: Michal Kazior <redacted>[...]quoted
--- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h@@ -414,6 +414,7 @@ struct ath10k { unsigned int filter_flags; unsigned long dev_flags; u32 dfs_block_radar_events; + struct ath10k_vif *csa_arvif;Please document how this is serialised.
[...] I have a local patch capable of multi-interface CSA which basically rewrites this patch entirely. Unless you want me send that as a follow up patch later I'd like to drop this patch and send a completely new one later. Michał