mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
authorKarl Beldan <karl.beldan@rivierawaves.com>
Mon, 25 Mar 2013 15:26:57 +0000 (16:26 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Mar 2013 18:19:35 +0000 (19:19 +0100)
Drivers that don't use chanctxes cannot perform VHT association because
they still use a "backward compatibility" pair of {ieee80211_channel,
nl80211_channel_type} in ieee80211_conf and ieee80211_local.

Signed-off-by: Karl Beldan <karl.beldan@rivierawaves.com>
[fix kernel-doc]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found