Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2297 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in rtw_restructure_ht_ie() local
2392 max_rx_ampdu_factor = in rtw_restructure_ht_ie()
2396 &max_rx_ampdu_factor); in rtw_restructure_ht_ie()
2399 ht_capie.ampdu_params_info = (max_rx_ampdu_factor&0x03); in rtw_restructure_ht_ie()
Drtw_ap.c1038 u8 max_rx_ampdu_factor = 0; in rtw_check_beacon_data() local
1079 &max_rx_ampdu_factor in rtw_check_beacon_data()
1082 IEEE80211_HT_CAP_AMPDU_FACTOR & max_rx_ampdu_factor in rtw_check_beacon_data()
Drtw_mlme_ext.c3442 enum ieee80211_max_ampdu_length_exp max_rx_ampdu_factor; in issue_action_BA() local
3532 max_rx_ampdu_factor = in issue_action_BA()
3536 HW_VAR_MAX_RX_AMPDU_FACTOR, &max_rx_ampdu_factor); in issue_action_BA()
3538 if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_64K) in issue_action_BA()
3540 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_32K) in issue_action_BA()
3542 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_16K) in issue_action_BA()
3544 else if (max_rx_ampdu_factor == IEEE80211_HT_MAX_AMPDU_8K) in issue_action_BA()