diff options
| author | Prashanth Bhatta <bhattap@qca.qualcomm.com> | 2014-01-06 11:13:33 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@qca.qualcomm.com> | 2014-01-11 15:17:09 -0800 |
| commit | fd7d50da0aea63c507359e3e1e46d324c27b93ca (patch) | |
| tree | 8fec2ae7b3dd391cb83ce00b6a33d0c12f55be1f | |
| parent | 38e926085c16a8aa99c007304eab96f6dd51c51d (diff) | |
qcacld: Enable FTM in Makefile
Enabling FTM support in Makefile as well similar to Kbuild.
Change-Id: Icf9981668015cb22cbc345ba582669d9dc5cde66
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ CONFIG_LITTLE_ENDIAN := 1 CONFIG_TX_CREDIT_RECLAIM_SUPPORT := 0 #Enable FTM support -CONFIG_QCA_WIFI_FTM := 0 +CONFIG_QCA_WIFI_FTM := 1 #Enable Checksum Offload CONFIG_CHECKSUM_OFFLOAD := 1 |
