Skip to content

Commit 7b5acd1

Browse files
lwfingerKalle Valo
authored andcommitted
rtlwifi: rtl8821ae: Silence useless log output
When driver rtl8821ae is loaded but not connected to any AP, it logs a "firmware not ready to run" message roughly once a minute. To eliminate logging this massage under normal debug conditions, the degug level needed to print this message is increased. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 89ef41b commit 7b5acd1

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/realtek/rtlwifi/rtl8821ae

1 file changed

+1
-1
lines changed

drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ int rtl8821ae_download_fw(struct ieee80211_hw *hw, bool buse_wake_on_wlan_fw)
271271

272272
err = _rtl8821ae_fw_free_to_go(hw);
273273
if (err) {
274-
RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
274+
RT_TRACE(rtlpriv, COMP_ERR, DBG_DMESG,
275275
"Firmware is not ready to run!\n");
276276
} else {
277277
RT_TRACE(rtlpriv, COMP_FW, DBG_LOUD,

0 commit comments

Comments
 (0)