X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0198b8c8cfeb3e6b42ce5b4903ee1ed6083c5b78..0af92c3edba0a538ce11c89021b62692d3548735:/package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch?ds=sidebyside 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 560f8d42d..bbf46a0d2 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 @@ -8,7 +8,7 @@ #include "ath9k.h" static DEFINE_PCI_DEVICE_TABLE(ath_pci_id_table) = { -@@ -52,21 +53,36 @@ static void ath_pci_read_cachesize(struc +@@ -53,21 +54,36 @@ static void ath_pci_read_cachesize(struc static bool ath_pci_eeprom_read(struct ath_common *common, u32 off, u16 *data) {