ath6kl: Support for TCP checksum offload to firmware
[deliverable/linux.git] / drivers / net / wireless / ath / ath6kl / init.c
index 57e0312c4cb94471a92d275abafb38f88921bc98..e74279372ef83633d01d62184a77a87dca3b461b 100644 (file)
@@ -1686,6 +1686,8 @@ int ath6kl_core_init(struct ath6kl *ar)
 
        set_bit(FIRST_BOOT, &ar->flag);
 
+       ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM;
+
        ret = ath6kl_init_hw_start(ar);
        if (ret) {
                ath6kl_err("Failed to start hardware: %d\n", ret);
This page took 0.031808 seconds and 5 git commands to generate.