Skip to content

Commit

Permalink
ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (foun…
Browse files Browse the repository at this point in the history
…d by Eric Dumazet)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31736 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed May 15, 2012
1 parent 6a54667 commit 82ff0a8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -51,9 +51,8 @@
#define AG71XX_INT_INIT (AG71XX_INT_ERR | AG71XX_INT_POLL)

#define AG71XX_TX_MTU_LEN 1540
#define AG71XX_RX_PKT_RESERVE 64
#define AG71XX_RX_PKT_SIZE \
(AG71XX_RX_PKT_RESERVE + ETH_FRAME_LEN + ETH_FCS_LEN + VLAN_HLEN)
(ETH_FRAME_LEN + ETH_FCS_LEN + VLAN_HLEN)

#define AG71XX_TX_RING_SIZE_DEFAULT 64
#define AG71XX_RX_RING_SIZE_DEFAULT 128
Expand Down

0 comments on commit 82ff0a8

Please sign in to comment.