commit | 5631909364e1e74b6188ec860d2a4cf216150a26 | [log] [tgz] |
---|---|---|
author | Ganapathi Bhat <gbhat@marvell.com> | Wed Jun 27 11:43:38 2018 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jul 31 10:11:33 2018 +0300 |
tree | 03f6f4057470f03eb9001ccd06c3601b1602a757 | |
parent | d0db2f7a02e45dd4791b70404bd90874b20c38a4 [diff] |
mwifiex: replace rx_pkt_lock by rx_reorder_tbl_lock At present driver spinlock protects iteration of list rx_reorder_tbl_ptr with rx_reorder_tbl_lock. To protect the individual items in this list, it uses rx_pkt_lock. But, we can use a single rx_reorder_tbl_lock for both purposes. This patch replaces rx_pkt_lock by rx_reorder_tbl_lock. Signed-off-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>