> -----Original Message----- > From: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > Sent: Saturday, October 29, 2022 12:39 AM > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Jes Sorensen <Jes.Sorensen@xxxxxxxxx> > Subject: [PATCH v3 4/5] wifi: rtl8xxxu: Set IEEE80211_HW_SUPPORT_FAST_XMIT > > According to commit 60d7900dcb98 ("wlcore: enable > IEEE80211_HW_SUPPORT_FAST_XMIT"), we can use this because all the chips > have hardware rate control. > > This is one of the things mac80211 requires before it will handle MSDU > aggregation for us. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > v3: > - No change. > > v2: > - No change. > --- [...]