mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
wifi: iwlwifi: mvm: fix typo in debug print
Change EMSLR to EMLSR
Fixes: 6cf7df9f01 ("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>
This commit is contained in:
parent
2f876f910b
commit
eead359109
|
|
@ -916,7 +916,7 @@ void iwl_mvm_block_esr(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
|
|||
return;
|
||||
|
||||
if (!(mvmvif->esr_disable_reason & reason))
|
||||
IWL_DEBUG_INFO(mvm, "Blocking EMSLR mode. reason = 0x%x\n",
|
||||
IWL_DEBUG_INFO(mvm, "Blocking EMLSR mode. reason = 0x%x\n",
|
||||
reason);
|
||||
|
||||
mvmvif->esr_disable_reason |= reason;
|
||||
|
|
@ -976,7 +976,7 @@ void iwl_mvm_unblock_esr(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
|
|||
if (!(mvmvif->esr_disable_reason & reason))
|
||||
return;
|
||||
|
||||
IWL_DEBUG_INFO(mvm, "Unblocking EMSLR mode. reason = 0x%x\n", reason);
|
||||
IWL_DEBUG_INFO(mvm, "Unblocking EMLSR mode. reason = 0x%x\n", reason);
|
||||
|
||||
mvmvif->esr_disable_reason &= ~reason;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user