qcacmn: wifi3 compile against cdp
Wifi 3.0 compile against cdp apis. Make compilable against mobile code base. selective hw common header include. Change-Id: I051f917001c0d13c762d9cb5a3ec141cd278d0e7 CRs-fixed: 1075736
This commit is contained in:
@@ -63,9 +63,15 @@
|
||||
#define WLAN_CFG_PER_PDEV_RX_RING 16
|
||||
#define WLAN_CFG_NUM_REO_DEST_RING 16
|
||||
|
||||
#ifdef CONFIG_WIN
|
||||
#define WLAN_CFG_NUM_TX_DESC 8192
|
||||
#define WLAN_CFG_NUM_TX_EXT_DESC 8192
|
||||
#define WLAN_CFG_NUM_TX_DESC_POOL 16
|
||||
#else
|
||||
#define WLAN_CFG_NUM_TX_DESC 1024
|
||||
#define WLAN_CFG_NUM_TX_EXT_DESC 1024
|
||||
#define WLAN_CFG_NUM_TX_DESC_POOL 3
|
||||
#endif /* CONFIG_WIN */
|
||||
#define WLAN_CFG_NUM_TXEXT_DESC_POOL 16
|
||||
#define WLAN_CFG_HTT_PKT_TYPE 2
|
||||
#define WLAN_CFG_MAX_PEER_ID 16
|
||||
|
Reference in New Issue
Block a user