Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A 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()
437 enable_video_mode(padapter, cbw40_enable); in netdev_open()
H A Ddrv_types.h108 u8 cbw40_enable; member
H A Dhal_init.c101 fwpriv->bw_40MHz_en = regpriv->cbw40_enable; in fill_fwpriv()
H A Dusb_intf.c326 padapter->registrypriv.cbw40_enable = 0; in disable_ht_for_spec_devid()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2288 u8 cbw40_enable = 0, stbc_rx_enable = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2339 cbw40_enable = 1; in rtw_restructure_ht_ie()
2342 cbw40_enable = 1; in rtw_restructure_ht_ie()
2345 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2426 u8 cbw40_enable = 0; in rtw_update_ht_cap() local
2459 cbw40_enable = 1; in rtw_update_ht_cap()
2462 cbw40_enable = 1; in rtw_update_ht_cap()
2466 if ((cbw40_enable) && in rtw_update_ht_cap()
H A Drtw_ap.c657 u8 cbw40_enable = 0; in start_bss_network() local
747 cbw40_enable = 1; in start_bss_network()
750 cbw40_enable = 1; in start_bss_network()
753 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
H A Drtw_wlan_util.c883 u8 cbw40_enable = 0; in bwmode_update_check() local
898 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()
H A Drtw_mlme_ext.c5304 u8 cbw40_enable = 0; in join_cmd_hdl() local
5380 cbw40_enable = 1; in join_cmd_hdl()
5383 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()