• F
    mac80211: add A-MSDU tx support · 6e0456b5
    Felix Fietkau 提交于
    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: NFelix Fietkau <nbd@openwrt.org>
    [fix locking issue]
    Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
    6e0456b5
agg-tx.c 29.5 KB