commit | 32c513bca062f6c04b902d09c716fea205671e23 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Oct 12 06:00:36 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 23:54:03 2009 -0700 |
tree | 1e0bc56d3d0b3c5b8c544c6a355ebbe3b33ae78a | |
parent | 826aa4a05669a46e435f65db901186e42bb43d8d [diff] |
gianfar: Move tbase/rbase initialization to gfar_init_mac() For hibernation we want to call gfar_init_mac() without need to free/allocate_skb_resources sequence, so save the DMA address into a private struct, and move tbase/rbase initialization to gfar_init_mac(). Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>