mbox series

[v2,0/2] Make ampdu tx work correctly

Message ID 20210603120609.58932-1-chris.chiu@canonical.com (mailing list archive)
Headers show
Series Make ampdu tx work correctly | expand

Message

Chris Chiu June 3, 2021, 12:06 p.m. UTC
From: Chris Chiu <chris.chiu@canonical.com>

The rtl8xxxu is the driver based on mac80211 framework, but the
ampdu tx is never working. Fix the ampdu_action and the hw capability
to enable the ampdu tx.

Chris Chiu (2):
  rtl8xxxu: unset the hw capability HAS_RATE_CONTROL
  rtl8xxxu: Fix ampdu_action to get block ack session work

 .../net/wireless/realtek/rtl8xxxu/rtl8xxxu.h  |  1 +
 .../wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 28 ++++++++++++-------
 2 files changed, 19 insertions(+), 10 deletions(-)