Searched refs:operation_bw (Results 1 – 1 of 1) sorted by relevance
2587 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; in rtw_restructure_ht_ie() local2608 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()2609 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()2610 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2613 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2622 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()2625 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()2629 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()2643 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()2684 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()