On 2/26/2025 3:34 AM, Lingbo Kong wrote: > On 2025/2/10 13:40, Lingbo Kong wrote: >> Currently, command “iw wlan0 station dump” does not show per-chain signal >> strength. >> >> This is because ath12k does not handle the num_per_chain_rssi and >> rssi_avg_beacon reported by firmware to ath12k. >> >> To address this, update ath12k to send WMI_REQUEST_STATS_CMDID with the >> flag WMI_REQUEST_RSSI_PER_CHAIN_STAT to the firmware. Then, add logic to >> handle num_per_chain_rssi and rssi_avg_beacon in the >> ath12k_wmi_tlv_fw_stats_parse(), and assign the resulting per-chain signal >> strength to the chain_signal of struct station_info. ... > > hi jeff, > do you have any updates on this patch?🙂 This fell off my radar. Can you rebase since it no longer applies?