Searched refs:hdd_vht_ops (Results 1 – 1 of 1) sorted by relevance
1119 struct ieee80211_vht_operation *hdd_vht_ops = in hdd_copy_vht_operation() local1122 qdf_mem_zero(hdd_vht_ops, sizeof(struct ieee80211_vht_operation)); in hdd_copy_vht_operation()1124 hdd_vht_ops->chan_width = vht_ops->chanWidth; in hdd_copy_vht_operation()1125 hdd_copy_vht_center_freq(hdd_vht_ops, vht_ops); in hdd_copy_vht_operation()1126 hdd_vht_ops->basic_mcs_set = vht_ops->basicMCSSet; in hdd_copy_vht_operation()