diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-09 01:29:22 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-09 01:29:22 -0700 |
| commit | af9c9c817fee11412ca563379a2c9bf49bd78501 (patch) | |
| tree | bf5d7759442756434a3f737da02a0164e81eb594 | |
| parent | 523bb3e4f4af4515f436bbfce0e5a9f150fb75aa (diff) | |
| parent | d3fd88f1b6e8377b030a4c04575e9e25153fbca1 (diff) | |
Merge "qcacld-2.0: Enable TX completion thread & TCP perf" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1599,6 +1599,11 @@ CDEFINES += -DMAC_NOTIFICATION_FEATURE CDEFINES += -DCHANNEL_HOPPING_ALL_BANDS endif +ifeq ($(CONFIG_ARCH_MSM8937), y) +CDEFINES += -DTX_COMPLETION_THREAD +CDEFINES += -DMSM8976_TCP_PERF +endif + ifdef CPTCFG_QCA_CLD_WLAN CDEFINES += -DWITH_BACKPORTS #Enable OBSS feature |
