Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c81 ar->sta_list_index = ar->sta_list_index | (1 << free_slot); in ath6kl_add_new_sta()
113 ar->sta_list_index = ar->sta_list_index & ~(1 << i); in ath6kl_sta_cleanup()
939 if (!ar->sta_list_index) in ath6kl_dtimexpiry_event()
1001 if (ar->sta_list_index == 0) { in ath6kl_disconnect_event()
H A Dcore.h747 u8 sta_list_index; member