Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_plink.c490 unsigned long *aid_map; in mesh_allocate_aid() local
493 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid()
494 if (!aid_map) in mesh_allocate_aid()
498 __set_bit(0, aid_map); in mesh_allocate_aid()
502 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
505 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
506 bitmap_free(aid_map); in mesh_allocate_aid()