Commit 6a424ef
wifi: ath12k: fix mbssid max interface advertisement
[ Upstream commit 253ec89 ]
The Current method for advertising the maximum MBSSID interface count
assumes single radio per wiphy (multi wiphy model). However, this
assumption is incorrect for multi radio per wiphy (single wiphy model).
Therefore, populate the parameter for each radio present in the MAC
abstraction layer (ah). This approach ensure scalability for both single
wiphy and multi wiphy models.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Fixes: 519a545 ("wifi: ath12k: advertise driver capabilities for MBSSID and EMA")
Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://patch.msgid.link/20240613153813.3509837-1-quic_periyasa@quicinc.com
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 767d55c commit 6a424ef
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8610 | 8610 | | |
8611 | 8611 | | |
8612 | 8612 | | |
| 8613 | + | |
8613 | 8614 | | |
8614 | 8615 | | |
8615 | 8616 | | |
| |||
8653 | 8654 | | |
8654 | 8655 | | |
8655 | 8656 | | |
| 8657 | + | |
| 8658 | + | |
8656 | 8659 | | |
8657 | 8660 | | |
8658 | 8661 | | |
| |||
8744 | 8747 | | |
8745 | 8748 | | |
8746 | 8749 | | |
8747 | | - | |
| 8750 | + | |
8748 | 8751 | | |
8749 | 8752 | | |
8750 | 8753 | | |
| |||
0 commit comments