Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2309 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2404 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2408 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2411 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_ap.c1037 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1076 &max_rx_ampdu_factor in rtw_check_beacon_data()
1079 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
Drtw_mlme_ext.c3467 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local
3557 max_rx_ampdu_factor = in issue_action_BA()
3561 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3563 if (IEEE80211_HT_MAX_AMPDU_64K == max_rx_ampdu_factor) in issue_action_BA()
3565 else if (IEEE80211_HT_MAX_AMPDU_32K == max_rx_ampdu_factor) in issue_action_BA()
3567 else if (IEEE80211_HT_MAX_AMPDU_16K == max_rx_ampdu_factor) in issue_action_BA()
3569 else if (IEEE80211_HT_MAX_AMPDU_8K == max_rx_ampdu_factor) in issue_action_BA()
/drivers/staging/r8188eu/core/
Drtw_mlme.c1975 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2015 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2016 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c5942 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
6021 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
6022 switch (max_rx_ampdu_factor) { in issue_action_BA()