Thread (4 messages) flat view 4 messages, 1 author, 2014-08-26
STALE4366d

Revision resend of 3 in this series.

Revisions (3)
  1. v1 [diff vs current]
  2. resend current
  3. v2 [diff vs current]

[PATCH net-next 2/4 RESEND] net: phy: broadcom: fix PHY_BCM_OUI_4

From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2014-08-26 20:11:30
Subsystem: broadcom ethernet phy drivers, the rest · Maintainers: Florian Fainelli, Linus Torvalds

PHY_BCM_OUI_4 is missing two significant digits that actually make it an
OUI, add those missing bits so it becomes usable again for matching.

Fixes: b560a58c45c6 ("net: phy: add Broadcom BCM7xxx internal PHY driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 include/linux/brcmphy.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h
index ee1431d976fa..921f17ca4c26 100644
--- a/include/linux/brcmphy.h
+++ b/include/linux/brcmphy.h
@@ -21,7 +21,7 @@
 #define PHY_BCM_OUI_1			0x00206000
 #define PHY_BCM_OUI_2			0x0143bc00
 #define PHY_BCM_OUI_3			0x03625c00
-#define PHY_BCM_OUI_4			0x600d0000
+#define PHY_BCM_OUI_4			0x600d8400
 #define PHY_BCM_OUI_5			0x03625e00
 
 
-- 
1.9.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help