Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2313 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2408 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2412 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2415 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.c3471 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local
3561 max_rx_ampdu_factor = in issue_action_BA()
3565 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3567 if (IEEE80211_HT_MAX_AMPDU_64K == max_rx_ampdu_factor) in issue_action_BA()
3569 else if (IEEE80211_HT_MAX_AMPDU_32K == max_rx_ampdu_factor) in issue_action_BA()
3571 else if (IEEE80211_HT_MAX_AMPDU_16K == max_rx_ampdu_factor) in issue_action_BA()
3573 else if (IEEE80211_HT_MAX_AMPDU_8K == max_rx_ampdu_factor) in issue_action_BA()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme.c1973 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2013 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2014 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c5940 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
6019 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
6020 switch (max_rx_ampdu_factor) { in issue_action_BA()