Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
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()
A Ddrv_types.h108 u8 cbw40_enable; member
A Dhal_init.c101 fwpriv->bw_40MHz_en = regpriv->cbw40_enable; in fill_fwpriv()
A Dusb_intf.c326 padapter->registrypriv.cbw40_enable = 0; in disable_ht_for_spec_devid()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c2208 u8 cbw40_enable = 0, stbc_rx_enable = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2259 cbw40_enable = 1; in rtw_restructure_ht_ie()
2262 cbw40_enable = 1; in rtw_restructure_ht_ie()
2265 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2341 u8 cbw40_enable = 0; in rtw_update_ht_cap() local
2373 cbw40_enable = 1; in rtw_update_ht_cap()
2376 cbw40_enable = 1; in rtw_update_ht_cap()
2380 if ((cbw40_enable) && in rtw_update_ht_cap()
A Drtw_ap.c656 u8 cbw40_enable = 0; in start_bss_network() local
746 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()
A Drtw_wlan_util.c882 u8 cbw40_enable = 0; in bwmode_update_check() local
897 cbw40_enable = 1; in bwmode_update_check()
900 cbw40_enable = 1; in bwmode_update_check()
903 if ((pHT_info->infos[0] & BIT(2)) && cbw40_enable) { in bwmode_update_check()
A Drtw_mlme_ext.c5303 u8 cbw40_enable = 0; in join_cmd_hdl() local
5379 cbw40_enable = 1; in join_cmd_hdl()
5382 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()

Completed in 34 milliseconds