|
3 | 3 | * Copyright (c) 2005-2011 Atheros Communications Inc. |
4 | 4 | * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. |
5 | 5 | * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. |
| 6 | + * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. |
6 | 7 | */ |
7 | 8 |
|
8 | 9 | #include <linux/module.h> |
@@ -100,6 +101,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
100 | 101 | .hw_restart_disconnect = false, |
101 | 102 | .use_fw_tx_credits = true, |
102 | 103 | .delay_unmap_buffer = false, |
| 104 | + .mcast_frame_registration = false, |
103 | 105 | }, |
104 | 106 | { |
105 | 107 | .id = QCA988X_HW_2_0_VERSION, |
@@ -140,6 +142,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
140 | 142 | .hw_restart_disconnect = false, |
141 | 143 | .use_fw_tx_credits = true, |
142 | 144 | .delay_unmap_buffer = false, |
| 145 | + .mcast_frame_registration = false, |
143 | 146 | }, |
144 | 147 | { |
145 | 148 | .id = QCA9887_HW_1_0_VERSION, |
@@ -181,6 +184,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
181 | 184 | .hw_restart_disconnect = false, |
182 | 185 | .use_fw_tx_credits = true, |
183 | 186 | .delay_unmap_buffer = false, |
| 187 | + .mcast_frame_registration = false, |
184 | 188 | }, |
185 | 189 | { |
186 | 190 | .id = QCA6174_HW_3_2_VERSION, |
@@ -217,6 +221,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
217 | 221 | .hw_restart_disconnect = false, |
218 | 222 | .use_fw_tx_credits = true, |
219 | 223 | .delay_unmap_buffer = false, |
| 224 | + .mcast_frame_registration = false, |
220 | 225 | }, |
221 | 226 | { |
222 | 227 | .id = QCA6174_HW_2_1_VERSION, |
@@ -257,6 +262,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
257 | 262 | .hw_restart_disconnect = false, |
258 | 263 | .use_fw_tx_credits = true, |
259 | 264 | .delay_unmap_buffer = false, |
| 265 | + .mcast_frame_registration = false, |
260 | 266 | }, |
261 | 267 | { |
262 | 268 | .id = QCA6174_HW_2_1_VERSION, |
@@ -297,6 +303,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
297 | 303 | .hw_restart_disconnect = false, |
298 | 304 | .use_fw_tx_credits = true, |
299 | 305 | .delay_unmap_buffer = false, |
| 306 | + .mcast_frame_registration = false, |
300 | 307 | }, |
301 | 308 | { |
302 | 309 | .id = QCA6174_HW_3_0_VERSION, |
@@ -337,6 +344,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
337 | 344 | .hw_restart_disconnect = false, |
338 | 345 | .use_fw_tx_credits = true, |
339 | 346 | .delay_unmap_buffer = false, |
| 347 | + .mcast_frame_registration = false, |
340 | 348 | }, |
341 | 349 | { |
342 | 350 | .id = QCA6174_HW_3_2_VERSION, |
@@ -381,6 +389,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
381 | 389 | .hw_restart_disconnect = false, |
382 | 390 | .use_fw_tx_credits = true, |
383 | 391 | .delay_unmap_buffer = false, |
| 392 | + .mcast_frame_registration = true, |
384 | 393 | }, |
385 | 394 | { |
386 | 395 | .id = QCA99X0_HW_2_0_DEV_VERSION, |
@@ -427,6 +436,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
427 | 436 | .hw_restart_disconnect = false, |
428 | 437 | .use_fw_tx_credits = true, |
429 | 438 | .delay_unmap_buffer = false, |
| 439 | + .mcast_frame_registration = false, |
430 | 440 | }, |
431 | 441 | { |
432 | 442 | .id = QCA9984_HW_1_0_DEV_VERSION, |
@@ -480,6 +490,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
480 | 490 | .hw_restart_disconnect = false, |
481 | 491 | .use_fw_tx_credits = true, |
482 | 492 | .delay_unmap_buffer = false, |
| 493 | + .mcast_frame_registration = false, |
483 | 494 | }, |
484 | 495 | { |
485 | 496 | .id = QCA9888_HW_2_0_DEV_VERSION, |
@@ -530,6 +541,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
530 | 541 | .hw_restart_disconnect = false, |
531 | 542 | .use_fw_tx_credits = true, |
532 | 543 | .delay_unmap_buffer = false, |
| 544 | + .mcast_frame_registration = false, |
533 | 545 | }, |
534 | 546 | { |
535 | 547 | .id = QCA9377_HW_1_0_DEV_VERSION, |
@@ -570,6 +582,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
570 | 582 | .hw_restart_disconnect = false, |
571 | 583 | .use_fw_tx_credits = true, |
572 | 584 | .delay_unmap_buffer = false, |
| 585 | + .mcast_frame_registration = false, |
573 | 586 | }, |
574 | 587 | { |
575 | 588 | .id = QCA9377_HW_1_1_DEV_VERSION, |
@@ -612,6 +625,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
612 | 625 | .hw_restart_disconnect = false, |
613 | 626 | .use_fw_tx_credits = true, |
614 | 627 | .delay_unmap_buffer = false, |
| 628 | + .mcast_frame_registration = false, |
615 | 629 | }, |
616 | 630 | { |
617 | 631 | .id = QCA9377_HW_1_1_DEV_VERSION, |
@@ -645,6 +659,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
645 | 659 | .hw_restart_disconnect = false, |
646 | 660 | .use_fw_tx_credits = true, |
647 | 661 | .delay_unmap_buffer = false, |
| 662 | + .mcast_frame_registration = false, |
648 | 663 | }, |
649 | 664 | { |
650 | 665 | .id = QCA4019_HW_1_0_DEV_VERSION, |
@@ -692,6 +707,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
692 | 707 | .hw_restart_disconnect = false, |
693 | 708 | .use_fw_tx_credits = true, |
694 | 709 | .delay_unmap_buffer = false, |
| 710 | + .mcast_frame_registration = false, |
695 | 711 | }, |
696 | 712 | { |
697 | 713 | .id = WCN3990_HW_1_0_DEV_VERSION, |
@@ -725,6 +741,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { |
725 | 741 | .hw_restart_disconnect = true, |
726 | 742 | .use_fw_tx_credits = false, |
727 | 743 | .delay_unmap_buffer = true, |
| 744 | + .mcast_frame_registration = false, |
728 | 745 | }, |
729 | 746 | }; |
730 | 747 |
|
|
0 commit comments