mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
wifi: rtw89: 8922a: update BA CAM number to 24
The total BA CAM number of 8922a is 32 instead of 16, and initial 8 entries are dynamic, so update the entry number to 24. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20240108091134.67007-5-pkshih@realtek.com
This commit is contained in:
@@ -2876,7 +2876,7 @@ struct rtw89_ba_cam_entry {
|
||||
#define RTW89_MAX_ADDR_CAM_NUM 128
|
||||
#define RTW89_MAX_BSSID_CAM_NUM 20
|
||||
#define RTW89_MAX_SEC_CAM_NUM 128
|
||||
#define RTW89_MAX_BA_CAM_NUM 8
|
||||
#define RTW89_MAX_BA_CAM_NUM 24
|
||||
#define RTW89_SEC_CAM_IN_ADDR_CAM 7
|
||||
|
||||
struct rtw89_addr_cam_entry {
|
||||
|
||||
@@ -875,7 +875,7 @@ const struct rtw89_chip_info rtw8922a_chip_info = {
|
||||
.acam_num = 128,
|
||||
.bcam_num = 20,
|
||||
.scam_num = 32,
|
||||
.bacam_num = 8,
|
||||
.bacam_num = 24,
|
||||
.bacam_dynamic_num = 8,
|
||||
.bacam_ver = RTW89_BACAM_V1,
|
||||
.ppdu_max_usr = 16,
|
||||
|
||||
Reference in New Issue
Block a user