Searched refs:operation_bw (Results 1 – 1 of 1) sorted by relevance
2727 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; in rtw_restructure_ht_ie() local2748 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()2749 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()2750 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2753 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2762 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2765 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()2769 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()2783 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()2824 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()