فهرست منبع

mac80211: Refresh patches

Automatically Refresh the patches.

Fixes: 4d3a35f3689 ("mac80211: remove rt2x00_platform_data")
Link: https://github.com/openwrt/openwrt/pull/19948
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 4 ماه پیش
والد
کامیت
a51d246e85

+ 1 - 1
package/kernel/mac80211/patches/rt2x00/602-04-wifi-rt2x00-Support-EEPROM-swap-binding.patch

@@ -32,7 +32,7 @@ Signed-off-by: Christian Marangi <[email protected]>
 +
  static int rt2800lib_read_eeprom_mtd(struct rt2x00_dev *rt2x00dev)
  {
- 	int ret = -EINVAL;
+ 	struct device_node *np = rt2x00dev->dev->of_node, *mtd_np = NULL;
 @@ -65,6 +78,8 @@ static int rt2800lib_read_eeprom_mtd(str
  		return ret;
  	}

+ 1 - 1
package/kernel/mac80211/patches/rt2x00/602-05-wifi-rt2x00-support-loading-eeprom-from-NVMEM-cells.patch

@@ -41,7 +41,7 @@ Signed-off-by: Christian Marangi <[email protected]>
 +#if IS_ENABLED(CONFIG_MTD)
  static int rt2800lib_read_eeprom_mtd(struct rt2x00_dev *rt2x00dev)
  {
- 	int ret = -EINVAL;
+ 	struct device_node *np = rt2x00dev->dev->of_node, *mtd_np = NULL;
 @@ -86,6 +87,40 @@ static int rt2800lib_read_eeprom_mtd(str
  }
  #endif