diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-05-16 23:50:18 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-05 15:32:16 -0400 |
commit | aa430da41019c1694f6a8e3b8bef1d12ed52b0ad (patch) | |
tree | 086b60a5c6253cad2c78f5a976d0608f375f2b03 /drivers/net/wireless/ath/ath6kl/main.c | |
parent | d58e7e37aac0465b08527adadc8016421bd4060e (diff) | |
download | blackbird-obmc-linux-aa430da41019c1694f6a8e3b8bef1d12ed52b0ad.tar.gz blackbird-obmc-linux-aa430da41019c1694f6a8e3b8bef1d12ed52b0ad.zip |
cfg80211: provide channel to start_ap function
Instead of setting the channel first and then
starting the AP, let cfg80211 store the channel
and provide it as one of the AP settings.
This means that now you have to set the channel
before you can start an AP interface, but since
hostapd/wpa_supplicant always do that we're OK
with this change.
Alternatively, it's now possible to give the
channel as an attribute to the start-ap nl80211
command, overriding any preset channel.
Cc: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/main.c b/drivers/net/wireless/ath/ath6kl/main.c index e5524470529c..b836f2795114 100644 --- a/drivers/net/wireless/ath/ath6kl/main.c +++ b/drivers/net/wireless/ath/ath6kl/main.c @@ -598,7 +598,6 @@ static int ath6kl_commit_ch_switch(struct ath6kl_vif *vif, u16 channel) struct ath6kl *ar = vif->ar; - vif->next_chan = channel; vif->profile.ch = cpu_to_le16(channel); switch (vif->nw_type) { |