mirror of https://github.com/hak5/openwrt.git
mac80211: refresh patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36466lede-17.01
parent
f1497ccf4f
commit
fab1ddff73
|
@ -8,7 +8,7 @@
|
||||||
+static int rt2800pci_read_eeprom_file(struct rt2x00_dev *rt2x00dev)
|
+static int rt2800pci_read_eeprom_file(struct rt2x00_dev *rt2x00dev)
|
||||||
{
|
{
|
||||||
memcpy(rt2x00dev->eeprom, rt2x00dev->eeprom_file->data, EEPROM_SIZE);
|
memcpy(rt2x00dev->eeprom, rt2x00dev->eeprom_file->data, EEPROM_SIZE);
|
||||||
return -ENOMEM;
|
return 0;
|
||||||
@@ -1099,8 +1099,9 @@ static int rt2800pci_read_eeprom(struct
|
@@ -1099,8 +1099,9 @@ static int rt2800pci_read_eeprom(struct
|
||||||
{
|
{
|
||||||
int retval;
|
int retval;
|
||||||
|
|
Loading…
Reference in New Issue