mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 00:02:26 +01:00
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:
parent
6fdff789cd
commit
a51d246e85
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue