Re: [v2] ath10k: Enable hw checksum for wcn3990

2018-04-24 Thread Kalle Valo
aurora.org> > Signed-off-by: Kalle Valo <kv...@codeaurora.org> Patch applied to ath-next branch of ath.git, thanks. 20529b33aa12 ath10k: enable hw checksum for wcn3990 -- https://patchwork.kernel.org/patch/10344621/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Re: ath10k: Enable hw checksum for wcn3990

2018-04-17 Thread pillair
Hi Kalle, The ath10k-check warning has been corrected and I have sent the v2 for the same. Thanks, Rakesh Pillai. On 2018-04-16 18:46, Kalle Valo wrote: Rakesh Pillai wrote: By default ath10k driver enables the support for HW_CHECKSUM (NETIF_F_HW_CSUM). Since the

[PATCH v2] ath10k: Enable hw checksum for wcn3990

2018-04-17 Thread pillair
From: Rakesh Pillai By default ath10k driver enables the support for HW_CHECKSUM (NETIF_F_HW_CSUM). Since the TCP/UDP checksum calculation is not enabled in the wcn3990 firmware the checksum is incorrect in the TCP/UDP packets and all patckets are dropped. But due note

Re: ath10k: Enable hw checksum for wcn3990

2018-04-16 Thread Kalle Valo
Rakesh Pillai wrote: > By default ath10k driver enables the support for HW_CHECKSUM > (NETIF_F_HW_CSUM). Since the TCP/UDP checksum calculation is not enabled > in the wcn3990 firmware the checksum is incorrect in the TCP/UDP packets > and all patckets are dropped. But

[PATCH] ath10k: Enable hw checksum for wcn3990

2018-04-05 Thread pillair
From: Rakesh Pillai By default ath10k driver enables the support for HW_CHECKSUM (NETIF_F_HW_CSUM). Since the TCP/UDP checksum calculation is not enabled in the wcn3990 firmware the checksum is incorrect in the TCP/UDP packets and all patckets are dropped. But due note