diff options
| author | Mohit Khanna <mkhannaqca@codeaurora.org> | 2016-03-15 11:28:00 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-08-19 18:33:19 -0700 |
| commit | b7da04334527723cb478e734df3025232e20ff03 (patch) | |
| tree | 57ec4efe87b5ee5d2f764eb57d040aa917342310 | |
| parent | 1d531c408f14257c9b9a582a559e2507a66d58f7 (diff) | |
qcacld-3.0: Add USB bus support (Tgt Config HL)
Add module specific changes for USB bus support.
Change-Id: Id6fe6b79b2dbf41a93ee815c20f44972122c9bb7
CRs-Fixed: 1023663
| -rw-r--r-- | target/inc/wlan_tgt_def_config_hl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/inc/wlan_tgt_def_config_hl.h b/target/inc/wlan_tgt_def_config_hl.h index 92e81061493c..11f54cafadbb 100644 --- a/target/inc/wlan_tgt_def_config_hl.h +++ b/target/inc/wlan_tgt_def_config_hl.h @@ -45,7 +45,7 @@ /* # of WDS entries to support. */ -#define CFG_TGT_WDS_ENTRIES 0 +#define CFG_TGT_WDS_ENTRIES 2 /* MAC DMA burst size. 0: 128B - default, 1: 256B, 2: 64B */ |
