diff options
| author | Yun Park <yunp@qca.qualcomm.com> | 2014-01-11 00:42:58 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@qca.qualcomm.com> | 2014-01-11 15:17:11 -0800 |
| commit | 9ed90c8ee270fcd0fae657f5cdc1a8bde127c321 (patch) | |
| tree | cb99b0f8e60afe65732637a49232a4fa2cceb894 | |
| parent | a6b6c4fbc8409373fd8275aae558498287476262 (diff) | |
qcacld: Add QCA_SUPPORT_TXRX_VDEV_PAUSE_LL in Makefile
To register event handler for WMI_TX_PAUSE_EVENT from FW
Change-Id: I151ab333b885e8f28ede42c32422541e794e3a7e
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -838,7 +838,8 @@ CDEFINES := -DANI_LITTLE_BYTE_ENDIAN \ -DWLAN_NL80211_TESTMODE \ -DFEATURE_WLAN_BATCH_SCAN \ -DFEATURE_WLAN_LPHB \ - -DWLAN_LINK_UMAC_SUSPEND_WITH_BUS_SUSPEND + -DWLAN_LINK_UMAC_SUSPEND_WITH_BUS_SUSPEND \ + -DQCA_SUPPORT_TXRX_VDEV_PAUSE_LL ifeq ($(CONFIG_QCA_WIFI_2_0), 0) CDEFINES += -DWLANTL_DEBUG |
