Skip to content

Commit

Permalink
Fix variable name in pe_err call
Browse files Browse the repository at this point in the history
Fixes 6be466a
  • Loading branch information
Flamefire authored Sep 25, 2023
1 parent 6be466a commit 8f04d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/qcacld-3.0/core/mac/src/pe/lim/lim_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ void lim_process_channel_switch_timeout(tpAniSirGlobal pMac)
* other AP once it disconnects.
*/
pe_err("Invalid channel freq %u Ignore CSA request",
channel_freq);
channel);
return;
}
lim_covert_channel_scan_type(pMac, psessionEntry->currentOperChannel,
Expand Down

0 comments on commit 8f04d01

Please sign in to comment.