commit | d72ff8fa7f8b344382963721f842256825c4660b | [log] [tgz] |
---|---|---|
author | Mike McCormack <mikem@ring3k.org> | Thu May 13 06:12:51 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 14 03:06:21 2010 -0700 |
tree | 669282b67c3c37940141aa4ea52259d2f3f6358b | |
parent | 93135a3be0d909fabca9c4329177f71ae71b6847 [diff] |
sky2: Refactor down/up code out of sky2_restart() Code to bring down all sky2 interfaces and bring it up again can be reused in sky2_suspend and sky2_resume. Factor the code to bring the interfaces down into sky2_all_down and the up code into sky2_all_up. Signed-off-by: Mike McCormack <mikem@ring3k.org> Acked-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>