Skip to content

Commit 9ece39a

Browse files
harini-katakamdavem330
authored andcommitted
net: macb: Change capability mask for jumbo support
JUMBO and NO_GIGABIT_HALF have the same capability masks. Change one of them. Signed-off-by: Harini Katakam <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2661371 commit 9ece39a

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/cadence

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cadence/macb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
#define MACB_CAPS_GIGABIT_MODE_AVAILABLE 0x20000000
400400
#define MACB_CAPS_SG_DISABLED 0x40000000
401401
#define MACB_CAPS_MACB_IS_GEM 0x80000000
402-
#define MACB_CAPS_JUMBO 0x00000008
402+
#define MACB_CAPS_JUMBO 0x00000010
403403

404404
/* Bit manipulation macros */
405405
#define MACB_BIT(name) \

0 commit comments

Comments
 (0)