From 3c2a69253e7111ccfc663cd9fe5bee21023ed6c0 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 16 May 2007 00:30:09 -0700 Subject: [PATCH] --- yaml --- r: 56579 b: refs/heads/master c: 689d79469b64662440a93ffbd1cbf994510bcbf6 h: refs/heads/master i: 56577: 0acf73777cbb48304a81ac7ac187b61204004d64 56575: 195f9a7005f9395322cb18321c7e7cba40139742 v: v3 --- [refs] | 2 +- trunk/include/linux/mii.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a96936c7a081..6ed06fea6572 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 723e98b79c5f2dd97ce559506362844b1a086f80 +refs/heads/master: 689d79469b64662440a93ffbd1cbf994510bcbf6 diff --git a/trunk/include/linux/mii.h b/trunk/include/linux/mii.h index beddc6d3b0f6..151b7e0182c7 100644 --- a/trunk/include/linux/mii.h +++ b/trunk/include/linux/mii.h @@ -56,8 +56,8 @@ #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ #define BMSR_RESV 0x00c0 /* Unused... */ #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ -#define BMSR_100FULL2 0x0200 /* Can do 100BASE-T2 HDX */ -#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 */ #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */ #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */