]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitd8eb741eb374804e864751c7f3919ae50321d831
tree63eee4920e2204e302b7bb93b709f74753d77ce7
parent52981cd79461e47fe683febfcbd3d380c72b1c6c
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>
net/mac80211/ibss.c