]> git.baikalelectronics.ru Git - kernel.git/commit
net: calxedaxgmac: remove explicit rx dma buffer polling
authorRob Herring <rob.herring@calxeda.com>
Mon, 5 Nov 2012 06:22:20 +0000 (06:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Nov 2012 08:51:13 +0000 (03:51 -0500)
commit4e3a4764e1d0ea9adcd62e21046677101a872a5f
tree1897f0e76c5cbfd4bf504cd06cf97f805cf2c32d
parent7be151820561f9eade9d6db4cfd123aff86aceb1
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>
drivers/net/ethernet/calxeda/xgmac.c