Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance
1183 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local1222 &max_rx_ampdu_factor in rtw_check_beacon_data()1225 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
2584 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2701 max_rx_ampdu_factor = in rtw_restructure_ht_ie()2705 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2708 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
3885 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local3979 max_rx_ampdu_factor = in issue_action_BA()3983 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()3985 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()3987 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()3989 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()3991 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
1860 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local1901 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()1902 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
1543 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local1633 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()1634 switch (max_rx_ampdu_factor) { in issue_action_BA()