Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Dmesh_plink.c477 unsigned long *aid_map; in mesh_allocate_aid() local
480 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid()
481 if (!aid_map) in mesh_allocate_aid()
485 __set_bit(0, aid_map); in mesh_allocate_aid()
489 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
492 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
493 bitmap_free(aid_map); in mesh_allocate_aid()

Completed in 6 milliseconds