net: phy: broadcom: add new Broadcom OUI
Broadcom started to use a new OUI for its 2013 and newer products: D4-01-29 which translates into 0xae025000 for a 32-bits OUI, add its definition. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
97fdaab469
commit
11bf2bbd59
|
@ -23,7 +23,7 @@
|
|||
#define PHY_BCM_OUI_3 0x03625c00
|
||||
#define PHY_BCM_OUI_4 0x600d8400
|
||||
#define PHY_BCM_OUI_5 0x03625e00
|
||||
|
||||
#define PHY_BCM_OUI_6 0xae025000
|
||||
|
||||
#define PHY_BCM_FLAGS_MODE_COPPER 0x00000001
|
||||
#define PHY_BCM_FLAGS_MODE_1000BX 0x00000002
|
||||
|
|
Loading…
Reference in New Issue