[PATCH V2 08/10] ath11k: add the multiple bssid IE offset to the beacon template
John Crispin
john at phrozen.org
Mon Jul 6 07:52:17 EDT 2020
The FW needs to know the offset of the multi bssid IE. Add this value to
the WMI TLV.
Signed-off-by: John Crispin <john at phrozen.org>
---
drivers/net/wireless/ath/ath11k/wmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath11k/wmi.c b/drivers/net/wireless/ath/ath11k/wmi.c
index b7a4913228bc..0c1743caaba7 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.c
+++ b/drivers/net/wireless/ath/ath11k/wmi.c
@@ -1567,6 +1567,7 @@ int ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id,
cmd->csa_switch_count_offset = offs->csa_counter_offs[0];
cmd->ext_csa_switch_count_offset = offs->csa_counter_offs[1];
cmd->buf_len = bcn->len;
+ cmd->mbssid_ie_offset = offs->multiple_bssid_offset;
ptr = skb->data + sizeof(*cmd);
--
2.25.1
More information about the ath11k
mailing list