Searched refs:sta_slot (Results 1 – 2 of 2) sorted by relevance
369 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()
450 u8 sta_slot; member