mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 17:36:50 +07:00
cw1200: Make the "scan failed" message into a warning
The reason that a scan failed for some reason (typically bad parameters) should be logged even when debugging is turned off. Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
5f5deff34e
commit
809c5255d8
@ -173,8 +173,9 @@ void cw1200_scan_work(struct work_struct *work)
|
||||
cw1200_set_pm(priv, &priv->powersave_mode);
|
||||
|
||||
if (priv->scan.status < 0)
|
||||
wiphy_dbg(priv->hw->wiphy, "[SCAN] Scan failed (%d).\n",
|
||||
priv->scan.status);
|
||||
wiphy_warn(priv->hw->wiphy,
|
||||
"[SCAN] Scan failed (%d).\n",
|
||||
priv->scan.status);
|
||||
else if (priv->scan.req)
|
||||
wiphy_dbg(priv->hw->wiphy,
|
||||
"[SCAN] Scan completed.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user