diff options
| author | Sundar Subramaniyan <subrams@qti.qualcomm.com> | 2013-10-16 23:19:41 +0530 |
|---|---|---|
| committer | Madan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com> | 2013-10-23 20:05:33 -0700 |
| commit | 242b3e4a4436951e2d549cb20f1c3604687cead9 (patch) | |
| tree | 0f687cd6b4262902147fc18128e5eb83b5f52112 | |
| parent | 39da229bb112c3e0da6ab8707da9fd7c8f33a685 (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-- | Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
