Home
last modified time | relevance | path

Searched refs:current_bandtype (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Ddm.c187 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics()
215 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics()
477 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) in rtl92d_dm_dig()
534 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_dynamic_txpower()
900 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
980 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
996 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1021 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1025 rtlhal->current_bandtype == in rtl92d_dm_txpower_tracking_callback_thermalmeter()
1098 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter()
[all …]
Dphy.c553 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in _rtl92d_phy_config_bb_with_headerfile()
598 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in _rtl92d_phy_config_bb_with_headerfile()
888 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in _rtl92d_get_txpower_index()
959 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G) in rtl92d_phy_set_txpower_level()
962 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G) in rtl92d_phy_set_txpower_level()
1022 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_phy_set_bw_mode()
1063 rtlhal->current_bandtype = band; in rtl92d_phy_switch_wirelessband()
1069 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_phy_switch_wirelessband()
1083 if (rtlhal->current_bandtype == BAND_ON_2_4G) in rtl92d_phy_switch_wirelessband()
1091 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl92d_phy_switch_wirelessband()
[all …]
Dtrx.c613 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc()
636 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc()
757 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92de_tx_fill_cmddesc()
Drf.c488 if (rtlhal->current_bandtype == BAND_ON_2_4G && in rtl92d_phy_rf6052_config()
500 } else if (rtlhal->current_bandtype == BAND_ON_5G && in rtl92d_phy_rf6052_config()
Dsw.c103 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92d_init_sw_vars()
Dhw.c993 if (rtlhal->current_bandtype == BAND_ON_2_4G) in rtl92de_hw_init()
1394 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92de_set_beacon_related_registers()
1885 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_table()
1977 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_mask()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c272 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G) in rtl_op_add_interface()
289 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G) in rtl_op_add_interface()
302 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_2_4G) in rtl_op_add_interface()
911 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl_op_sta_add()
920 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_sta_add()
1119 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed()
1129 if (rtlhal->current_bandtype == BAND_ON_2_4G) in rtl_op_bss_info_changed()
1136 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed()
1266 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed()
1276 if (rtlhal->current_bandtype == BAND_ON_2_4G) in rtl_op_bss_info_changed()
[all …]
Drc.c63 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in _rtl_rc_get_highest_rix()
Dbase.c360 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in _rtl_init_mac80211()
375 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl_init_mac80211()
393 rtlhal->current_bandtype); in _rtl_init_mac80211()
Dwifi.h1562 enum band_type current_bandtype; /* 0:2.4G, 1:5G */ member
Dpci.c899 (rtlpriv->rtlhal.current_bandtype == in _rtl_pci_rx_interrupt()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c525 u8 current_band = rtlhal->current_bandtype; in rtl8821ae_phy_switch_wirelessband()
531 rtlhal->current_bandtype = (enum band_type) band; in rtl8821ae_phy_switch_wirelessband()
533 if (rtlhal->current_bandtype == BAND_ON_2_4G) { in rtl8821ae_phy_switch_wirelessband()
2656 if (((rtlhal->current_bandtype == BAND_ON_2_4G) && in _rtl8821ae_get_txpower_index()
2658 ((rtlhal->current_bandtype == BAND_ON_5G) && (channel <= 14))) { in _rtl8821ae_get_txpower_index()
3276 if (rtlhal->current_bandtype == BAND_ON_2_4G) in rtl8821ae_phy_set_txpower_level_by_path()
3620 if (rtlphy->current_channel > 14 && rtlhal->current_bandtype != BAND_ON_5G) in rtl8821ae_phy_sw_chnl()
3622 else if (rtlphy->current_channel <= 14 && rtlhal->current_bandtype != BAND_ON_2_4G) in rtl8821ae_phy_sw_chnl()
3631 rtlphy->current_channel, rtlhal->current_bandtype); in rtl8821ae_phy_sw_chnl()
3841 if (rtlhal->current_bandtype) in _rtl8821ae_iqk_tx()
[all …]
Dsw.c114 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl8821ae_init_sw_vars()
Ddm.c480 bb_swing = phy_get_tx_swing_8812A(hw, rtlhal->current_bandtype, in rtl8821ae_dm_get_swing_index()
Dhw.c3377 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8821ae_update_hal_rate_table()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c105 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl92ee_init_sw_vars()
Dphy.c1577 if (rtlhal->current_bandtype == BAND_ON_2_4G) in phy_set_txpower_index_by_rate_section()
2974 rtlhal->current_bandtype, timecount); in rtl92ee_phy_lc_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c98 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl88e_init_sw_vars()
Dhw.c2061 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_table()
2161 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_mask()
Dphy.c2097 rtlhal->current_bandtype, timecount); in rtl88e_phy_lc_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c109 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl8723e_init_sw_vars()
Dhw.c1923 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_table()
2023 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_mask()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c109 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl8723be_init_sw_vars()
Dphy.c2484 rtlhal->current_bandtype, timecount); in rtl8723be_phy_lc_calibrate()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c109 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl92c_init_sw_vars()
Dhw.c1862 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_table()
1963 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_mask()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c128 rtlpriv->rtlhal.current_bandtype = BAND_ON_2_4G; in rtl92s_init_sw_vars()
Dhw.c2051 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_table()
2166 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_mask()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dhw.c1984 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_table()
2085 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_mask()