commit | 04879e5cb47f40534bc108d4aec1c49232de65fd | [log] [tgz] |
---|---|---|
author | Joachim Eastwood <manabian@gmail.com> | Thu Oct 18 11:01:17 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 19 13:18:29 2012 -0400 |
tree | 72c51f4c09d2521dcdc46ca983e209597498fe3e | |
parent | fbb7a6e7d4ee2139405957a131623815060cb966 [diff] |
net/at91_ether: clean up rx buffer handling This patch does two things: * Use macb struct members and remove at91_ether ones * Alloc DMA buffers on netdev start and dealloc on stop Signed-off-by: Joachim Eastwood <manabian@gmail.com>