Home
last modified time | relevance | path

Searched refs:wlan_airtime (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dmci.c105 u32 wlan_airtime = btcoex->btcoex_period * in ath_mci_adjust_aggr_limit() local
109 * Scale: wlan_airtime is in ms, aggr_limit is in 0.25 ms. in ath_mci_adjust_aggr_limit()
110 * When wlan_airtime is less than 4ms, aggregation limit has to be in ath_mci_adjust_aggr_limit()
111 * adjusted half of wlan_airtime to ensure that the aggregation can fit in ath_mci_adjust_aggr_limit()
114 if ((wlan_airtime <= 4) && in ath_mci_adjust_aggr_limit()
115 (!mci->aggr_limit || (mci->aggr_limit > (2 * wlan_airtime)))) in ath_mci_adjust_aggr_limit()
116 mci->aggr_limit = 2 * wlan_airtime; in ath_mci_adjust_aggr_limit()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dmci.c105 u32 wlan_airtime = btcoex->btcoex_period * in ath_mci_adjust_aggr_limit() local
109 * Scale: wlan_airtime is in ms, aggr_limit is in 0.25 ms. in ath_mci_adjust_aggr_limit()
110 * When wlan_airtime is less than 4ms, aggregation limit has to be in ath_mci_adjust_aggr_limit()
111 * adjusted half of wlan_airtime to ensure that the aggregation can fit in ath_mci_adjust_aggr_limit()
114 if ((wlan_airtime <= 4) && in ath_mci_adjust_aggr_limit()
115 (!mci->aggr_limit || (mci->aggr_limit > (2 * wlan_airtime)))) in ath_mci_adjust_aggr_limit()
116 mci->aggr_limit = 2 * wlan_airtime; in ath_mci_adjust_aggr_limit()

Completed in 3 milliseconds