Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 300d8b93 authored by Appana Durga Kedareswara Rao's avatar Appana Durga Kedareswara Rao Committed by David S. Miller
Browse files

net: Add mask for Control register 10Mbps speed



This patch adds mask for the Control register
10Mbps speed.

Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarKedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f08aff44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
#define BMCR_SPEED100		0x2000	/* Select 100Mbps              */
#define BMCR_LOOPBACK		0x4000	/* TXD loopback bits           */
#define BMCR_RESET		0x8000	/* Reset to default state      */
#define BMCR_SPEED10		0x0000	/* Select 10Mbps               */

/* Basic mode status register. */
#define BMSR_ERCAP		0x0001	/* Ext-reg capability          */