mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[mii] Synchronise constants with current Linux include/linux/mii.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -93,7 +93,6 @@ static int falcon_mdio_read ( struct efab_nic *efab, int device, int location );
|
||||
#define LPA_EF_10000FULL 0x00040000
|
||||
#define LPA_EF_10000HALF 0x00080000
|
||||
|
||||
#define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
|
||||
#define LPA_EF_1000 ( LPA_EF_1000FULL | LPA_EF_1000HALF )
|
||||
#define LPA_EF_10000 ( LPA_EF_10000FULL | LPA_EF_10000HALF )
|
||||
#define LPA_EF_DUPLEX ( LPA_10FULL | LPA_100FULL | LPA_EF_1000FULL | \
|
||||
|
||||
Reference in New Issue
Block a user