12 lines
293 B
Diff
12 lines
293 B
Diff
--- a/net/mac80211/main.c
|
|
+++ b/net/mac80211/main.c
|
|
@@ -269,7 +269,7 @@ void ieee80211_hw_conf_init(struct ieee8
|
|
ctx ? &ctx->conf : NULL);
|
|
}
|
|
|
|
- WARN_ON(drv_config(local, changed));
|
|
+ drv_config(local, changed);
|
|
}
|
|
|
|
int ieee80211_emulate_add_chanctx(struct ieee80211_hw *hw,
|