We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723e98b commit 689d794Copy full SHA for 689d794
include/linux/mii.h
@@ -56,8 +56,8 @@
56
#define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */
57
#define BMSR_RESV 0x00c0 /* Unused... */
58
#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 */
+#define BMSR_100HALF2 0x0200 /* Can do 100BASE-T2 HDX */
+#define BMSR_100FULL2 0x0400 /* Can do 100BASE-T2 FDX */
61
#define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
62
#define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
63
#define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
0 commit comments