commit | 11127e9121d4dd9da868cf0fd89dcac35f7f0fa3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Nov 16 16:02:47 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 21 16:20:43 2011 -0500 |
tree | 8cb16ecbd5942679c18934064b935a7e256a77da | |
parent | 74e4dbfd57a38c4ec4131cebdbfa3d621d38dd6a [diff] |
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 <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>