[WAN]: converting generic HDLC to use netif_dormant*()
authorKrzysztof Halasa <khc@pm.waw.pl>
Wed, 12 Jul 2006 20:46:12 +0000 (13:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 12 Jul 2006 20:59:06 +0000 (13:59 -0700)
This patch converts generic HDLC (and WAN drivers using it) from
hdlc_set_carrier() to netif_dormant*() interface.
WAN hardware drivers should now use netif_carrier_on|off() like
other network drivers.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found