head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2013.05.06.00.28.38;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2013.02.19.00.29.23;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.05.07.19;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.05.06.44;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.05.05.00;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.11.17.05.04.22;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250266
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/tools/tools/ath/athalq/Makefile 250266 2013-05-05 09:38:25Z adrian $

PROG=	athalq
NOMAN=	yes

CFLAGS+=	-I../../../../sys/contrib

SRCS=	main.c ar5210_ds.c ar5211_ds.c ar5212_ds.c ar5416_ds.c tdma.c
SRCS+=	ar9300_ds.c

.include <../Makefile.inc>

.include <bsd.prog.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246935
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/tools/tools/ath/athalq/Makefile 246935 2013-02-18 04:20:43Z adrian $
d6 2
d9 1
a9 1
# SRCS+=	ar9300_ds.c
@


1.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243171
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243171 | adrian | 2012-11-17 02:37:25 +0000 (Sat, 17 Nov 2012) | 2 lines
## SVN ##
## SVN ## Implement AR5210 descriptor decoding.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/tools/tools/ath/athalq/Makefile 243171 2012-11-17 02:37:25Z adrian $
d6 1
a6 1
SRCS=	main.c ar5210_ds.c ar5211_ds.c ar5212_ds.c ar5416_ds.c
@


1.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243170
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243170 | adrian | 2012-11-17 02:14:50 +0000 (Sat, 17 Nov 2012) | 2 lines
## SVN ##
## SVN ## Add AR5211 descriptor decoding support.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/tools/tools/ath/athalq/Makefile 243170 2012-11-17 02:14:50Z adrian $
d6 1
a6 1
SRCS=	main.c ar5211_ds.c ar5212_ds.c ar5416_ds.c
@


1.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243167
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243167 | adrian | 2012-11-17 01:57:45 +0000 (Sat, 17 Nov 2012) | 2 lines
## SVN ##
## SVN ## Add AR5212 frame decoding support.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/tools/tools/ath/athalq/Makefile 243167 2012-11-17 01:57:45Z adrian $
d6 1
a6 1
SRCS=	main.c ar5212_ds.c ar5416_ds.c
@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243166
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243166 | adrian | 2012-11-17 01:11:00 +0000 (Sat, 17 Nov 2012) | 4 lines
## SVN ##
## SVN ## Implement a basic data decoder for the data produced by if_ath_alq.
## SVN ##
## SVN ## This decodes the AR5416 family 11n TX and RX descriptors.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: head/tools/tools/ath/athalq/Makefile 243166 2012-11-17 01:11:00Z adrian $
d6 2
a7 1
SRCS=	main.c ar5416_ds.c
@

