projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: add error-path handling to the ramips_eth_plat_probe
[openwrt.git]
/
package
/
mac80211
/
patches
/
011-move_ar9170_usb_compat_code.patch
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
2a705b5
..
036d563
100644
(file)
--- 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
--- a/drivers/net/wireless/ath/ar9170/usb.c
+++ b/drivers/net/wireless/ath/ar9170/usb.c
-@@ -9
6,6 +96
,225 @@ static struct usb_device_id ar9170_usb_i
+@@ -9
8,6 +98
,225 @@ static struct usb_device_id ar9170_usb_i
};
MODULE_DEVICE_TABLE(usb, ar9170_usb_ids);
};
MODULE_DEVICE_TABLE(usb, ar9170_usb_ids);
@@
-510,6
+510,6
@@
-extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor);
-
-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; \
This page took
0.025211 seconds
and
4
git commands to generate.