Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Ddebugfs.c162 if (local->airtime_flags & AIRTIME_USE_TX) in airtime_flags_read()
165 if (local->airtime_flags & AIRTIME_USE_RX) in airtime_flags_read()
191 if (kstrtou16(buf, 0, &local->airtime_flags)) in airtime_flags_write()
668 DEBUGFS_ADD_MODE(airtime_flags, 0600); in debugfs_hw_add()
Dsta_info.c2270 if (sta->local->airtime_flags & AIRTIME_USE_TX) in ieee80211_sta_register_airtime()
2272 if (sta->local->airtime_flags & AIRTIME_USE_RX) in ieee80211_sta_register_airtime()
Dmain.c800 local->airtime_flags = AIRTIME_USE_TX | AIRTIME_USE_RX; in ieee80211_alloc_hw_nm()
Dieee80211_i.h1328 u16 airtime_flags; member
Dtx.c4107 if (txqi->txq.sta && local->airtime_flags && has_queue && in __ieee80211_schedule_txq()