Home
last modified time | relevance | path

Searched refs:cbw40_enable (Results 1 – 15 of 15) sorted by relevance

/drivers/staging/rtl8712/
Dos_intfs.c77 static int cbw40_enable = 1; variable
104 module_param(cbw40_enable, int, 0644);
155 registry_par->cbw40_enable = (u8)cbw40_enable; in loadparam()
423 enable_video_mode(padapter, cbw40_enable); in netdev_open()
Ddrv_types.h110 u8 cbw40_enable; member
Dhal_init.c90 fwpriv->bw_40MHz_en = regpriv->cbw40_enable; in fill_fwpriv()
Dusb_intf.c329 padapter->registrypriv.cbw40_enable = 0; in disable_ht_for_spec_devid()
/drivers/staging/rtl8188eu/include/
Ddrv_types.h73 u8 cbw40_enable; member
/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2664 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2714 cbw40_enable = 1; in rtw_restructure_ht_ie()
2717 cbw40_enable = 1; in rtw_restructure_ht_ie()
2720 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2761 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()
2825 u8 cbw40_enable = 0; in rtw_update_ht_cap() local
2874 cbw40_enable = 1; in rtw_update_ht_cap()
2877 cbw40_enable = 1; in rtw_update_ht_cap()
2881 if ((cbw40_enable) && in rtw_update_ht_cap()
Drtw_ap.c772 u8 cbw40_enable = 0; in start_bss_network() local
867 cbw40_enable = 1; in start_bss_network()
870 cbw40_enable = 1; in start_bss_network()
873 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
Drtw_wlan_util.c986 u8 cbw40_enable = 0; in bwmode_update_check() local
1004 cbw40_enable = 1; in bwmode_update_check()
1007 cbw40_enable = 1; in bwmode_update_check()
1009 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check()
Drtw_mlme_ext.c6116 u8 cbw40_enable = 0; in join_cmd_hdl() local
6193 cbw40_enable = 1; in join_cmd_hdl()
6196 cbw40_enable = 1; in join_cmd_hdl()
6199 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()
/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c563 bw_40MHz & pregistrypriv->cbw40_enable, in rtw_get_cur_max_rate()
Drtw_wlan_util.c613 if ((pHT_info->infos[0] & BIT(2)) && pregistrypriv->cbw40_enable) { in bwmode_update_check()
Drtw_ap.c675 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
Drtw_mlme_ext.c1127 if (pregpriv->cbw40_enable == 0) in issue_assocreq()
3957 if ((0 == (padapter->registrypriv.cbw40_enable & BIT(1))) && in init_channel_list()
4993 if ((pregpriv->cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()
Drtw_mlme.c1950 if ((pregistrypriv->cbw40_enable) && in rtw_update_ht_cap()
/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c166 registry_par->cbw40_enable = (u8)rtw_cbw40_enable; in loadparam()