OSDN Git Service

net: dsa: lantiq_gswip: fix register definition
authorAleksander Jan Bajkowski <olek2@wp.pl>
Fri, 15 Oct 2021 22:10:20 +0000 (00:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Oct 2021 12:21:49 +0000 (13:21 +0100)
I compared the register definitions with the D-Link DWR-966
GPL sources and found that the PUAFD field definition was
incorrect. This definition is unused and causes no issues.

Fixes: 14fceff4771e ("net: dsa: Add Lantiq / Intel DSA driver for vrx200")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/lantiq_gswip.c

index 3ff4b7e..dbd4486 100644 (file)
 #define GSWIP_SDMA_PCTRLp(p)           (0xBC0 + ((p) * 0x6))
 #define  GSWIP_SDMA_PCTRL_EN           BIT(0)  /* SDMA Port Enable */
 #define  GSWIP_SDMA_PCTRL_FCEN         BIT(1)  /* Flow Control Enable */
-#define  GSWIP_SDMA_PCTRL_PAUFWD       BIT(1)  /* Pause Frame Forwarding */
+#define  GSWIP_SDMA_PCTRL_PAUFWD       BIT(3)  /* Pause Frame Forwarding */
 
 #define GSWIP_TABLE_ACTIVE_VLAN                0x01
 #define GSWIP_TABLE_VLAN_MAPPING       0x02