aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/mac80211/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index 8d5c19e4a1bc..210dfe3cf6c3 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -858,7 +858,7 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)
858 mdev->set_multicast_list = ieee80211_master_set_multicast_list; 858 mdev->set_multicast_list = ieee80211_master_set_multicast_list;
859 859
860 local->hw.workqueue = 860 local->hw.workqueue =
861 create_freezeable_workqueue(wiphy_name(local->hw.wiphy)); 861 create_singlethread_workqueue(wiphy_name(local->hw.wiphy));
862 if (!local->hw.workqueue) { 862 if (!local->hw.workqueue) {
863 result = -ENOMEM; 863 result = -ENOMEM;
864 goto fail_workqueue; 864 goto fail_workqueue;