aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/011-move_ar9170_usb_compat_code.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-11 00:36:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-11 00:36:23 +0000
commit4cb436429b8974624535733b07c33be70ff55c8d (patch)
treefdd1177dc4718a17abb4693be40332b15973c15a /package/mac80211/patches/011-move_ar9170_usb_compat_code.patch
parent0ba61fe414f89fe61e990f124afcf9e6f8fe61e8 (diff)
downloadupstream-4cb436429b8974624535733b07c33be70ff55c8d.tar.gz
upstream-4cb436429b8974624535733b07c33be70ff55c8d.tar.bz2
upstream-4cb436429b8974624535733b07c33be70ff55c8d.zip
mac80211: upgrade to latest compat-wireless, fix ad-hoc interface setup
SVN-Revision: 18023
Diffstat (limited to 'package/mac80211/patches/011-move_ar9170_usb_compat_code.patch')
-rw-r--r--package/mac80211/patches/011-move_ar9170_usb_compat_code.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/patches/011-move_ar9170_usb_compat_code.patch b/package/mac80211/patches/011-move_ar9170_usb_compat_code.patch
index 2a705b5ce0..036d56301f 100644
--- a/package/mac80211/patches/011-move_ar9170_usb_compat_code.patch
+++ b/package/mac80211/patches/011-move_ar9170_usb_compat_code.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ar9170/usb.c
+++ b/drivers/net/wireless/ath/ar9170/usb.c
-@@ -96,6 +96,225 @@ static struct usb_device_id ar9170_usb_i
+@@ -98,6 +98,225 @@ static struct usb_device_id ar9170_usb_i
};
MODULE_DEVICE_TABLE(usb, ar9170_usb_ids);
@@ -510,6 +510,6 @@
-extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
-
- #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) */
-
- #endif /* LINUX_26_29_COMPAT_H */
+ #define DIV_ROUND_CLOSEST(x, divisor)( \
+ { \
+ typeof(divisor) __divisor = divisor; \