commit | b821bd8e5a4413c8e28e64d878720978883ebfc8 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Mon Nov 05 06:22:20 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 07 03:51:13 2012 -0500 |
tree | 1897f0e76c5cbfd4bf504cd06cf97f805cf2c32d | |
parent | 0aefa8ecd81f4f4b3f7f336aa152b13cc79c4bfe [diff] |
net: calxedaxgmac: remove explicit rx dma buffer polling New received frames will trigger the rx DMA to poll the DMA descriptors, so there is no need to tell the h/w to poll. We also want to enable dropping frames from the fifo when there is no buffer. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: David S. Miller <davem@davemloft.net>