Searched refs:airtime_flags (Results 1 – 4 of 4) sorted by relevance
163 if (local->airtime_flags & AIRTIME_USE_TX) in airtime_flags_read()166 if (local->airtime_flags & AIRTIME_USE_RX) in airtime_flags_read()193 if (kstrtou16(buf, 0, &local->airtime_flags)) in airtime_flags_write()579 DEBUGFS_ADD_MODE(airtime_flags, 0600); in debugfs_hw_add()
1904 if (sta->local->airtime_flags & AIRTIME_USE_TX) in ieee80211_sta_register_airtime()1906 if (sta->local->airtime_flags & AIRTIME_USE_RX) in ieee80211_sta_register_airtime()
701 local->airtime_flags = AIRTIME_USE_TX | AIRTIME_USE_RX; in ieee80211_alloc_hw_nm()
1165 u16 airtime_flags; member