From: Luis R. Rodriguez Date: Mon, 21 Jun 2010 19:06:20 +0000 (-0700) Subject: compat-wireless: refresh patches X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7df472dee91febac1eb46b5a32a4aef00417b74d;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: refresh patches Signed-off-by: Luis R. Rodriguez --- diff --git a/patches/04-netns.patch b/patches/04-netns.patch index d685f186807c..b73ea18d5848 100644 --- a/patches/04-netns.patch +++ b/patches/04-netns.patch @@ -102,7 +102,7 @@ files... return err; } subsys_initcall(cfg80211_init); -@@ -901,7 +913,9 @@ static void cfg80211_exit(void) +@@ -901,7 +913,9 @@ static void __exit cfg80211_exit(void) unregister_netdevice_notifier(&cfg80211_netdev_notifier); wiphy_sysfs_exit(); regulatory_exit(); diff --git a/patches/05-usb.patch b/patches/05-usb.patch index 929e072fe119..5d6fbda93a67 100644 --- a/patches/05-usb.patch +++ b/patches/05-usb.patch @@ -14,7 +14,7 @@ USB opt soft_unbid was added as of 2.6.27. static int __init p54u_init(void) --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c -@@ -1024,7 +1024,9 @@ static struct usb_driver ath9k_hif_usb_d +@@ -1030,7 +1030,9 @@ static struct usb_driver ath9k_hif_usb_d .reset_resume = ath9k_hif_usb_resume, #endif .id_table = ath9k_hif_usb_ids,