diff options
| author | Miri Korenblit <[email protected]> | 2024-07-29 17:20:18 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-08-27 08:15:15 +0000 |
| commit | 36a95e9c51684bbc0983219cc1d86a8428e4d65f (patch) | |
| tree | 0b5ab70d951ac4f2b8bb90cc72d653bdb98b9d18 /drivers/net/wireless/intel/iwlwifi/mvm/sta.c | |
| parent | wifi: iwlwifi: Enable channel puncturing for US/CAN from bios (diff) | |
| download | kernel-36a95e9c51684bbc0983219cc1d86a8428e4d65f.tar.gz kernel-36a95e9c51684bbc0983219cc1d86a8428e4d65f.zip | |
wifi: iwlwifi: mvm: add and improve EMLSR debug info
Add prints of the per-link MPDU counters, and change the other MPDU
counters related prints to use DL_INFO, which is already used for all
EMLSR tests anyway, instead of DL_STATS which pollutes the logs with all
the RX signal info.
Signed-off-by: Miri Korenblit <[email protected]>
Reviewed-by: Daniel Gabay <[email protected]>
Link: https://patch.msgid.link/20240729201718.02bd85837c87.I85480c9c4fab0f7a574dd69cbeafd82674146921@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sta.c')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c index 550c97a014b9..cf4d6425f634 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/sta.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/sta.c @@ -4455,7 +4455,7 @@ void iwl_mvm_count_mpdu(struct iwl_mvm_sta *mvm_sta, u8 fw_sta_id, u32 count, sizeof(queue_counter->per_link)); queue_counter->window_start = jiffies; - IWL_DEBUG_STATS(mvm, "MPDU counters are cleared\n"); + IWL_DEBUG_INFO(mvm, "MPDU counters are cleared\n"); } for (int i = 0; i < IWL_FW_MAX_LINK_ID; i++) |
