commit | d3a571971e5af241074947fc80f6284677f6e014 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Thu Jan 21 11:52:28 2010 -0800 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Fri Jan 29 11:13:59 2010 -0800 |
tree | d01bb4af20ecfadf36626fb57f3d0918b9653d14 | |
parent | 7ae810776a51dc4dc6580013b0f6ba0f34d2b165 [diff] |
iwlwifi: iwl_power_update_mode always hold mutex iwl_power_update_mode expects to be called with mutex held, for example to protect priv->vif. Only one caller currently does not do this, fix this. Also, add a comment to iwl_power_update_mode to indicate this requirement. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>