| commit | da5ae1cfff4cc5b9392eab59b227ad907626d7aa | [log] [tgz] |
|---|---|---|
| author | Reinette Chatre <reinette.chatre@intel.com> | Fri May 28 09:28:39 2010 -0700 |
| committer | Reinette Chatre <reinette.chatre@intel.com> | Mon Jun 14 10:51:16 2010 -0700 |
| tree | 67776b88a0f37dc2c0f2b839076279d1ecd78239 | |
| parent | b054b747a694927879c94dd11af54d04346aed7d [diff] |
iwlwifi: serialize station management actions 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>