diff options
Diffstat (limited to 'package/mac80211/patches/050-compat_firmware.patch')
-rw-r--r-- | package/mac80211/patches/050-compat_firmware.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/mac80211/patches/050-compat_firmware.patch b/package/mac80211/patches/050-compat_firmware.patch index af7c4fec62..4fd501175f 100644 --- a/package/mac80211/patches/050-compat_firmware.patch +++ b/package/mac80211/patches/050-compat_firmware.patch @@ -17,7 +17,7 @@ compat-$(CONFIG_COMPAT_KERNEL_2_6_18) += compat-2.6.18.o --- a/compat/compat_firmware_class.c +++ b/compat/compat_firmware_class.c -@@ -741,19 +741,16 @@ request_firmware_nowait( +@@ -741,19 +741,16 @@ compat_request_firmware_nowait( return 0; } @@ -36,14 +36,14 @@ -fs_initcall(firmware_class_init); -module_exit(firmware_class_exit); - - EXPORT_SYMBOL(release_firmware); - EXPORT_SYMBOL(request_firmware); - EXPORT_SYMBOL(request_firmware_nowait); + EXPORT_SYMBOL_GPL(release_firmware); + EXPORT_SYMBOL_GPL(request_firmware); + EXPORT_SYMBOL_GPL(request_firmware_nowait); --- a/compat/main.c +++ b/compat/main.c -@@ -32,6 +32,17 @@ module_param(compat_version, charp, 0400 - MODULE_PARM_DESC(compat_version, - "Version of the kernel compat backport work"); +@@ -37,6 +37,17 @@ void compat_dependency_symbol(void) + } + EXPORT_SYMBOL_GPL(compat_dependency_symbol); +#if defined(CONFIG_FW_LOADER) && (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)) +int __init firmware_class_init(void); @@ -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 */ -@@ -46,7 +57,8 @@ static int __init compat_init(void) +@@ -51,7 +62,8 @@ static int __init compat_init(void) COMPAT_BASE_TREE " " COMPAT_BASE_TREE_VERSION "\n"); @@ -69,7 +69,7 @@ } module_init(compat_init); -@@ -55,7 +67,8 @@ static void __exit compat_exit(void) +@@ -60,7 +72,8 @@ static void __exit compat_exit(void) compat_pm_qos_power_deinit(); compat_system_workqueue_destroy(); |