X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch;h=f1b71e1266caf52389f6f230955199a1cbb4bb4e;hp=037852371f742110d37ebbcd733a6cc9f2aa9bb3;hb=dc205de66885d98a4f5d9eb546d405d602d87884;hpb=3b03945e092851a7f6b13d7c39f1b78ff0043a6f 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 037852371..f1b71e126 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 */