Skip to content

Commit 689d794

Browse files
author
David S. Miller
committed
[NET]: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.h
Noticed by Matvejchikov Ilya. Signed-off-by: David S. Miller <[email protected]>
1 parent 723e98b commit 689d794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/mii.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
#define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */
5757
#define BMSR_RESV 0x00c0 /* Unused... */
5858
#define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */
59-
#define BMSR_100FULL2 0x0200 /* Can do 100BASE-T2 HDX */
60-
#define BMSR_100HALF2 0x0400 /* Can do 100BASE-T2 FDX */
59+
#define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */
60+
#define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */
6161
#define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
6262
#define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
6363
#define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */

0 commit comments

Comments
 (0)