diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-27 09:56:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-27 09:56:14 +0000 |
commit | 0bf9995a89c1ecdc98625773482e6f74fbecce7c (patch) | |
tree | b6542100d7f5a20299d6a3d8a7b8570a1ba30772 | |
parent | 8605639a3a763ba08ff6ac1bfa353578dfebf3e4 (diff) | |
download | upstream-0bf9995a89c1ecdc98625773482e6f74fbecce7c.tar.gz upstream-0bf9995a89c1ecdc98625773482e6f74fbecce7c.tar.bz2 upstream-0bf9995a89c1ecdc98625773482e6f74fbecce7c.zip |
mac80211: refresh patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36466 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/mac80211/patches/605-rt2x00-pci-eeprom.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/605-rt2x00-pci-eeprom.patch b/package/mac80211/patches/605-rt2x00-pci-eeprom.patch index dd0596fd31..4defba681f 100644 --- a/package/mac80211/patches/605-rt2x00-pci-eeprom.patch +++ b/package/mac80211/patches/605-rt2x00-pci-eeprom.patch @@ -8,7 +8,7 @@ +static int rt2800pci_read_eeprom_file(struct rt2x00_dev *rt2x00dev) { memcpy(rt2x00dev->eeprom, rt2x00dev->eeprom_file->data, EEPROM_SIZE); - return -ENOMEM; + return 0; @@ -1099,8 +1099,9 @@ static int rt2800pci_read_eeprom(struct { int retval; |