From: Felix Fietkau Date: Thu, 3 Mar 2016 21:59:00 +0000 (+0100) Subject: mac80211: add A-MSDU tx support X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=4422bb10718488a2b9d5d15c2363719a4740087c;hp=4422bb10718488a2b9d5d15c2363719a4740087c;p=carl9170fw.git mac80211: add A-MSDU tx support Requires software tx queueing and fast-xmit support. For good performance, drivers need frag_list support as well. This avoids the need for copying data of aggregated frames. Running without it is only supported for debugging purposes. To avoid performance and packet size issues, the rate control module or driver needs to limit the maximum A-MSDU size by setting max_rc_amsdu_len in struct ieee80211_sta. Signed-off-by: Felix Fietkau [fix locking issue] Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter ---