Home
last modified time | relevance | path

Searched refs:cur_bw_40mhz (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8192e/
Drtl819x_HTProc.c90 u8 is40MHz = (ht_info->cur_bw_40mhz) ? 1 : 0; in ht_mcs_to_data_rate()
91 u8 isShortGI = (ht_info->cur_bw_40mhz) ? in ht_mcs_to_data_rate()
510 ht_info->cur_bw_40mhz = false; in ht_initialize_ht_info()
640 if (ht_info->cur_bw_40mhz) { in ht_set_connect_bw_mode_callback()
682 ht_info->cur_bw_40mhz = true; in ht_set_connect_bw_mode()
685 ht_info->cur_bw_40mhz = false; in ht_set_connect_bw_mode()
689 ht_info->cur_bw_40mhz = false; in ht_set_connect_bw_mode()
694 ht_info->cur_bw_40mhz); in ht_set_connect_bw_mode()
Drtllib_tx.c343 if (ht_info->cur_bw_40mhz && ht_info->cur_short_gi_40mhz) in rtllib_query_ht_cap_short_gi()
345 else if (!ht_info->cur_bw_40mhz && ht_info->cur_short_gi_20mhz) in rtllib_query_ht_cap_short_gi()
364 if (ht_info->cur_bw_40mhz && ht_info->cur_tx_bw40mhz && in rtllib_query_bandwidth_mode()
422 if ((ht_info->cur_bw_40mhz && (ht_op_mode == 2 || in rtllib_query_protectionmode()
424 (!ht_info->cur_bw_40mhz && ht_op_mode == 3)) { in rtllib_query_protectionmode()
Drtl819x_HT.h97 u8 cur_bw_40mhz; member
Drtllib_softmac_wx.c320 ieee->ht_info->cur_bw_40mhz) { in rtllib_wx_sync_scan_wq()
323 bandwidth = (enum ht_channel_width)ieee->ht_info->cur_bw_40mhz; in rtllib_wx_sync_scan_wq()