diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-08 19:31:43 +0000 |
commit | d807f70e4781773557c4aa8ed9ee5062b41568fb (patch) | |
tree | 666597b535b8df74f5bdf7d260cac21389bbce9b /package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch | |
parent | b32ae97fd6a8d14dcac4801ab1dcf0d9533a0f6e (diff) | |
download | mtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.zip mtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.gz mtk-20170518-d807f70e4781773557c4aa8ed9ee5062b41568fb.tar.bz2 |
mac80211: update to wireless-testing 2010-02-07
SVN-Revision: 25425
Diffstat (limited to 'package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch')
-rw-r--r-- | package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch b/package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch index 0378523..f1b71e1 100644 --- a/package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch +++ b/package/mac80211/patches/600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/rt2x00/rt2x00pci.c +++ b/drivers/net/wireless/rt2x00/rt2x00pci.c -@@ -209,6 +209,7 @@ void rt2x00pci_uninitialize(struct rt2x0 +@@ -196,6 +196,7 @@ void rt2x00pci_uninitialize(struct rt2x0 } EXPORT_SYMBOL_GPL(rt2x00pci_uninitialize); @@ -8,7 +8,7 @@ /* * PCI driver handlers. */ -@@ -388,6 +389,7 @@ int rt2x00pci_resume(struct pci_dev *pci +@@ -372,6 +373,7 @@ int rt2x00pci_resume(struct pci_dev *pci } EXPORT_SYMBOL_GPL(rt2x00pci_resume); #endif /* CONFIG_PM */ |