Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_main.c364 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()
A Dhtc.h479 u8 sta_slot; member

Completed in 8 milliseconds