iwlwifi: serialize station management actions
authorReinette Chatre <reinette.chatre@intel.com>
Fri, 28 May 2010 16:28:39 +0000 (09:28 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Mon, 14 Jun 2010 17:51:16 +0000 (10:51 -0700)
We are seeing some race conditions between incoming station management
requests (station add/remove) and the internal unassoc RXON command that
modifies station table. Modify these flows to require the mutex to be held
and thus serializing them.

This fixes http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2207

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found