From: Johannes Berg Date: Wed, 16 Nov 2011 15:02:47 +0000 (+0100) Subject: mac80211: transmit fragment list to drivers X-Git-Tag: v3.3-rc1~182^2~261^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11127e9121d4dd9da868cf0fd89dcac35f7f0fa3;p=pandora-kernel.git mac80211: transmit fragment list to drivers Drivers can usually handle fragmented packets much easier when they get the entire list of fragments at once. The only thing they need to do is keep enough space on the queues for up to ten fragments of a single MSDU. This allows them to implement this with a new operation tx_frags. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed