On 08.06.20 13:09, Kalle Valo wrote:
John Crispin <john@xxxxxxxxxxx> writes:
This patch sets the SUPPORTS_MULTI_BSSID inside ath11k.
Signed-off-by: John Crispin <john@xxxxxxxxxxx>
On what hardware and firmware did you test this?
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -109,8 +109,8 @@ enum {
enum {
WMI_HOST_VDEV_FLAGS_NON_MBSSID_AP = 1,
- WMI_HOST_VDEV_FLAGS_TRANSMIT_AP = 2,
- WMI_HOST_VDEV_FLAGS_NON_TRANSMIT_AP = 4,
+ WMI_HOST_VDEV_FLAGS_NON_TRANSMIT_AP = 2,
+ WMI_HOST_VDEV_FLAGS_TRANSMIT_AP = 4,
I wonder if this is a safe thing to do? Do all firmware branches use
these new values?
Hi,
looks like i folded the fix patch into the wrong patch. these values get
added in this same patchset. Johannes commented on the nl80211 part
already and i will send out a V2 this week.
John