From dd782de3ae94bfbf3928ad2ada5e3c6fb4d2d75b Mon Sep 17 00:00:00 2001 From: Steve Wise Date: Tue, 13 Jan 2015 14:53:55 -0600 Subject: [PATCH] iw_cm: fix backport bug Signed-off-by: Steve Wise --- patches/0024-BACKPORT-iw_cm.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/0024-BACKPORT-iw_cm.patch b/patches/0024-BACKPORT-iw_cm.patch index 6228763..aacf032 100644 --- a/patches/0024-BACKPORT-iw_cm.patch +++ b/patches/0024-BACKPORT-iw_cm.patch @@ -60,7 +60,7 @@ index xxxxxxx..xxxxxxx xxxxxx +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0) unregister_net_sysctl_table(iwcm_ctl_table_hdr); +#else -+ unregister_net_table(iwcm_ctl_table_hdr); ++ unregister_sysctl_table(iwcm_ctl_table_hdr); +#endif +#endif destroy_workqueue(iwcm_wq); -- 2.41.0