Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dmain.c76 ar->sta_list_index = ar->sta_list_index | (1 << free_slot); in ath6kl_add_new_sta()
108 ar->sta_list_index = ar->sta_list_index & ~(1 << i); in ath6kl_sta_cleanup()
887 if (!ar->sta_list_index) in ath6kl_dtimexpiry_event()
927 if (ar->sta_list_index == 0) { in ath6kl_disconnect_event()
Dcore.h614 u8 sta_list_index; member