From: Lennert Buytenhek Date: Thu, 28 Aug 2008 03:53:18 +0000 (+0200) Subject: mv643xx_eth: replace array of skbs awaiting transmit completion with a queue X-Git-Tag: v2.6.28-rc1~717^2~194^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ab08e091df65ce8e191d85ebdc23f78b8355cb;p=pandora-kernel.git mv643xx_eth: replace array of skbs awaiting transmit completion with a queue Get rid of the skb pointer array that we currently use for transmit reclaim, and replace it with an skb queue, to which skbuffs are appended when they are passed to the xmit function, and removed from the front and freed when we do transmit queue reclaim and hit a descriptor with the 'owned by device' bit clear and 'last descriptor' bit set. Signed-off-by: Lennert Buytenhek --- Reading git-diff-tree failed