commit | c03c6aefdc2c1f5785a5b0d1a3f7e48eeaae3505 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Feb 25 14:15:28 2010 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 10 17:09:38 2010 -0500 |
tree | 5f00ed890b35708e04da459cfdd37ab9a7f46c23 | |
parent | 34dd5feb8b8b15654714731e1dbb34a6d37fb34e [diff] |
iwmc3200wifi: protect rx_tickets and rx_packets[] lists Protect rx_tickets and rx_packets[] lists with spinlocks to fix the race condition for concurrent list operations. In iwmc3200wifi both sdio_isr_worker and rx_worker workqueues can access the rx ticket and packets lists at the same time under high rx load. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>