Re: [PATCH 19/24] iwlwifi: mvm: fix TCP CSUM offload with WEP and A000 series

2017-07-31 Thread Coelho, Luciano
On Fri, 2017-07-28 at 17:23 +0300, Luca Coelho wrote: > From: Emmanuel Grumbach > > When we enabled TCP checksum offload, we need to tell the > firmware where the IP header starts. If we have an IV, then > we need to adapt that value since the IV is placed before > the SNAP header. This is true o

[PATCH 19/24] iwlwifi: mvm: fix TCP CSUM offload with WEP and A000 series

2017-07-28 Thread Luca Coelho
From: Emmanuel Grumbach When we enabled TCP checksum offload, we need to tell the firmware where the IP header starts. If we have an IV, then we need to adapt that value since the IV is placed before the SNAP header. This is true only for cases where the driver adds the IV, not the WEP case in wh