mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
wil6210: improve dmesg for fw error handling
In case of FW error, make it clear (in dmesg) what branch is taken in the error recovery code. Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
b516fcc554
commit
e240537b4c
@ -267,9 +267,12 @@ static void wil_fw_error_worker(struct work_struct *work)
|
||||
break;
|
||||
case NL80211_IFTYPE_AP:
|
||||
case NL80211_IFTYPE_P2P_GO:
|
||||
wil_info(wil, "No recovery for AP-like interface\n");
|
||||
/* recovery in these modes is done by upper layers */
|
||||
break;
|
||||
default:
|
||||
wil_err(wil, "No recovery - unknown interface type %d\n",
|
||||
wdev->iftype);
|
||||
break;
|
||||
}
|
||||
mutex_unlock(&wil->mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user