qcacmn: Get rid of spinlock lro_unloading_lock

Spinlock "lro_unloading_lock" was required to synchronize the LRO
instance being deleted when there is LRO packet inflight.
With LRO moved to qdf and LRO is tied to hif_napi, LRO instance is
active with life time of the driver. So no need to protect via lock.

Change-Id: I06f7b43e80ddf0ce5e096351b38ce954eb634a95
CRs-Fixed: 2028318
这个提交包含在:
Manjunathappa Prakash
2017-10-23 23:09:14 -07:00
提交者 snandini
父节点 3cbcfa519f
当前提交 96713609aa
修改 5 个文件,包含 0 行新增13 行删除

查看文件

@@ -228,7 +228,6 @@ struct qca_napi_info {
/* will only be present for data rx CE's */
void (*lro_flush_cb)(void *);
qdf_lro_ctx_t lro_ctx;
qdf_spinlock_t lro_unloading_lock;
};
enum qca_napi_tput_state {