commit | 153df3c7d7af6772a99fe5589d26a6677ffd66db | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Aug 26 13:15:24 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 27 23:16:12 2014 -0700 |
tree | af5d031fb4292c02ed7bac4021f8fecd2bc64fe3 | |
parent | 0ce4866f1e4697d45011bd1a01f33036660abffc [diff] |
net: phy: bcm7xxx: introduce helper macro 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>