1. 03 1月, 2012 1 次提交
    • R
      ath6kl: Support for TCP checksum offload to firmware · bc48ad31
      Rishi Panjwani 提交于
      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 <interface> tx on
      ethtool -K <interface> rx on
      
      To disable TCP checksum offload, for tx and rx paths, use
      the ethtool as follows:
      ethtool -K <interface> tx off
      ethtool -K <interface> rx off
      
      kvalo: indentation changes
      Signed-off-by: NRishi Panjwani <rpanjwan@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      bc48ad31
  2. 13 12月, 2011 3 次提交
  3. 16 11月, 2011 1 次提交
  4. 13 11月, 2011 2 次提交
  5. 11 11月, 2011 33 次提交