commit | d8eb741eb374804e864751c7f3919ae50321d831 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Fri Aug 09 18:58:32 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 12 18:08:34 2013 +0200 |
tree | 63eee4920e2204e302b7bb93b709f74753d77ce7 | |
parent | 52981cd79461e47fe683febfcbd3d380c72b1c6c [diff] |
mac80211: ibss - do not scan if not needed when creating an IBSS In some cases mac80211 will scan before creating an IBSS even if bssid and frequency have been forced by the user. This is not needed and leads only to a delay in the IBSS establishment phase. Immediately create the cell if both bssid and frequency (and fixed_freq is set) have been specified. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>