Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ap.c1278 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1323 &max_rx_ampdu_factor in rtw_check_beacon_data()
1326 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
Drtw_mlme.c2724 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2841 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2845 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2848 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_mlme_ext.c3903 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local
3997 max_rx_ampdu_factor = in issue_action_BA()
4001 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
4003 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()
4005 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()
4007 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()
4009 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1894 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
1935 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
1936 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
Drtw_mlme_ext.c1550 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local
1640 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
1641 switch (max_rx_ampdu_factor) { in issue_action_BA()