Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme.c2106 int max_rx_ampdu_factor; in rtw_restructure_ht_ie23a() local
2145 &max_rx_ampdu_factor); in rtw_restructure_ht_ie23a()
2146 ht_capie.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie23a()
Drtw_mlme_ext.c3758 int max_rx_ampdu_factor; in issue_action_BA23a() local
3869 &max_rx_ampdu_factor); in issue_action_BA23a()
3872 if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_64K) in issue_action_BA23a()
3874 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_32K) in issue_action_BA23a()
3876 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_16K) in issue_action_BA23a()
3878 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_8K) in issue_action_BA23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1950 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
1991 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
1992 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c1642 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
1733 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
1734 switch (max_rx_ampdu_factor) { in issue_action_BA()