Skip to content

Commit eead359

Browse files
Miriam-Racheljmberg-intel
authored andcommitted
wifi: iwlwifi: mvm: fix typo in debug print
Change EMSLR to EMLSR Fixes: 6cf7df9 ("wifi: iwlwifi: mvm: Add helper functions to update EMLSR status") Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://msgid.link/20240505091420.db629302bfdc.I135e28b89fab3b614ad8758c0305834934f8c0af@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 2f876f9 commit eead359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • drivers/net/wireless/intel/iwlwifi/mvm

drivers/net/wireless/intel/iwlwifi/mvm/link.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ void iwl_mvm_block_esr(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
916916
return;
917917

918918
if (!(mvmvif->esr_disable_reason & reason))
919-
IWL_DEBUG_INFO(mvm, "Blocking EMSLR mode. reason = 0x%x\n",
919+
IWL_DEBUG_INFO(mvm, "Blocking EMLSR mode. reason = 0x%x\n",
920920
reason);
921921

922922
mvmvif->esr_disable_reason |= reason;
@@ -976,7 +976,7 @@ void iwl_mvm_unblock_esr(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
976976
if (!(mvmvif->esr_disable_reason & reason))
977977
return;
978978

979-
IWL_DEBUG_INFO(mvm, "Unblocking EMSLR mode. reason = 0x%x\n", reason);
979+
IWL_DEBUG_INFO(mvm, "Unblocking EMLSR mode. reason = 0x%x\n", reason);
980980

981981
mvmvif->esr_disable_reason &= ~reason;
982982

0 commit comments

Comments
 (0)