/openbmc/linux/drivers/staging/rtl8712/ |
H A D | os_intfs.c | 40 static int ampdu_enable = 1;/*for enable tx_ampdu*/ variable 105 module_param(ampdu_enable, int, 0644); 156 registry_par->ampdu_enable = (u8)ampdu_enable; in loadparam() 282 phtpriv->ampdu_enable = false;/*set to disabled*/ in init_default_value()
|
H A D | rtl871x_ht.h | 22 unsigned int ampdu_enable;/*for enable Tx A-MPDU*/ member
|
H A D | drv_types.h | 109 u8 ampdu_enable;/*for tx*/ member
|
H A D | rtl871x_mlme.c | 1585 phtpriv->ampdu_enable = false;/*reset to disabled*/ in r8712_joinbss_reset() 1654 if (!phtpriv->ampdu_enable && in update_ht_cap() 1655 (pregistrypriv->ampdu_enable == 1)) in update_ht_cap() 1656 phtpriv->ampdu_enable = true; in update_ht_cap() 1704 if ((phtpriv->ht_option == 1) && (phtpriv->ampdu_enable)) { in r8712_issue_addbareq_cmd()
|
H A D | usb_intf.c | 327 padapter->registrypriv.ampdu_enable = 0; in disable_ht_for_spec_devid()
|
H A D | rtl8712_xmit.c | 523 if (!phtpriv->ampdu_enable) in update_txdesc()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ht.h | 13 u8 ampdu_enable;/* for enable Tx A-MPDU */ member
|
H A D | drv_types.h | 114 u8 ampdu_enable;/* for tx */ member
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ap.c | 484 phtpriv_sta->ampdu_enable = phtpriv_ap->ampdu_enable; in update_sta_info_apmode() 531 phtpriv_sta->ampdu_enable = false; in update_sta_info_apmode() 593 phtpriv_ap->ampdu_enable = false; in update_ap_info() 1131 if (pregistrypriv->ampdu_enable == 1) in rtw_check_beacon_data() 1132 pmlmepriv->htpriv.ampdu_enable = true; in rtw_check_beacon_data()
|
H A D | rtw_mlme.c | 2198 phtpriv->ampdu_enable = false;/* reset to disabled */ in rtw_joinbss_reset() 2435 if (!(phtpriv->ampdu_enable) && pregistrypriv->ampdu_enable == 1) { in rtw_update_ht_cap() 2436 phtpriv->ampdu_enable = true; in rtw_update_ht_cap() 2535 if (phtpriv->ht_option && phtpriv->ampdu_enable) { in rtw_issue_addbareq_cmd()
|
H A D | rtw_mlme_ext.c | 4710 psta->htpriv.ampdu_enable = pmlmepriv->htpriv.ampdu_enable; in update_sta_info() 4730 psta->htpriv.ampdu_enable = false; in update_sta_info() 5175 if (phtpriv->ht_option && phtpriv->ampdu_enable) { in addba_timer_hdl()
|
H A D | rtw_xmit.c | 953 if (pattrib->ht_en && psta->htpriv.ampdu_enable) in rtw_make_wlanhdr()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 5281 bool short_preamble, bool ampdu_enable, u32 rts_rate, in rtl8xxxu_fill_txdesc_v1() argument 5304 if (ampdu_enable && test_bit(tid, priv->tid_tx_operational)) in rtl8xxxu_fill_txdesc_v1() 5329 if (ampdu_enable || tx_info->control.use_rts) { in rtl8xxxu_fill_txdesc_v1() 5346 bool short_preamble, bool ampdu_enable, u32 rts_rate, in rtl8xxxu_fill_txdesc_v2() argument 5375 if (ampdu_enable && test_bit(tid, priv->tid_tx_operational)) in rtl8xxxu_fill_txdesc_v2() 5399 if (ampdu_enable || tx_info->control.use_rts) { in rtl8xxxu_fill_txdesc_v2() 5420 bool short_preamble, bool ampdu_enable, u32 rts_rate, in rtl8xxxu_fill_txdesc_v3() argument 5448 if (ampdu_enable && test_bit(tid, priv->tid_tx_operational)) in rtl8xxxu_fill_txdesc_v3() 5483 if (ampdu_enable || tx_info->control.use_rts) { in rtl8xxxu_fill_txdesc_v3() 5513 bool ampdu_enable, sgi = false, short_preamble = false; in rtl8xxxu_tx() local [all …]
|
H A D | rtl8xxxu.h | 1981 bool short_preamble, bool ampdu_enable, 2131 bool short_preamble, bool ampdu_enable, 2136 bool short_preamble, bool ampdu_enable, 2141 bool short_preamble, bool ampdu_enable,
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | os_intfs.c | 232 registry_par->ampdu_enable = (u8)rtw_ampdu_enable; in loadparam() 553 pmlmepriv->htpriv.ampdu_enable = false;/* set to disabled */ in rtw_init_default_value()
|