Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dmain.c1335 memset(wl->ap_hlid_map, 0, sizeof(wl->ap_hlid_map)); in __wl1271_op_remove_interface()
2739 id = find_first_zero_bit(wl->ap_hlid_map, AP_MAX_STATIONS); in wl1271_allocate_sta()
2746 __set_bit(id, wl->ap_hlid_map); in wl1271_allocate_sta()
2757 if (WARN_ON(!test_bit(id, wl->ap_hlid_map))) in wl1271_free_sta()
2760 __clear_bit(id, wl->ap_hlid_map); in wl1271_free_sta()
2829 if (WARN_ON(!test_bit(id, wl->ap_hlid_map))) in wl1271_op_sta_remove()
Dwl12xx.h518 unsigned long ap_hlid_map[BITS_TO_LONGS(AP_MAX_STATIONS)]; member