• Yan-Hsuan Chuang's avatar
    rtw88: disable TX-AMSDU on 2.4G band · 74c3d72c
    Yan-Hsuan Chuang authored
    Some tests shows that using AMSDU to aggregate TCP ACKs to specific
    APs will degrade the throughput on 2.4G band in 20MHz bandwidth
    (< 10 Mbps, should be ~100 Mbps for 2x2). Also found that there's
    barely no negative impact if we disable TX AMSDU on 2.4G to connect
    to other APs. So it seems like we can just tell mac80211 to not to
    aggregate MSDUs when transmitting on 2.4G band.
    
    Note that we still can TX AMSDU on 5G band and benefit from it by
    having 50 ~ 70 Mbps throughput improvement.
    Signed-off-by: default avatarYan-Hsuan Chuang <yhchuang@realtek.com>
    Reviewed-by: default avatarChris Chiu <chiu@endlessm.com>
    Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
    74c3d72c
mac80211.c 19.9 KB