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
This commit is contained in:
Felix Fietkau
2013-04-27 09:56:14 +00:00
parent 8605639a3a
commit 0bf9995a89

View File

@@ -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;