On Tue Jan 7, 2025 at 3:10 AM CET, Karthikeyan Periyasamy wrote: > Currently, monitor interface not supported. Therefore, add the missed TLV > tags parsing in the monitor parser, configure the monitor vdev state > identifier with HTT filter setup. > > Depends-On: > [PATCH v3 0/3] wifi: ath12k: Refactor monitor Rx handler > https://lore.kernel.org/all/20241224143613.164921-1-quic_periyasa@xxxxxxxxxxx/ > > [PATCH v2 00/14] wifi: ath12k: Enable monitor ring for updating station dump in QCN9274 > https://lore.kernel.org/all/20241223060132.3506372-1-quic_ppranees@xxxxxxxxxxx/ > > [PATCH v2 00/10] wifi: ath12k: Add peer extended Rx statistics debugfs support > https://lore.kernel.org/all/20241224161442.263729-1-quic_periyasa@xxxxxxxxxxx/ > > Hari Chandrakanthan (1): > wifi: ath12k: fix link valid field initialization in the monitor Rx > > Karthikeyan Periyasamy (1): > wifi: ath12k: Replace band define G with GHZ where appropriate > > P Praneesh (5): > wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path > wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV > wifi: ath12k: change the status update in the monitor Rx > wifi: ath12k: Avoid packet offset and FCS length from Rx TLV > wifi: ath12k: add monitor interface support on QCN9274 > [...] Hello, There might be something wrong with this series. I applied it on top of ath-pending-202501150104 + the "ath12k: Add peer extended Rx statistics debugfs support" and now 'iw dev wlan0 station dump' shows me that the RSSI value seems to not be updated anymore after I stop a monitor interface on the same phy. Steps to reproduce: iw phy phy0 interface add mon0 type monitor ip link set mon0 up # then just for 1 sec but it might not be usefull at all tcpdump -nepi mon0 ip link set mon0 down watch -n1 iw dev wlan0 station dump # 'signal' seems to not be updating anymore, maybe some other fields too ? Don't know if this is from this series or something else broken before, but as we could not add a monitor interface before, I could not see it. There still is a possibility that I messed something up while applying it so I would greatly appreciate if you could check it. This is on split-phy QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 Thanks