Searched refs:cbw40_enable (Results 1 – 16 of 16) sorted by relevance
77 static int cbw40_enable = 1; variable104 module_param(cbw40_enable, int, 0644);155 registry_par->cbw40_enable = (u8)cbw40_enable; in loadparam()419 enable_video_mode(padapter, cbw40_enable); in netdev_open()
108 u8 cbw40_enable; member
101 fwpriv->bw_40MHz_en = regpriv->cbw40_enable; in fill_fwpriv()
328 padapter->registrypriv.cbw40_enable = 0; in disable_ht_for_spec_devid()
2316 u8 cbw40_enable = 0, stbc_rx_enable = 0, operation_bw = 0; in rtw_restructure_ht_ie() local2367 cbw40_enable = 1; in rtw_restructure_ht_ie()2370 cbw40_enable = 1; in rtw_restructure_ht_ie()2373 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()2454 u8 cbw40_enable = 0; in rtw_update_ht_cap() local2487 cbw40_enable = 1; in rtw_update_ht_cap()2490 cbw40_enable = 1; in rtw_update_ht_cap()2494 if ((cbw40_enable) && in rtw_update_ht_cap()
656 u8 cbw40_enable = 0; in start_bss_network() local746 cbw40_enable = 1; in start_bss_network()749 cbw40_enable = 1; in start_bss_network()752 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
883 u8 cbw40_enable = 0; in bwmode_update_check() local898 cbw40_enable = 1; in bwmode_update_check()901 cbw40_enable = 1; in bwmode_update_check()904 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check()
5356 u8 cbw40_enable = 0; in join_cmd_hdl() local5433 cbw40_enable = 1; in join_cmd_hdl()5436 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()
99 u8 cbw40_enable; member
643 pregpriv->cbw40_enable in proc_get_cbw40_enable()664 pregpriv->cbw40_enable = mode; in proc_set_cbw40_enable()
814 bw_40MHz & (pregistrypriv->cbw40_enable), in rtw_get_cur_max_rate()
669 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check()
673 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
2078 if ((pregistrypriv->cbw40_enable) && in rtw_update_ht_cap()
286 if ((0 == (padapter->registrypriv.cbw40_enable & BIT(1))) && in init_channel_list()5322 if (pregpriv->cbw40_enable == 0) in issue_assocreq()7788 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()
550 registry_par->cbw40_enable = (u8)rtw_cbw40_enable; in loadparam()