Home
last modified time | relevance | path

Searched refs:max_rx_ampdu_factor (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8192e/
A Drtl819x_HTProc.c279 cap_ele->max_rx_ampdu_factor = 2; in ht_construct_capability_element()
281 cap_ele->max_rx_ampdu_factor = 3; in ht_construct_capability_element()
474 pPeerHTCap->max_rx_ampdu_factor; in ht_on_assoc_rsp()
478 ht_info->current_ampdu_factor = min_t(u32, pPeerHTCap->max_rx_ampdu_factor, in ht_on_assoc_rsp()
A Drtl819x_HT.h42 u8 max_rx_ampdu_factor:2; member
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c2205 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2300 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2304 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2306 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
A Drtw_ap.c1037 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1078 &max_rx_ampdu_factor in rtw_check_beacon_data()
1081 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
A Drtw_mlme_ext.c3439 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local
3529 max_rx_ampdu_factor = in issue_action_BA()
3533 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3535 if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_64K) in issue_action_BA()
3537 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_32K) in issue_action_BA()
3539 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_16K) in issue_action_BA()
3541 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_8K) in issue_action_BA()

Completed in 26 milliseconds