Files
openwrt-R7800-nss/package/kernel/mac80211/patches/subsys/991-silence-kernel-warning-on-ath10k-wave2-devices.patch
2025-04-14 18:00:04 +02:00

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,