Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance
2313 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2408 max_rx_ampdu_factor = in rtw_restructure_ht_ie()2412 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2415 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()
3471 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local3561 max_rx_ampdu_factor = in issue_action_BA()3565 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()3567 if (IEEE80211_HT_MAX_AMPDU_64K == max_rx_ampdu_factor) in issue_action_BA()3569 else if (IEEE80211_HT_MAX_AMPDU_32K == max_rx_ampdu_factor) in issue_action_BA()3571 else if (IEEE80211_HT_MAX_AMPDU_16K == max_rx_ampdu_factor) in issue_action_BA()3573 else if (IEEE80211_HT_MAX_AMPDU_8K == max_rx_ampdu_factor) in issue_action_BA()
1973 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2013 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2014 ht_capie.ampdu_params_info = (max_rx_ampdu_factor & 0x03); in rtw_restructure_ht_ie()
5940 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local6019 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()6020 switch (max_rx_ampdu_factor) { in issue_action_BA()