|
|
@@ -1,24 +1,8 @@
|
|
|
-From cd8e1f340c3e571b78952d4ca2c128d183a47cc2 Mon Sep 17 00:00:00 2001
|
|
|
+From ae3ed15da5889263de372ff9df2e83e16acca4cb Mon Sep 17 00:00:00 2001
|
|
|
From: Daniel Golle <[email protected]>
|
|
|
-Date: Wed, 28 Sep 2022 02:17:02 +0100
|
|
|
-Subject: [PATCH] net: ethernet: mtk_eth_soc: fix state in
|
|
|
+Date: Fri, 30 Sep 2022 01:56:53 +0100
|
|
|
+Subject: [PATCH 1/1] net: ethernet: mtk_eth_soc: fix state in
|
|
|
__mtk_foe_entry_clear
|
|
|
-To: [email protected],
|
|
|
- [email protected],
|
|
|
- Lorenzo Bianconi <[email protected]>
|
|
|
-Cc: Sujuan Chen <[email protected]>,
|
|
|
- Bo Jiao <[email protected]>,
|
|
|
- Felix Fietkau <[email protected]>,
|
|
|
- John Crispin <[email protected]>,
|
|
|
- Sean Wang <[email protected]>,
|
|
|
- Mark Lee <[email protected]>,
|
|
|
- David S. Miller <[email protected]>,
|
|
|
- Eric Dumazet <[email protected]>,
|
|
|
- Jakub Kicinski <[email protected]>,
|
|
|
- Paolo Abeni <[email protected]>,
|
|
|
- Matthias Brugger <[email protected]>,
|
|
|
- Chen Minqiang <[email protected]>,
|
|
|
- Thomas Hühn <[email protected]>
|
|
|
|
|
|
Setting ib1 state to MTK_FOE_STATE_UNBIND in __mtk_foe_entry_clear
|
|
|
routine as done by commit 0e80707d94e4c8 ("net: ethernet: mtk_eth_soc:
|
|
|
@@ -32,8 +16,10 @@ Tested on MT7622 (Linksys E8450) and MT7986 (BananaPi BPI-R3).
|
|
|
|
|
|
Suggested-by: Felix Fietkau <[email protected]>
|
|
|
Fixes: 0e80707d94e4c8 ("net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clear")
|
|
|
-Fixes: 33fc42de33278 ("net: ethernet: mtk_eth_soc: support creating mac address based offload entries")
|
|
|
+Fixes: 33fc42de33278b ("net: ethernet: mtk_eth_soc: support creating mac address based offload entries")
|
|
|
Signed-off-by: Daniel Golle <[email protected]>
|
|
|
+Link: https://lore.kernel.org/r/[email protected]
|
|
|
+Signed-off-by: Jakub Kicinski <[email protected]>
|
|
|
---
|
|
|
drivers/net/ethernet/mediatek/mtk_ppe.c | 2 +-
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|