X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F600-rt2x00-disable-pci-code-if-CONFIG_PCI-not-defined.patch;h=22d7dca6f98da6f9fb041b1a42c5fc1f4f0e3851;hb=f044ea3f82f4d80c91c78b864dd1dc8206bd5ee9;hp=f1b71e1266caf52389f6f230955199a1cbb4bb4e;hpb=dc205de66885d98a4f5d9eb546d405d602d87884;p=openwrt-10.03%2F.git 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 f1b71e126..22d7dca6f 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 -@@ -196,6 +196,7 @@ void rt2x00pci_uninitialize(struct rt2x0 +@@ -208,6 +208,7 @@ void rt2x00pci_uninitialize(struct rt2x0 } EXPORT_SYMBOL_GPL(rt2x00pci_uninitialize); @@ -8,7 +8,7 @@ /* * PCI driver handlers. */ -@@ -372,6 +373,7 @@ int rt2x00pci_resume(struct pci_dev *pci +@@ -383,6 +384,7 @@ int rt2x00pci_resume(struct pci_dev *pci } EXPORT_SYMBOL_GPL(rt2x00pci_resume); #endif /* CONFIG_PM */