Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c369 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_monitor_interface()
422 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_monitor_interface()
460 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_monitor_interface()
486 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_station()
533 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_station()
577 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_station()
Dhtc.h450 u8 sta_slot; member