Skip to content
  • Felix Fietkau's avatar
    mac80211: add A-MSDU tx support · 6e0456b5
    Felix Fietkau authored
    
    
    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: default avatarFelix Fietkau <nbd@openwrt.org>
    [fix locking issue]
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    6e0456b5