diff options
| -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 dd0596fd3..4defba681 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; | 
