Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ap.c1181 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1220 &max_rx_ampdu_factor in rtw_check_beacon_data()
1223 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
Drtw_mlme.c2661 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2778 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2782 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2785 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c3884 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local
3978 max_rx_ampdu_factor = in issue_action_BA()
3982 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3984 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()
3986 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()
3988 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()
3990 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1858 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
1899 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
1900 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
Drtw_mlme_ext.c1549 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
1639 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
1640 switch (max_rx_ampdu_factor) { in issue_action_BA()