Re: [PATCH ath-next] wifi: ath10k: filter non-UTF testmode events
From: Rameshkumar Sundaram
Date: Fri Jul 31 2026 - 01:57:51 EST
On 7/30/2026 8:02 AM, Linghui Wu wrote:
When UTF monitor is enabled, ath10k forwards WMI events to nl80211Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@xxxxxxxxxxxxxxxx>
testmode. Non-UTF events can therefore be delivered to userspace and
confuse FTM tools which expect only UTF responses.
Only forward known UTF event IDs from WMI event namespaces that route
events through ath10k_tm_event_wmi(), and drop other WMI events while UTF
monitor is active. READY events are still handled by the normal WMI
receive path.
Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.3.7.c5-00093.2-QCAHLSWMTPL-1
Signed-off-by: Linghui Wu <linghui.wu@xxxxxxxxxxxxxxxx>