Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance
1278 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local1323 &max_rx_ampdu_factor in rtw_check_beacon_data()1326 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
2724 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in rtw_restructure_ht_ie() local2841 max_rx_ampdu_factor = in rtw_restructure_ht_ie()2845 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()2848 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
3903 enum HT_CAP_AMPDU_FACTOR max_rx_ampdu_factor; in issue_action_BA() local3997 max_rx_ampdu_factor = in issue_action_BA()4001 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()4003 if (MAX_AMPDU_FACTOR_64K == max_rx_ampdu_factor) in issue_action_BA()4005 else if (MAX_AMPDU_FACTOR_32K == max_rx_ampdu_factor) in issue_action_BA()4007 else if (MAX_AMPDU_FACTOR_16K == max_rx_ampdu_factor) in issue_action_BA()4009 else if (MAX_AMPDU_FACTOR_8K == max_rx_ampdu_factor) in issue_action_BA()
1894 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in rtw_restructure_ht_ie() local1935 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in rtw_restructure_ht_ie()1936 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
1550 enum ht_cap_ampdu_factor max_rx_ampdu_factor; in issue_action_BA() local1640 rtw_hal_get_def_var(padapter, HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()1641 switch (max_rx_ampdu_factor) { in issue_action_BA()