OSDN Git Service

net: phy: micrel: add has-broadcast-disable flag to type data
authorJohan Hovold <johan@kernel.org>
Wed, 19 Nov 2014 11:59:17 +0000 (12:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2014 19:08:56 +0000 (14:08 -0500)
commit0f95903ef60868a1aba0f9fb2e61419fc3a697f2
tree3daf10091cfc1e8bb77344b4e7396fd3c76e23bf
parente7a792e945f9bc5eb3032db8db11c762e8ea9ab0
net: phy: micrel: add has-broadcast-disable flag to type data

Add has_broadcast_disable flag to type-data and generic config_init.

This allows us to remove the ksz8081 config_init callback.

Note that ksz8021_config_init is kept for now due to a95a18afe4c8
("phy/micrel: KSZ8031RNL RMII clock reconfiguration bug").

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c