Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939909AbXFHH5j (ORCPT ); Fri, 8 Jun 2007 03:57:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S938390AbXFHHZf (ORCPT ); Fri, 8 Jun 2007 03:25:35 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:55376 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967399AbXFHHZb (ORCPT ); Fri, 8 Jun 2007 03:25:31 -0400 Message-Id: <20070608072231.903707000@sous-sol.org> References: <20070608072127.352723000@sous-sol.org> User-Agent: quilt/0.46-1 Date: Fri, 08 Jun 2007 00:22:12 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, David Miller , bunk@stusta.de, Greg Kroah-Hartman Subject: [patch 45/54] NET: Fix BMSR_100{HALF,FULL}2 defines in linux/mii.h Content-Disposition: inline; filename=net-fix-bmsr_100-half-full-2-defines-in-linux-mii.h.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1451 Lines: 35 -stable review patch. If anyone has any objections, please let us know. --------------------- From: David Miller Noticed by Matvejchikov Ilya. Signed-off-by: David S. Miller Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- include/linux/mii.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.21.4.orig/include/linux/mii.h +++ linux-2.6.21.4/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 */ -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/