Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance
1181 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local1220 &max_rx_ampdu_factor in rtw_check_beacon_data()1223 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
2661 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2778 max_rx_ampdu_factor = in rtw_restructure_ht_ie()2782 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2785 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
3884 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local3978 max_rx_ampdu_factor = in issue_action_BA()3982 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()3984 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()3986 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()3988 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()3990 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
1858 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local1899 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()1900 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
1549 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local1639 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()1640 switch (max_rx_ampdu_factor) { in issue_action_BA()