X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/672034cb983af45eb0715fd5a28c6591eaa92598..ea1d2bae48c55b596796498785fc5a7cc0428dc0:/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch diff --git a/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch b/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch index 2f33d2e20..560f8d42d 100644 --- a/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch +++ b/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch @@ -7,8 +7,8 @@ +#include #include "ath9k.h" - static struct pci_device_id ath_pci_id_table[] __devinitdata = { -@@ -61,21 +62,36 @@ static void ath_pci_cleanup(struct ath_c + static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = { +@@ -52,21 +53,36 @@ static void ath_pci_read_cachesize(struc static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data) {