Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c367 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_monitor_interface()
420 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_monitor_interface()
458 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_monitor_interface()
484 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_station()
527 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_station()
571 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_station()
Dhtc.h473 u8 sta_slot; member