mac80211: Refresh patches

Automatically Refresh the patches.

Fixes: 4d3a35f368 ("mac80211: remove rt2x00_platform_data")
Link: https://github.com/openwrt/openwrt/pull/19948
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2025-09-03 22:56:43 +02:00
parent 6fdff789cd
commit a51d246e85
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
+
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;
}

View file

@ -41,7 +41,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
+#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