From: Rishi Panjwani Date: Tue, 27 Dec 2011 22:28:00 +0000 (-0800) Subject: ath6kl: Support for TCP checksum offload to firmware X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc48ad31c5814feb4ff8faca9a8d422279593cb1;p=pandora-kernel.git ath6kl: Support for TCP checksum offload to firmware The change enables offloading TCP checksum calculation to firmware. There are still some issues with the checksum offload so better to disable it by default until the issues are resolved. To enable TCP checksum offload for tx and rx paths, use the ethtool as follows: ethtool -K tx on ethtool -K rx on To disable TCP checksum offload, for tx and rx paths, use the ethtool as follows: ethtool -K tx off ethtool -K rx off kvalo: indentation changes Signed-off-by: Rishi Panjwani Signed-off-by: Kalle Valo --- Reading git-diff-tree failed