diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 2543e48bd81..562d2984c48 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -380,6 +380,9 @@ void ieee80211_restart_hw(struct ieee80211_hw *hw) | |||
380 | 380 | ||
381 | trace_api_restart_hw(local); | 381 | trace_api_restart_hw(local); |
382 | 382 | ||
383 | wiphy_info(hw->wiphy, | ||
384 | "Hardware restart was requested\n"); | ||
385 | |||
383 | /* use this reason, ieee80211_reconfig will unblock it */ | 386 | /* use this reason, ieee80211_reconfig will unblock it */ |
384 | ieee80211_stop_queues_by_reason(hw, | 387 | ieee80211_stop_queues_by_reason(hw, |
385 | IEEE80211_QUEUE_STOP_REASON_SUSPEND); | 388 | IEEE80211_QUEUE_STOP_REASON_SUSPEND); |