Home
last modified time | relevance | path

Searched refs:IEEE80211_TID_UNRESERVED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/mac80211/
Dsta_info.h242 #define IEEE80211_TID_UNRESERVED 0xff macro
Dtx.c3296 if (sta->reserved_tid != IEEE80211_TID_UNRESERVED) { in ieee80211_reserve_tid()
3354 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in ieee80211_unreserve_tid()
Dsta_info.c329 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in sta_info_alloc()