X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F050-compat_firmware.patch;h=c51c6721396a6368ff3da7341854e2acdbe92669;hb=0838e883f23dccd17ce752b698ac26c2a625e4e4;hp=f4cc27d40567828409d0e1d5b45f954326e924ab;hpb=e79f073de9274053aad1e463f3bd5843c7ef765e;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/package/mac80211/patches/050-compat_firmware.patch b/package/mac80211/patches/050-compat_firmware.patch index f4cc27d405..c51c672139 100644 --- a/package/mac80211/patches/050-compat_firmware.patch +++ b/package/mac80211/patches/050-compat_firmware.patch @@ -59,7 +59,7 @@ static int __init compat_init(void) { /* pm-qos for kernels <= 2.6.24, this is a no-op on newer kernels */ -@@ -45,15 +56,15 @@ static int __init compat_init(void) +@@ -46,7 +57,8 @@ static int __init compat_init(void) COMPAT_BASE_TREE " " COMPAT_BASE_TREE_VERSION "\n"); @@ -69,12 +69,13 @@ } module_init(compat_init); - static void __exit compat_exit(void) - { +@@ -55,7 +67,8 @@ static void __exit compat_exit(void) compat_pm_qos_power_deinit(); -- + compat_system_workqueue_destroy(); + - return; + firmware_class_exit(); ++ return; } module_exit(compat_exit);