mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
net: trivial: Fix typos in mii field descriptions
Signed-off-by: Stephan Bauroth <stephan.bauroth@iav.de> Patch: 265707
This commit is contained in:
parent
626ee1e32e
commit
57d33d4b40
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ static const MII_field_desc_t reg_3_desc_tbl[] = {
|
||||||
|
|
||||||
static const MII_field_desc_t reg_4_desc_tbl[] = {
|
static const MII_field_desc_t reg_4_desc_tbl[] = {
|
||||||
{ 15, 15, 0x01, "next page able" },
|
{ 15, 15, 0x01, "next page able" },
|
||||||
{ 14, 14, 0x01, "reserved" },
|
{ 14, 14, 0x01, "(reserved)" },
|
||||||
{ 13, 13, 0x01, "remote fault" },
|
{ 13, 13, 0x01, "remote fault" },
|
||||||
{ 12, 12, 0x01, "reserved" },
|
{ 12, 12, 0x01, "(reserved)" },
|
||||||
{ 11, 11, 0x01, "asymmetric pause" },
|
{ 11, 11, 0x01, "asymmetric pause" },
|
||||||
{ 10, 10, 0x01, "pause enable" },
|
{ 10, 10, 0x01, "pause enable" },
|
||||||
{ 9, 9, 0x01, "100BASE-T4 able" },
|
{ 9, 9, 0x01, "100BASE-T4 able" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue