Home
last modified time | relevance | path

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

/linux-4.1.27/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.c3766 int max_rx_ampdu_factor; in issue_action_BA23a() local
3879 &max_rx_ampdu_factor); in issue_action_BA23a()
3882 if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_64K) in issue_action_BA23a()
3884 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_32K) in issue_action_BA23a()
3886 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_16K) in issue_action_BA23a()
3888 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_8K) in issue_action_BA23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1945 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
1986 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
1987 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c3279 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
3360 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3361 switch (max_rx_ampdu_factor) { in issue_action_BA()