rtl8812au-ct: fix netdevice notifier call warning
authorLiangbin Lian <jjm2473@gmail.com>
Wed, 14 May 2025 06:09:31 +0000 (14:09 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 May 2025 18:57:18 +0000 (20:57 +0200)
commit800ea46bd5df6bc65ef389394db8aec0d3b2f355
tree84db181de926431c4821236dcf8bab7731321e6d
parenta6822d598061018f0e5186c6b53bae664212e93b
rtl8812au-ct: fix netdevice notifier call warning

rtw_ndev_notifier_call should ignore network devices created by other drivers, and it does so,
but when CONFIG_WIRELESS_EXT=n, it does not behave as expected.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18801
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/rtl8812au-ct/Makefile
package/kernel/rtl8812au-ct/patches/005-fix-netdevice-notifier.patch [new file with mode: 0644]