mac80211: ibss - do not scan if not needed when creating an IBSS
authorAntonio Quartulli <antonio@open-mesh.com>
Fri, 9 Aug 2013 16:58:32 +0000 (18:58 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 12 Aug 2013 16:08:34 +0000 (18:08 +0200)
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>

No differences found