cfg80211: fix regression in multi-vif AP start
commit46c1dd0c7fac54d3739d62b6362024d9b568c6de
authorFelix Fietkau <nbd@openwrt.org>
Tue, 19 Jun 2012 00:50:57 +0000 (19 02:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 20 Jun 2012 09:10:43 +0000 (20 11:10 +0200)
tree79f89f85ca9f6aff2efa1f7f1aed319ae3c1a51f
parent2bd7e35da011f51d4fdb3b71f888c3a50194bfcd
cfg80211: fix regression in multi-vif AP start

Commit "cfg80211: provide channel to start_ap function" assumes that the
channel is always passed to the NL80211_CMD_START_AP command, however
in case of multi-BSSID, hostapd only passes the channel for the first vif.
This makes starting beaconing on secondary vifs fail with -EINVAL.

Fix this by storing the channel provided to .start_ap in wdev->preset_chan
and picking the first AP vif's channel for secondary vifs if not provided.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c