Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c1183 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1222 &max_rx_ampdu_factor in rtw_check_beacon_data()
1225 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
Drtw_mlme.c2584 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2701 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2705 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2708 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c3885 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local
3979 max_rx_ampdu_factor = in issue_action_BA()
3983 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3985 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()
3987 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()
3989 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()
3991 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1860 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
1901 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
1902 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
Drtw_mlme_ext.c1543 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
1633 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
1634 switch (max_rx_ampdu_factor) { in issue_action_BA()