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
This commit is contained in:
Manjunathappa Prakash
2016-04-14 01:11:18 -07:00
committed by Gerrit - the friendly Code Review server
parent 1c95626911
commit 585178db34
5 changed files with 24 additions and 30 deletions

View File

@@ -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__