summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/060-compat_add_module_pci_driver.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-30 01:01:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-30 01:01:06 +0000
commit478ae49618fd5125dd2f7e9ab59d5b66792c9abb (patch)
tree2f300d682a8f7b238015972a6315efa60909cb89 /package/mac80211/patches/060-compat_add_module_pci_driver.patch
parentce4aa59497e0f6cc2eda9e29e892cc150e40f8ac (diff)
downloadmaster-31e0f0ae-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.tar.gz
master-31e0f0ae-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.tar.bz2
master-31e0f0ae-478ae49618fd5125dd2f7e9ab59d5b66792c9abb.zip
mac80211: update to wireless-testing 2012-05-29
SVN-Revision: 32002
Diffstat (limited to 'package/mac80211/patches/060-compat_add_module_pci_driver.patch')
-rw-r--r--package/mac80211/patches/060-compat_add_module_pci_driver.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/060-compat_add_module_pci_driver.patch b/package/mac80211/patches/060-compat_add_module_pci_driver.patch
index 7d51e9a5f0..6ddfc7dbec 100644
--- a/package/mac80211/patches/060-compat_add_module_pci_driver.patch
+++ b/package/mac80211/patches/060-compat_add_module_pci_driver.patch
@@ -1,8 +1,8 @@
--- a/include/linux/compat-3.4.h
+++ b/include/linux/compat-3.4.h
-@@ -62,6 +62,19 @@ static inline void eth_hw_addr_random(st
- #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) */
- #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)) */
+@@ -77,6 +77,19 @@ static inline void eth_hw_addr_random(st
+ module_driver(__pci_driver, pci_register_driver, \
+ pci_unregister_driver)
+/* source include/linux/pci.h */
+/**