summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSundar Subramaniyan <subrams@qti.qualcomm.com>2013-10-16 23:19:41 +0530
committerMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-10-23 20:05:33 -0700
commit242b3e4a4436951e2d549cb20f1c3604687cead9 (patch)
tree0f687cd6b4262902147fc18128e5eb83b5f52112
parent39da229bb112c3e0da6ab8707da9fd7c8f33a685 (diff)
cld: Enable GTK offload by default
Enable the GTK offload support in the driver by setting the CONFIG_GTK_OFFLOAD in Kbuild Change-Id: If180f29362b206083217730e7a7554c17497a4b2 CRs-Fixed: 562219
-rw-r--r--Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index c0e62e1b0d2c..91ab9e081fae 100644
--- a/Kbuild
+++ b/Kbuild
@@ -137,7 +137,7 @@ CONFIG_QCA_WIFI_FTM := 1
CONFIG_CHECKSUM_OFFLOAD := 1
#Enable GTK offload
-CONFIG_GTK_OFFLOAD := 0
+CONFIG_GTK_OFFLOAD := 1
ifeq ($(CONFIG_CFG80211),y)
HAVE_CFG80211 := 1