|
@@ -222,6 +222,7 @@ ieee80211_determine_chantype(struct ieee80211_sub_if_data *sdata,
|
|
|
switch (vht_oper->chan_width) {
|
|
switch (vht_oper->chan_width) {
|
|
|
case IEEE80211_VHT_CHANWIDTH_USE_HT:
|
|
case IEEE80211_VHT_CHANWIDTH_USE_HT:
|
|
|
vht_chandef.width = chandef->width;
|
|
vht_chandef.width = chandef->width;
|
|
|
|
|
+ vht_chandef.center_freq1 = chandef->center_freq1;
|
|
|
break;
|
|
break;
|
|
|
case IEEE80211_VHT_CHANWIDTH_80MHZ:
|
|
case IEEE80211_VHT_CHANWIDTH_80MHZ:
|
|
|
vht_chandef.width = NL80211_CHAN_WIDTH_80;
|
|
vht_chandef.width = NL80211_CHAN_WIDTH_80;
|