Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance
2309 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2404 max_rx_ampdu_factor = in rtw_restructure_ht_ie()2408 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2411 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
1037 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local1076 &max_rx_ampdu_factor in rtw_check_beacon_data()1079 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
3467 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local3557 max_rx_ampdu_factor = in issue_action_BA()3561 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()3563 if (IEEE80211_HT_MAX_AMPDU_64K == max_rx_ampdu_factor) in issue_action_BA()3565 else if (IEEE80211_HT_MAX_AMPDU_32K == max_rx_ampdu_factor) in issue_action_BA()3567 else if (IEEE80211_HT_MAX_AMPDU_16K == max_rx_ampdu_factor) in issue_action_BA()3569 else if (IEEE80211_HT_MAX_AMPDU_8K == max_rx_ampdu_factor) in issue_action_BA()
1975 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2015 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2016 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie()
5942 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local6021 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()6022 switch (max_rx_ampdu_factor) { in issue_action_BA()