diff --git a/core/hdd/src/wlan_hdd_assoc.c b/core/hdd/src/wlan_hdd_assoc.c index fa142685e7..f3f4712147 100644 --- a/core/hdd/src/wlan_hdd_assoc.c +++ b/core/hdd/src/wlan_hdd_assoc.c @@ -840,6 +840,9 @@ void hdd_copy_ht_operation(struct hdd_station_ctx *hdd_sta_ctx, hdd_ht_ops->operation_mode |= IEEE80211_HT_OP_MODE_NON_HT_STA_PRSNT; + if (ht_ops->chan_center_freq_seg2) + hdd_ht_ops->operation_mode |= + (ht_ops->chan_center_freq_seg2 << IEEE80211_HT_OP_MODE_CCFS2_SHIFT); /* stbc_param */ temp_ht_ops = ht_ops->basicSTBCMCS & HT_STBC_PARAM_MCS;