hint for a possible fix

disable_4addr_src_lrn is not set in 10_4 vdev parameter map. so this feature cannot work


--- wmi.c       (Revision 4214)
+++ wmi.c       (Arbeitskopie)
@@ -972,6 +972,7 @@
        .meru_vc = WMI_VDEV_PARAM_UNSUPPORTED,
        .rx_decap_type = WMI_VDEV_PARAM_UNSUPPORTED,
        .bw_nss_ratemask = WMI_VDEV_PARAM_UNSUPPORTED,
+       .disable_4addr_src_lrn = WMI_VDEV_PARAM_UNSUPPORTED,
 };

 static struct wmi_vdev_param_map wmi_10_4_vdev_param_map = {
@@ -1049,6 +1050,7 @@
        .bw_nss_ratemask = WMI_10_4_VDEV_PARAM_BW_NSS_RATEMASK,
        .inc_tsf = WMI_10_4_VDEV_PARAM_TSF_INCREMENT,
        .dec_tsf = WMI_10_4_VDEV_PARAM_TSF_DECREMENT,
+       .disable_4addr_src_lrn = WMI_10_4_VDEV_PARAM_DISABLE_4_ADDR_SRC_LRN,
 };

Am 11.11.2018 um 08:13 schrieb murug...@codeaurora.org:
Hi Sebastian,

after tested 2 WDS devices (one WDS AP, one WDS STA) with 9984 (netgear
r7800) i found out that the issue persists. gtk rekeying fails, so disconnect 
and
reconnect after 60 minutes.
Are you using the latest FW 10.4-3.6.0.1-00003 for 9984 ( mainly on the AP side 
) ?

(https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=a00e61b9203186561dc90de1ff7ed4d5f5e920d5)

Thanks,
Sathishkumar




_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

Reply via email to