Skip to content

Commit

Permalink
net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
LorenzoBianconi authored and Paolo Abeni committed Jul 23, 2024
1 parent d587d82 commit 39a9c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/mediatek/airoha_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
#define REG_FE_GDM_RX_ETH_L1023_CNT_H(_n) (GDM_BASE(_n) + 0x2fc)

#define REG_GDM2_CHN_RLS (GDM2_BASE + 0x20)
#define MBI_RX_AGE_SEL_MASK GENMASK(18, 17)
#define MBI_RX_AGE_SEL_MASK GENMASK(26, 25)
#define MBI_TX_AGE_SEL_MASK GENMASK(18, 17)

#define REG_GDM3_FWD_CFG GDM3_BASE
Expand Down

0 comments on commit 39a9c25

Please sign in to comment.