diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
commit | b718813b57964dacdaf30a645cab112760ef1d23 (patch) | |
tree | 894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/605-rt2x00-pci-eeprom.patch | |
parent | 178df184a1ce23f024d50aa3205e17974d2047e1 (diff) | |
download | upstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.gz upstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.bz2 upstream-b718813b57964dacdaf30a645cab112760ef1d23.zip |
mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
Diffstat (limited to 'package/mac80211/patches/605-rt2x00-pci-eeprom.patch')
-rw-r--r-- | package/mac80211/patches/605-rt2x00-pci-eeprom.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/605-rt2x00-pci-eeprom.patch b/package/mac80211/patches/605-rt2x00-pci-eeprom.patch index 4630ae57bf..c2b46fd966 100644 --- a/package/mac80211/patches/605-rt2x00-pci-eeprom.patch +++ b/package/mac80211/patches/605-rt2x00-pci-eeprom.patch @@ -9,7 +9,7 @@ { memcpy(rt2x00dev->eeprom, rt2x00dev->eeprom_file->data, EEPROM_SIZE); } -@@ -968,8 +968,9 @@ static int rt2800pci_validate_eeprom(str +@@ -974,8 +974,9 @@ static int rt2800pci_validate_eeprom(str /* * Read EEPROM into buffer */ @@ -30,8 +30,8 @@ + struct rt2x00_platform_data *pdata; struct rt2x00_dev *rt2x00dev; int retval; - -@@ -299,6 +300,12 @@ int rt2x00pci_probe(struct pci_dev *pci_ + u16 chip; +@@ -300,6 +301,12 @@ int rt2x00pci_probe(struct pci_dev *pci_ rt2x00dev->irq = pci_dev->irq; rt2x00dev->name = pci_name(pci_dev); |