Home
last modified time | relevance | path

Searched refs:WIRELESS_MODE_G (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_phy.h47 WIRELESS_MODE_G = 0x04, enumerator
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c798 if ((ieee->current_network.mode == WIRELESS_MODE_G) || in rtllib_probe_resp()
1026 ieee->mode = WIRELESS_MODE_G; in rtllib_association_req()
1546 ieee->set_wireless_mode(ieee->dev, WIRELESS_MODE_G); in rtllib_softmac_new_net()
1680 ((ieee->mode == WIRELESS_MODE_G) && in assoc_parse()
2068 ieee->set_wireless_mode(ieee->dev, WIRELESS_MODE_G); in rtllib_rx_auth_resp()
2298 ieee->mode = WIRELESS_MODE_G; in rtllib_start_ibss_wq()
2356 ieee->set_wireless_mode(ieee->dev, WIRELESS_MODE_G); in rtllib_start_ibss_wq()
H A Drtllib.h423 WIRELESS_MODE_G = 0x04, enumerator
1703 #define IEEE_MODE_MASK (WIRELESS_MODE_B | WIRELESS_MODE_G)
H A Drtllib_rx.c2297 network->mode |= WIRELESS_MODE_G; in rtllib_network_init()
2309 if (network->mode & (WIRELESS_MODE_G | WIRELESS_MODE_B)) in rtllib_network_init()
2557 ieee->current_network.mode == WIRELESS_MODE_G) && in rtllib_process_probe_response()
H A Drtl819x_HTProc.c427 case WIRELESS_MODE_G: in HT_PickMCSRate()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Ddm.c82 if (mac->mode == WIRELESS_MODE_G || in _rtl92s_dm_check_edca_turbo()
99 if (mac->mode == WIRELESS_MODE_G || in _rtl92s_dm_check_edca_turbo()
H A Dhw.c2029 case WIRELESS_MODE_G: in rtl92se_update_hal_rate_table()
2149 case WIRELESS_MODE_G: in rtl92se_update_hal_rate_mask()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Drc.c61 } else if (wireless_mode == WIRELESS_MODE_G) { in _rtl_rc_get_highest_rix()
H A Dbase.c739 wirelessmode == WIRELESS_MODE_G || in rtl_mrate_idx_to_arfr_id()
782 WIRELESS_MODE_G)) : \ in _rtl_txrate_selectmode()
835 else if (mac->mode & WIRELESS_MODE_G) in _rtl_txrate_selectmode()
1238 WIRELESS_MODE_G)) : \ in rtl_get_tcb_desc()
1740 case WIRELESS_MODE_G: in rtl_get_hal_edca_param()
H A Dcore.c905 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
912 sta_entry->wireless_mode = WIRELESS_MODE_G; in rtl_op_sta_add()
1141 mac->mode = WIRELESS_MODE_G; in rtl_op_bss_info_changed()
1305 mac->mode = WIRELESS_MODE_G; in rtl_op_bss_info_changed()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c496 if (_rtl92c_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, in rtl92c_phy_get_txpower_level()
499 _rtl92c_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, in rtl92c_phy_get_txpower_level()
607 case WIRELESS_MODE_G: in _rtl92c_phy_dbm_to_txpwr_idx()
639 case WIRELESS_MODE_G: in _rtl92c_phy_txpwr_idx_to_dbm()
H A Ddm_common.c1623 (rtlpriv->mac80211.mode == WIRELESS_MODE_G || in rtl92c_bt_set_normal()
1624 (rtlpriv->mac80211.mode == (WIRELESS_MODE_G | WIRELESS_MODE_B))) && in rtl92c_bt_set_normal()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c161 ((mode & (WIRELESS_MODE_G | WIRELESS_MODE_N_24G)) ? 9 : 20) + aSifsTime; in rtl92e_set_reg()
473 case WIRELESS_MODE_G: in _rtl92e_hwconfig()
1816 case WIRELESS_MODE_G: in rtl92e_update_ratr_table()
1817 case WIRELESS_MODE_G | WIRELESS_MODE_B: in rtl92e_update_ratr_table()
H A Drtl_core.c280 if (net->mode & (WIRELESS_MODE_G | WIRELESS_MODE_N_24G)) { in _rtl92e_update_cap()
595 u8 support_mode = (WIRELESS_MODE_N_24G | WIRELESS_MODE_G | WIRELESS_MODE_B); in rtl92e_set_wireless_mode()
600 if ((wireless_mode & (WIRELESS_MODE_B | WIRELESS_MODE_G)) == in rtl92e_set_wireless_mode()
601 (WIRELESS_MODE_G | WIRELESS_MODE_B)) in rtl92e_set_wireless_mode()
602 wireless_mode = WIRELESS_MODE_G; in rtl92e_set_wireless_mode()
H A Drtl_dm.c1429 if (priv->rtllib->mode == WIRELESS_MODE_G) in _rtl92e_dm_check_edca_turbo()
1443 if (priv->rtllib->mode == WIRELESS_MODE_G) in _rtl92e_dm_check_edca_turbo()
2108 (priv->rtllib->mode == WIRELESS_MODE_G)) { in _rtl92e_dm_dynamic_tx_power()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c568 WIRELESS_MODE_G, in rtl8723e_phy_get_txpower_level()
571 rtl8723_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, in rtl8723e_phy_get_txpower_level()
680 case WIRELESS_MODE_G: in _rtl8723e_phy_dbm_to_txpwr_idx()
H A Dhal_bt_coexist.c49 if (rtlpriv->mac80211.mode == WIRELESS_MODE_G || in _rtl8723_dm_bt_check_wifi_state()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Dphy_common.c147 case WIRELESS_MODE_G: in rtl8723_phy_txpwr_idx_to_dbm()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c904 WIRELESS_MODE_G, in rtl88e_phy_get_txpower_level()
907 _rtl88e_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, in rtl88e_phy_get_txpower_level()
1023 case WIRELESS_MODE_G: in _rtl88e_phy_txpwr_idx_to_dbm()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h450 WIRELESS_MODE_G = 0x04, enumerator
H A Dr8192U_core.c1849 ret = WIRELESS_MODE_N_24G | WIRELESS_MODE_G | WIRELESS_MODE_B; in rtl8192_getSupportedWireleeMode()
1874 } else if ((bSupportMode & WIRELESS_MODE_G)) { in rtl8192_SetWirelessMode()
1875 wireless_mode = WIRELESS_MODE_G; in rtl8192_SetWirelessMode()
2421 case WIRELESS_MODE_G: in rtl8192_hwconfig()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c1073 if (_rtl92ee_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, txpwr_level) > in rtl92ee_phy_get_txpower_level()
1075 txpwr_dbm = _rtl92ee_phy_txpwr_idx_to_dbm(hw, WIRELESS_MODE_G, in rtl92ee_phy_get_txpower_level()
1609 case WIRELESS_MODE_G: in _rtl92ee_phy_txpwr_idx_to_dbm()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c1821 case WIRELESS_MODE_G: in rtl92de_update_hal_rate_table()
1911 case WIRELESS_MODE_G: in rtl92de_update_hal_rate_mask()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_halinit.c515 case WIRELESS_MODE_G: in _InitOperationMode()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c1943 case WIRELESS_MODE_G: in rtl92cu_update_hal_rate_table()
2043 case WIRELESS_MODE_G: in rtl92cu_update_hal_rate_mask()

12