Browse Source

Merge "qcacld-3.0: Remove ol_rx_queue_len from cds_sched_context" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 6 years ago
parent
commit
9d8e41c2b8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/cds/inc/cds_sched.h

+ 0 - 3
core/cds/inc/cds_sched.h

@@ -123,9 +123,6 @@ typedef struct _cds_sched_context {
 	/* Spinlock to synchronize between tasklet and thread */
 	spinlock_t ol_rx_queue_lock;
 
-	/* Rx queue length */
-	unsigned int ol_rx_queue_len;
-
 	/* Lock to synchronize free buffer queue access */
 	spinlock_t cds_ol_rx_pkt_freeq_lock;