diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-03 00:43:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-03 00:43:09 +0000 |
commit | 085737e0b07e34dd0eac58a8882be126f1be993c (patch) | |
tree | 437ee4ba77f69b0f1501c0e9c9f44eb3ba01cdbb /package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch | |
parent | c272d54969db96727ed9fa6a8a88a6aa061623e5 (diff) | |
download | upstream-085737e0b07e34dd0eac58a8882be126f1be993c.tar.gz upstream-085737e0b07e34dd0eac58a8882be126f1be993c.tar.bz2 upstream-085737e0b07e34dd0eac58a8882be126f1be993c.zip |
mac80211: update to latest wireless-testing from today
SVN-Revision: 19501
Diffstat (limited to 'package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch')
-rw-r--r-- | package/mac80211/patches/405-ath9k-read-eeprom-data-from-platform-data-on-pci-bus.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 2f33d2e20d..e9bd604472 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 struct pci_device_id ath_pci_id_table[] __devinitdata = { -@@ -61,21 +62,36 @@ static void ath_pci_cleanup(struct ath_c +@@ -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) { |