Search Linux Wireless

Re: [EXTERNAL] Re: [PATCH] ath10k: Disable 4addr source port learning in 10.4 FW by default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i tested my proposal now and it fixes the issue. the submitted patch was simply broken at that small point

Am 12.11.2018 um 03:44 schrieb Sebastian Gottschall:
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 murugana@xxxxxxxxxxxxxx:
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






[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux