Why do we only set station-kickout for AP vdevs?

Ben Greear greearb at candelatech.com
Fri Sep 2 11:09:41 PDT 2016


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 at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com




More information about the ath10k mailing list