qcacld-3.0: Update ccfs2 in ht operation
Currently driver does not update ccfs2 correctly in ht operation when it caches the connetion info, because of this userspace is not able to get correct bw info for sta big data. To address above issue, update ccfs2 corrrectly in ht operation. Change-Id: I13dc8b674d24be7435a85b91a1ecc43e0c37900b CRs-Fixed: 3183162
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user