Searched refs:iot_peer (Results 1 – 4 of 4) sorted by relevance
67 u32 iot_peer = 0; in odm_EdcaTurboCheckCE() local90 iot_peer = pmlmeinfo->assoc_AP_vendor; in odm_EdcaTurboCheckCE()92 if (iot_peer >= HT_IOT_PEER_MAX) { in odm_EdcaTurboCheckCE()120 if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()122 EDCA_BE_DL = edca_setting_DL[iot_peer]; in odm_EdcaTurboCheckCE()123 EDCA_BE_UL = edca_setting_UL[iot_peer]; in odm_EdcaTurboCheckCE()124 } else if ((iot_peer == HT_IOT_PEER_CISCO) && in odm_EdcaTurboCheckCE()128 EDCA_BE_DL = edca_setting_DL_GMode[iot_peer]; in odm_EdcaTurboCheckCE()129 } else if ((iot_peer == HT_IOT_PEER_AIRGO) && in odm_EdcaTurboCheckCE()132 } else if (iot_peer == HT_IOT_PEER_MARVELL) { in odm_EdcaTurboCheckCE()[all …]
996 u32 iot_peer = 0; in rtl8723be_dm_check_edca_turbo() local1004 iot_peer = rtlpriv->mac80211.vendor; in rtl8723be_dm_check_edca_turbo()1005 b_bias_on_rx = (iot_peer == PEER_RAL || iot_peer == PEER_ATH) ? in rtl8723be_dm_check_edca_turbo()1011 if ((iot_peer == PEER_CISCO) && in rtl8723be_dm_check_edca_turbo()1013 edca_be_dl = edca_setting_dl[iot_peer]; in rtl8723be_dm_check_edca_turbo()1014 edca_be_ul = edca_setting_ul[iot_peer]; in rtl8723be_dm_check_edca_turbo()
2489 u8 iot_peer = 0; in rtl8821ae_dm_check_edca_turbo() local2516 iot_peer = rtlpriv->mac80211.vendor; in rtl8821ae_dm_check_edca_turbo()2523 if ((iot_peer == PEER_CISCO) && in rtl8821ae_dm_check_edca_turbo()2525 edca_be_dl = edca_setting_dl[iot_peer]; in rtl8821ae_dm_check_edca_turbo()2526 edca_be_ul = edca_setting_ul[iot_peer]; in rtl8821ae_dm_check_edca_turbo()
2149 u8 iot_peer = BTC_IOT_PEER_UNKNOWN; in halbtc8723b1ant_run_coexist_mechanism() local2230 btcoexist->btc_get(btcoexist, BTC_GET_U1_IOT_PEER, &iot_peer); in halbtc8723b1ant_run_coexist_mechanism()2232 if (iot_peer != BTC_IOT_PEER_CISCO && in halbtc8723b1ant_run_coexist_mechanism()2233 iot_peer != BTC_IOT_PEER_BROADCOM) { in halbtc8723b1ant_run_coexist_mechanism()