net: phy: bcm7xxx: introduce helper macro
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 26 Aug 2014 20:15:24 +0000 (13:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Aug 2014 06:16:12 +0000 (23:16 -0700)
All 28nm Gigabit PHYs supported by the driver have the same
callbacks, the only differences being the 32-bits OUI and the name. Use
a macro to factor this, making it easier in the future to add new
entries.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found