Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_plink.c496 unsigned long *aid_map; in mesh_allocate_aid() local
499 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid()
500 if (!aid_map) in mesh_allocate_aid()
504 __set_bit(0, aid_map); in mesh_allocate_aid()
508 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid()
511 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid()
512 bitmap_free(aid_map); in mesh_allocate_aid()

Completed in 4 milliseconds