Searched refs:ATH9K_HTC_MAX_STA (Results 1 – 2 of 2) sorted by relevance
359 (priv->nstations >= ATH9K_HTC_MAX_STA)) { in ath9k_htc_add_monitor_interface()365 if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA)) { in ath9k_htc_add_monitor_interface()478 if (priv->nstations >= ATH9K_HTC_MAX_STA) in ath9k_htc_add_station()482 if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA)) in ath9k_htc_add_station()
254 #define ATH9K_HTC_MAX_STA 8 macro