[PATCH ath-next 0/2] wifi: ath12k: handle scan vdev consistently

Aditya Kumar Singh posted 2 patches 4 weeks, 1 day ago
There is a newer version of this series
drivers/net/wireless/ath/ath12k/mac.c | 55 ++++++++++++++++-------------------
1 file changed, 25 insertions(+), 30 deletions(-)
[PATCH ath-next 0/2] wifi: ath12k: handle scan vdev consistently
Posted by Aditya Kumar Singh 4 weeks, 1 day ago
This series of patches addresses the handling of scan links in the ath12k
driver to improve consistency and functionality. The changes ensure that
link ID 15 is correctly used for scan operations across both ML and non-ML
interfaces. Additionally, the patches prevent scan failures by fetching
link_conf only when the link ID is valid and setting appropriate default
values for scan vdevs.

Currently, no issues have been observed; these changes are intended as a
cleanup and to ensure proper handling. For split-mac these changes are
pre-req change.

---
Aditya Kumar Singh (2):
      wifi: ath12k: handle scan link during vdev create
      wifi: ath12k: Use scan link ID 15 for all scan operations

 drivers/net/wireless/ath/ath12k/mac.c | 55 ++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 30 deletions(-)
---
base-commit: 1a7000fb8348e04ab486513d6ebd4b6074a94be2
change-id: 20250402-fix_scan_vdev_handling-ef5be452b949
Re: [PATCH ath-next 0/2] wifi: ath12k: handle scan vdev consistently
Posted by Aditya Kumar Singh 4 weeks, 1 day ago
On 4/11/2025 8:34 AM, Aditya Kumar Singh wrote:
> This series of patches addresses the handling of scan links in the ath12k
> driver to improve consistency and functionality. The changes ensure that
> link ID 15 is correctly used for scan operations across both ML and non-ML
> interfaces. Additionally, the patches prevent scan failures by fetching
> link_conf only when the link ID is valid and setting appropriate default
> values for scan vdevs.
> 
> Currently, no issues have been observed; these changes are intended as a
> cleanup and to ensure proper handling. For split-mac these changes are
> pre-req change.
> 
> ---
> Aditya Kumar Singh (2):
>        wifi: ath12k: handle scan link during vdev create
>        wifi: ath12k: Use scan link ID 15 for all scan operations
> 
>   drivers/net/wireless/ath/ath12k/mac.c | 55 ++++++++++++++++-------------------
>   1 file changed, 25 insertions(+), 30 deletions(-)
> ---
> base-commit: 1a7000fb8348e04ab486513d6ebd4b6074a94be2
> change-id: 20250402-fix_scan_vdev_handling-ef5be452b949
> 


For some reason, b4 (or get_maintainer.pl script) did not include the 
linux-wireless list. I will send v2 manually CCing that list as well.


./scripts/get_maintainer.pl -f drivers/net/wireless/ath/ath12k/
Jeff Johnson <jjohnson@kernel.org> (maintainer:QUALCOMM ATH12K WIRELESS 
DRIVER)
ath12k@lists.infradead.org (open list:QUALCOMM ATH12K WIRELESS DRIVER)
linux-kernel@vger.kernel.org (open list)
QUALCOMM ATH12K WIRELESS DRIVER status: Supported


Please drop this series.

-- 
Aditya