Skip to content

Commit 300d8b9

Browse files
kedareswararaodavem330
authored andcommitted
net: Add mask for Control register 10Mbps speed
This patch adds mask for the Control register 10Mbps speed. Reviewed-by: Florian Fainelli <[email protected]> Signed-off-by: Kedareswara rao Appana <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f08aff4 commit 300d8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/mii.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#define BMCR_SPEED100 0x2000 /* Select 100Mbps */
4949
#define BMCR_LOOPBACK 0x4000 /* TXD loopback bits */
5050
#define BMCR_RESET 0x8000 /* Reset to default state */
51+
#define BMCR_SPEED10 0x0000 /* Select 10Mbps */
5152

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

0 commit comments

Comments
 (0)