Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c799 u8 ignore_for_tim = sta->sta.uapsd_queues; in __sta_info_recalc_tim() local
830 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim()
831 ignore_for_tim = 0; in __sta_info_recalc_tim()
834 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim()
839 if (ignore_for_tim & ieee80211_ac_to_qos_mask[ac]) in __sta_info_recalc_tim()
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.c1015 u8 ignore_for_tim = sta->sta.uapsd_queues; in __sta_info_recalc_tim() local
1046 if (ignore_for_tim == BIT(IEEE80211_NUM_ACS) - 1) in __sta_info_recalc_tim()
1047 ignore_for_tim = 0; in __sta_info_recalc_tim()
1050 ignore_for_tim = BIT(IEEE80211_NUM_ACS) - 1; in __sta_info_recalc_tim()
1055 if (ignore_for_tim & ieee80211_ac_to_qos_mask[ac]) in __sta_info_recalc_tim()

Completed in 7 milliseconds