commit | 826aa4a05669a46e435f65db901186e42bb43d8d | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 06:00:34 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 23:54:03 2009 -0700 |
tree | 05dd59c09653610b06ee20d957c7387fbe9bf413 | |
parent | 14231176b0dc358f8693f25b62017d222dd995e6 [diff] |
gianfar: Split allocation and initialization steps out of startup_gfar() Two new functions implemented: gfar_alloc_skb_resources() and gfar_init_mac(). We'll use gfar_init_mac() for restoring after hibernation. The patch just moves the code around, there should be no functional changes. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>