@@ -75,6 +75,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
75
75
.vht160_mcs_rx_highest = 0 ,
76
76
.vht160_mcs_tx_highest = 0 ,
77
77
.n_cipher_suites = 8 ,
78
+ .num_peers = TARGET_TLV_NUM_PEERS ,
79
+ .ast_skid_limit = 0x10 ,
80
+ .num_wds_entries = 0x20 ,
78
81
},
79
82
{
80
83
.id = QCA9887_HW_1_0_VERSION ,
@@ -99,6 +102,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
99
102
.vht160_mcs_rx_highest = 0 ,
100
103
.vht160_mcs_tx_highest = 0 ,
101
104
.n_cipher_suites = 8 ,
105
+ .num_peers = TARGET_TLV_NUM_PEERS ,
106
+ .ast_skid_limit = 0x10 ,
107
+ .num_wds_entries = 0x20 ,
102
108
},
103
109
{
104
110
.id = QCA6174_HW_2_1_VERSION ,
@@ -122,6 +128,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
122
128
.vht160_mcs_rx_highest = 0 ,
123
129
.vht160_mcs_tx_highest = 0 ,
124
130
.n_cipher_suites = 8 ,
131
+ .num_peers = TARGET_TLV_NUM_PEERS ,
132
+ .ast_skid_limit = 0x10 ,
133
+ .num_wds_entries = 0x20 ,
125
134
},
126
135
{
127
136
.id = QCA6174_HW_2_1_VERSION ,
@@ -145,6 +154,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
145
154
.vht160_mcs_rx_highest = 0 ,
146
155
.vht160_mcs_tx_highest = 0 ,
147
156
.n_cipher_suites = 8 ,
157
+ .num_peers = TARGET_TLV_NUM_PEERS ,
158
+ .ast_skid_limit = 0x10 ,
159
+ .num_wds_entries = 0x20 ,
148
160
},
149
161
{
150
162
.id = QCA6174_HW_3_0_VERSION ,
@@ -168,6 +180,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
168
180
.vht160_mcs_rx_highest = 0 ,
169
181
.vht160_mcs_tx_highest = 0 ,
170
182
.n_cipher_suites = 8 ,
183
+ .num_peers = TARGET_TLV_NUM_PEERS ,
184
+ .ast_skid_limit = 0x10 ,
185
+ .num_wds_entries = 0x20 ,
171
186
},
172
187
{
173
188
.id = QCA6174_HW_3_2_VERSION ,
@@ -194,6 +209,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
194
209
.vht160_mcs_rx_highest = 0 ,
195
210
.vht160_mcs_tx_highest = 0 ,
196
211
.n_cipher_suites = 8 ,
212
+ .num_peers = TARGET_TLV_NUM_PEERS ,
213
+ .ast_skid_limit = 0x10 ,
214
+ .num_wds_entries = 0x20 ,
197
215
},
198
216
{
199
217
.id = QCA99X0_HW_2_0_DEV_VERSION ,
@@ -223,6 +241,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
223
241
.vht160_mcs_rx_highest = 0 ,
224
242
.vht160_mcs_tx_highest = 0 ,
225
243
.n_cipher_suites = 11 ,
244
+ .num_peers = TARGET_TLV_NUM_PEERS ,
245
+ .ast_skid_limit = 0x10 ,
246
+ .num_wds_entries = 0x20 ,
226
247
},
227
248
{
228
249
.id = QCA9984_HW_1_0_DEV_VERSION ,
@@ -257,6 +278,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
257
278
.vht160_mcs_rx_highest = 1560 ,
258
279
.vht160_mcs_tx_highest = 1560 ,
259
280
.n_cipher_suites = 11 ,
281
+ .num_peers = TARGET_TLV_NUM_PEERS ,
282
+ .ast_skid_limit = 0x10 ,
283
+ .num_wds_entries = 0x20 ,
260
284
},
261
285
{
262
286
.id = QCA9888_HW_2_0_DEV_VERSION ,
@@ -290,6 +314,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
290
314
.vht160_mcs_rx_highest = 780 ,
291
315
.vht160_mcs_tx_highest = 780 ,
292
316
.n_cipher_suites = 11 ,
317
+ .num_peers = TARGET_TLV_NUM_PEERS ,
318
+ .ast_skid_limit = 0x10 ,
319
+ .num_wds_entries = 0x20 ,
293
320
},
294
321
{
295
322
.id = QCA9377_HW_1_0_DEV_VERSION ,
@@ -313,6 +340,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
313
340
.vht160_mcs_rx_highest = 0 ,
314
341
.vht160_mcs_tx_highest = 0 ,
315
342
.n_cipher_suites = 8 ,
343
+ .num_peers = TARGET_TLV_NUM_PEERS ,
344
+ .ast_skid_limit = 0x10 ,
345
+ .num_wds_entries = 0x20 ,
316
346
},
317
347
{
318
348
.id = QCA9377_HW_1_1_DEV_VERSION ,
@@ -338,6 +368,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
338
368
.vht160_mcs_rx_highest = 0 ,
339
369
.vht160_mcs_tx_highest = 0 ,
340
370
.n_cipher_suites = 8 ,
371
+ .num_peers = TARGET_TLV_NUM_PEERS ,
372
+ .ast_skid_limit = 0x10 ,
373
+ .num_wds_entries = 0x20 ,
341
374
},
342
375
{
343
376
.id = QCA4019_HW_1_0_DEV_VERSION ,
@@ -368,6 +401,9 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
368
401
.vht160_mcs_rx_highest = 0 ,
369
402
.vht160_mcs_tx_highest = 0 ,
370
403
.n_cipher_suites = 11 ,
404
+ .num_peers = TARGET_TLV_NUM_PEERS ,
405
+ .ast_skid_limit = 0x10 ,
406
+ .num_wds_entries = 0x20 ,
371
407
},
372
408
};
373
409
0 commit comments