qcacld-3.0: Move recieve count to CE_state

Removing references to global data in the processing of
copy engine interupts.

Change-Id: I1ecc2ee67526498a56680870969ec529f0ac6e95
CRs-Fixed: 941355
Šī revīzija ir iekļauta:
Houston Hoffman
2015-09-02 11:52:10 -07:00
revīziju iesūtīja Satish Singh
vecāks 3d491e2e07
revīzija 79f8ecd3c4
4 mainīti faili ar 10 papildinājumiem un 10 dzēšanām

Parādīt failu

@@ -292,9 +292,6 @@ struct ol_softc {
*/
cdf_spinlock_t target_lock;
unsigned int ce_count; /* Number of Copy Engines supported */
unsigned int receive_count; /* count Num Of Receive Buffers
* handled for one interrupt
* DPC routine */
struct CE_state *ce_id_to_state[CE_COUNT_MAX]; /* CE id to CE_state */
#ifdef FEATURE_NAPI
struct qca_napi_data napi_data;