diff options
| author | Manikandan Mohan <manikand@codeaurora.org> | 2016-04-03 15:51:35 -0700 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2016-05-13 16:20:43 -0700 |
| commit | 5356c2b3870835da20c338ded3a11fc0734aace7 (patch) | |
| tree | 2b21e409342e9c2e00e7e1fdb6b7bd5af6719cbd /Kbuild | |
| parent | e4e3a14cf49bdd42821634cbc7ffedaa17b790cb (diff) | |
qcacld-3.0: Add vendor command for TSF operations
Update TSF feature for vendor command QCA_NL80211_VENDOR_SUBCMD_TSF
to support TSF operations.
Change-Id: I89abf14b9b7d8ee8fe1c12f7684c87e4dee9bfb0
CRs-fixed: 997799
Diffstat (limited to 'Kbuild')
| -rwxr-xr-x | Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -134,6 +134,9 @@ ifeq ($(KERNEL_BUILD), 0) #Flag to enable offload packets feature CONFIG_WLAN_OFFLOAD_PACKETS := y + #enable TSF get feature + CONFIG_WLAN_SYNC_TSF := y + #Flag to enable memdump feature CONFIG_WLAN_FEATURE_MEMDUMP := y |
