Skip to content

Commit 39a9c25

Browse files
LorenzoBianconiPaolo Abeni
authored andcommitted
net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
Fix copy-paste error in MBI_RX_AGE_SEL_MASK macro definition Fixes: 23020f0 ("net: airoha: Introduce ethernet support for EN7581 SoC") Signed-off-by: Lorenzo Bianconi <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/d27d0465be1bff3369e886e5f10c4d37fefc4934.1721419930.git.lorenzo@kernel.org Signed-off-by: Paolo Abeni <[email protected]>
1 parent d587d82 commit 39a9c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mediatek/airoha_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
#define REG_FE_GDM_RX_ETH_L1023_CNT_H(_n) (GDM_BASE(_n) + 0x2fc)
250250

251251
#define REG_GDM2_CHN_RLS (GDM2_BASE + 0x20)
252-
#define MBI_RX_AGE_SEL_MASK GENMASK(18, 17)
252+
#define MBI_RX_AGE_SEL_MASK GENMASK(26, 25)
253253
#define MBI_TX_AGE_SEL_MASK GENMASK(18, 17)
254254

255255
#define REG_GDM3_FWD_CFG GDM3_BASE

0 commit comments

Comments
 (0)