diff options
author | sam <sam@FreeBSD.org> | 2004-12-08 18:06:09 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2004-12-08 18:06:09 +0000 |
commit | bb2ee9a8928e7906fd85420a65b4dec956e18ab0 (patch) | |
tree | 469e05894bbbdbbe994df507c8d5ee4ad78d25d0 /sys/contrib/dev/ath/version.h | |
parent | d0b6d4343a89affaad33023a1778ce41e09bb52d (diff) | |
download | FreeBSD-src-bb2ee9a8928e7906fd85420a65b4dec956e18ab0.zip FreeBSD-src-bb2ee9a8928e7906fd85420a65b4dec956e18ab0.tar.gz |
Version 0.9.14.12:
[Changes listed only since last public release 0.9.12.14; for changes
prior to that consult the CVS logs at http://madwifi.sourceforge.net]
o reorg directory structure to have a single set of public binary builds
shared by all systems
o support for new parts (all shipping pci/cardbus parts to this date work)
o new capabilities for identifying various chip features
o set/get tx power cap for supporting 802.11h information element
o revised api for set/get tx queue properties
o support for updating CTS in frames when doing packet bursting
o support for querying which tx queues have pending interrupts
Diffstat (limited to 'sys/contrib/dev/ath/version.h')
-rw-r--r-- | sys/contrib/dev/ath/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/ath/version.h b/sys/contrib/dev/ath/version.h index f964e5f..424ca82 100644 --- a/sys/contrib/dev/ath/version.h +++ b/sys/contrib/dev/ath/version.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting + * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,6 +33,6 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $Id: version.h,v 1.27 2003/12/07 02:20:39 sam Exp $ + * $Id: version.h,v 1.93 2004/12/07 18:55:19 sam Exp $ */ -#define ATH_HAL_VERSION "0.9.6.3" +#define ATH_HAL_VERSION "0.9.14.9" |