/*************************************************************************
* (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
* by Michael Pounov <misho@aitbg.com>
*
* $Author: misho $
* $Id: athctl.h,v 1.1.2.1 2010/10/23 01:50:49 misho Exp $
*
*************************************************************************/
#ifndef __ATHCTL_H
#define __ATHCTL_H
#define SC_SLOTTIME "dev.ath.%d.slottime"
#define SC_ACKTIMEOUT "dev.ath.%d.acktimeout"
#define SC_CTSTIMEOUT "dev.ath.%d.ctstimeout"
#endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>