Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: > Print information about the 3rd and 4th RF paths and about the 3rd > spatial stream. > > Also, fix a small bug: don't show the average SNR and EVM for the OFDM > and HT/VHT rates when the rate is actually CCK 11M. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> [...] > - if (dm_info->curr_rx_rate >= DESC_RATE11M) { > + if (dm_info->curr_rx_rate >= DESC_RATE6M) { Good catch the error. > seq_puts(m, "[Rx Average Status]:\n"); > seq_printf(m, " * OFDM, EVM: {-%d}, SNR: {%d}\n", > (u8)ewma_evm_read(&ewma_evm[RTW_EVM_OFDM]),