Skip to content

Commit

Permalink
[netdrvr] skge: build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Dec 2, 2006
1 parent 71bd787 commit aae343d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,7 @@ static void skge_phy_reset(struct skge_port *skge)
{
struct skge_hw *hw = skge->hw;
int port = skge->port;
struct net_device *dev = hw->dev[port];

netif_stop_queue(skge->netdev);
netif_carrier_off(skge->netdev);
Expand Down

0 comments on commit aae343d

Please sign in to comment.