From 34ed62aa629ff83312572467b5c77c9e9be2e812 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Jul 2012 00:21:25 +0000 Subject: mac80211: update to latest version, fix tx gain patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/605-rt2x00-pci-eeprom.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/mac80211/patches/605-rt2x00-pci-eeprom.patch') 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); -- cgit v1.2.3