From: Emmanuel Grumbach Date: Fri, 26 Aug 2011 06:11:00 +0000 (-0700) Subject: iwlagn: reclaim the packets in transport layer X-Git-Tag: v3.2-rc1~129^2~287^2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0eaad713f6fc1f63fe293ad6ce63cb01e05c03c;p=pandora-kernel.git iwlagn: reclaim the packets in transport layer The reclaim flow is really transport related. Define a simple API to allow the upper layer to request from the transport layer to reclaim packets until an index written in the Tx response / BA notification. The transport layer prepares a list of the packets that are being freed and passes this list to the upper layer. Between the two layers, the CB of the skb is used to pass a pointer to the context (BSS / PAN) in which the skb was sent. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed