Searched refs:max_rx_ampdu_factor (Results 1 – 4 of 4) sorted by relevance
2106 int max_rx_ampdu_factor; in rtw_restructure_ht_ie23a() local2145 &max_rx_ampdu_factor); in rtw_restructure_ht_ie23a()2146 ht_capie.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie23a()
3758 int max_rx_ampdu_factor; in issue_action_BA23a() local3869 &max_rx_ampdu_factor); in issue_action_BA23a()3872 if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_64K) in issue_action_BA23a()3874 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_32K) in issue_action_BA23a()3876 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_16K) in issue_action_BA23a()3878 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_8K) in issue_action_BA23a()
1950 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local1991 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()1992 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
1642 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local1733 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()1734 switch (max_rx_ampdu_factor) { in issue_action_BA()