wifi: rtw89: support for enable/disable MSDU aggregation
authorKuan-Chung Chen <damon.chen@realtek.com>
Thu, 22 Sep 2022 01:27:37 +0000 (09:27 +0800)
committerKalle Valo <kvalo@kernel.org>
Sat, 24 Sep 2022 12:37:40 +0000 (15:37 +0300)
commitf3d8232331a3f4eaac1ab9a8679e5aedb2c33758
tree4f7ff25e4c038a951af7f1c7f600d9ed753560c2
parent8d540f9d29162e273797bef36686a010724f0f8a
wifi: rtw89: support for enable/disable MSDU aggregation

To enable/disable amsdu in set_tid_config, and currently only support to
configure all tids (==0xff) for AMSDU, not individual tid.

The command example is:
  iw wlan0 set tidconf tids 0xff amsdu off
  iw wlan0 set tidconf peer xx:xx:xx:xx:xx:xx tids 0xff amsdu on

Signed-off-by: Kuan-Chung Chen <damon.chen@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220922012737.15091-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/core.c