ATH9K_HTC_MAX_STA
(priv->nstations >= ATH9K_HTC_MAX_STA)) {
if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA)) {
if (priv->nstations >= ATH9K_HTC_MAX_STA)
if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA))