Searched refs:sta_slot (Results 1 – 2 of 2) sorted by relevance
364 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_monitor_interface()417 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_monitor_interface()455 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_monitor_interface()481 sta_idx = ffz(priv->sta_slot); in ath9k_htc_add_station()524 priv->sta_slot |= (1 << sta_idx); in ath9k_htc_add_station()568 priv->sta_slot &= ~(1 << sta_idx); in ath9k_htc_remove_station()
478 u8 sta_slot; member