commit | dfafb73f355940989507c56b9282773132e86a9f | [log] [tgz] |
---|---|---|
author | Jon Mason <jdmason@kudzu.us> | Wed Sep 04 11:26:01 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 14:27:32 2013 -0400 |
tree | 955540319fa2b50a809103a84523aaf855e77128 | |
parent | 27082ee1b92f4d41e78b85fe40f6ab39673fba00 [diff] |
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: Jon Mason <jdmason@kudzu.us> Cc: Francois Romieu <romieu@fr.zoreil.com> Cc: Sorbica Shieh <sorbica@icplus.com.tw> Signed-off-by: David S. Miller <davem@davemloft.net>