Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddebugfs.c158 if (local->airtime_flags & AIRTIME_USE_TX) in airtime_flags_read()
161 if (local->airtime_flags & AIRTIME_USE_RX) in airtime_flags_read()
176 ret = kstrtou16_from_user(user_buf, count, 0, &local->airtime_flags); in airtime_flags_write()
672 DEBUGFS_ADD_MODE(airtime_flags, 0600); in debugfs_hw_add()
H A Dmain.c999 local->airtime_flags = AIRTIME_USE_TX | AIRTIME_USE_RX; in ieee80211_alloc_hw_nm()
H A Dsta_info.c2423 if (sta->local->airtime_flags & AIRTIME_USE_TX) in ieee80211_sta_register_airtime()
2425 if (sta->local->airtime_flags & AIRTIME_USE_RX) in ieee80211_sta_register_airtime()
H A Dieee80211_i.h1466 u16 airtime_flags; member
H A Dtx.c4208 if (txqi->txq.sta && local->airtime_flags && has_queue && in __ieee80211_schedule_txq()