commit | 6e0b9cac681bf9b633397d2d5270e5ab31ca04db | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 28 08:44:50 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Mon May 10 15:08:52 2010 -0700 |
tree | 0b84ec894a92faf2590854c4a182c82644c54bf9 | |
parent | d2e210aef3a8e7472f91d10a50ecbc91c0a53d62 [diff] |
iwl3945: use iwl3945_add_bcast_station iwl3945 should not use iwl_add_local_station(..., false) because that would leave the IWL_STA_UCODE_INPROGRESS flag set for the station, which is not desirable. Instead it can use iwl3945_add_bcast_station() here. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>