summaryrefslogtreecommitdiff
path: root/uapi
diff options
context:
space:
mode:
authorManjunathappa Prakash <prakashpm@codeaurora.org>2016-04-14 01:11:18 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-17 18:16:51 -0700
commit585178db34ffb93318da51f54c8cdf55d9cd0433 (patch)
tree9a7523ebee4d9b76a6264a92c23189da6ab0715c /uapi
parent1c9562691142e02d08c40bf796d36751b4c9cfe3 (diff)
downloadqcacld-585178db34ffb93318da51f54c8cdf55d9cd0433.tar.gz
qcacld-3.0: Cleanup fastpath changes
Do following cleanup on fastpath code changes: 1) Remove reaping of Tx HIF buffers in Rx handling, instead handle reaping in Tx fastpath itself. 2) In ce_per_engine_service_fast check for more Rx packets after packet processing. 3) Make stub functions as static inline for non-fastpath enabled case. Change-Id: If07c4344a424ce13b94128bf28931a24255b661a CRs-Fixed: 987182
Diffstat (limited to 'uapi')
-rw-r--r--uapi/linux/osapi_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uapi/linux/osapi_linux.h b/uapi/linux/osapi_linux.h
index a62b96d3f6..21f8ff629a 100644
--- a/uapi/linux/osapi_linux.h
+++ b/uapi/linux/osapi_linux.h
@@ -231,6 +231,7 @@ void a_netbuf_queue_init(A_NETBUF_QUEUE_T *q);
#include "ath_carr_pltfrm.h"
#endif /* QCA_PARTNER_PLATFORM */
+#define SLOTS_PER_DATAPATH_TX 2
#else /* __KERNEL__ */
#ifdef __GNUC__