diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-08-14 16:52:51 -0700 |
---|---|---|
committer | David S. Miller <davem@greenl8ke.davemloft.net> | 2014-08-16 19:13:33 -0700 |
commit | 16466f4284154311f163a58b77379eb186274f87 (patch) | |
tree | a2285ea8b18fd0c0b426507f11180d28b4c83858 /include | |
parent | c9d26423e56ce1ab4d786f92aebecf859d419293 (diff) | |
download | linux-16466f4284154311f163a58b77379eb186274f87.tar.bz2 |
net: phy: bcm7xxx: remove 28nm wildcard entry
A wildcard entry with the 32-bits OUI 0x600d8400 was added as part of
the BCM7xxx internal PHY driver, but that entry might match other PHYs
that are not covered by this driver, so let's just remove it.
Fixes: b560a58c45c6 ("net: phy: add Broadcom BCM7xxx internal PHY driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@greenl8ke.davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/brcmphy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index 6f76277baf39..61219b9b3445 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -16,7 +16,6 @@ #define PHY_ID_BCM7366 0x600d8490 #define PHY_ID_BCM7439 0x600d8480 #define PHY_ID_BCM7445 0x600d8510 -#define PHY_ID_BCM7XXX_28 0x600d8400 #define PHY_BCM_OUI_MASK 0xfffffc00 #define PHY_BCM_OUI_1 0x00206000 |