All of lore.kernel.org
 help / color / mirror / Atom feed
* Why do we only set station-kickout for AP vdevs?
@ 2016-09-02 18:09 Ben Greear
  0 siblings, 0 replies; only message in thread
From: Ben Greear @ 2016-09-02 18:09 UTC (permalink / raw)
  To: ath10k

At least the sta_xretry_kickout_thresh is a per radio thing and applies to
ibss interfaces, for instance.

	if (arvif->vdev_type == WMI_VDEV_TYPE_AP) {
		ret = ath10k_mac_set_kickout(arvif);
		if (ret) {
			ath10k_warn(ar, "failed to set vdev %i kickout parameters: %d\n",
				    arvif->vdev_id, ret);
			goto err_peer_delete;
		}
	}

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-02 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-02 18:09 Why do we only set station-kickout for AP vdevs? Ben Greear

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.