Skip to content
Commit dfafb73f authored by Jon Mason's avatar Jon Mason Committed by David S. Miller
Browse files

icplus: Use netif_running to determine device state



Remove the __LINK_STATE_START check to verify the device is running, in
favor of netif_running().  netif_running() performs the same check of
__LINK_STATE_START, so the code should behave the same.

Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
Cc: Francois Romieu <romieu@fr.zoreil.com>
Cc: Sorbica Shieh <sorbica@icplus.com.tw>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 27082ee1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment