commit | 75930d1a80e81052376ffc5298aadfe8a075d9d2 | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Wed Jan 28 11:31:32 2015 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Feb 04 09:19:03 2015 +0200 |
tree | 5e7d75cd587e4d8f5b79597ee5c96f6cff701ef5 | |
parent | af21319fcda4c43aa89186e0d6001432c5d6000e [diff] |
ath10k: Use TX cksum offload only for CHECKSUM_PARTIAL Otherwise ath10k will just checksum everything even if it did not go through the TCP/IP stack (for example bridged frames). In the worst case this could mean recreating the checksum for incorrect data. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>