|
@@ -263,6 +263,8 @@ int cfg80211_ibss_wext_join(struct cfg80211_registered_device *rdev,
|
|
|
if (chan->flags & IEEE80211_CHAN_DISABLED)
|
|
|
continue;
|
|
|
wdev->wext.ibss.chandef.chan = chan;
|
|
|
+ wdev->wext.ibss.chandef.center_freq1 =
|
|
|
+ chan->center_freq;
|
|
|
break;
|
|
|
}
|
|
|
|
|
@@ -347,6 +349,7 @@ int cfg80211_ibss_wext_siwfreq(struct net_device *dev,
|
|
|
if (chan) {
|
|
|
wdev->wext.ibss.chandef.chan = chan;
|
|
|
wdev->wext.ibss.chandef.width = NL80211_CHAN_WIDTH_20_NOHT;
|
|
|
+ wdev->wext.ibss.chandef.center_freq1 = freq;
|
|
|
wdev->wext.ibss.channel_fixed = true;
|
|
|
} else {
|
|
|
/* cfg80211_ibss_wext_join will pick one if needed */
|