Commit Graph

18 Commits

Author SHA1 Message Date
dyoung 110ceded85 Finalize import of the Atheros HAL 0.9.9.13, bringing ath(4)
up-to-date where the HAL API changed.
2004-07-28 08:57:40 +00:00
dyoung 05ece235b1 Import madwifi's HAL of 19-jul-2004 2004-07-19 23:51:16 +00:00
dyoung 4634dec815 The .m file is not used anywhere, and if it was, it would be badly
out of date by now....
2004-07-19 23:29:50 +00:00
dyoung bf6fa62ba6 Import FreeBSD's ath of 28-apr-2004 2004-04-29 03:54:46 +00:00
jmc 77e0ba6695 Convert athhal-elf.o to a .uue and add appropriate make hooks to use it 2004-03-25 23:32:10 +00:00
atatat 0183aaa450 Flags have been renamed, and sysctl_createv() was changed. Just
'cause you're not in the main tree doesn't mean you don't get any
attention.  :)
2004-03-24 15:36:27 +00:00
dyoung 650c1d0895 Move the ath(4) HAL sysctls to hw.ath.hal from ath.hal. 2004-03-15 03:23:37 +00:00
dyoung 074e4b8a74 Attach ath(4) HAL sysctls,
ath.hal.debug: enable/disable debugging (only if AH_DEBUG is defined)
ath.hal.version: version string, e.g., 0.9.6.11
2004-03-01 01:28:35 +00:00
dyoung d68ab48dd5 Update ath(4)'s Hardware Abstraction Layer (HAL) to version 0.9.6.11.
Both the API and ABI changed, hence the changes to so many .c and
.h files.
2004-02-29 00:47:21 +00:00
dyoung 59eb8ab913 Synchronize with FreeBSD:
* add constants to enums

 * HAL update: stops panics, fixes ad hoc-mode beacons, some API
   changes

 * get and use mac/phy/rf front-end revision codes

 * add a custom ath(4) ic_node_getrssi callback which does RSSI
   averaging

 * do not immediately scan, but re-associate after missing beacons.

 * bug fix: don't if_init after detach.

 * HAL diagnostics ioctl, SIOCGATHDIAG

 * send DS parameters element in beacons

 * const-ify some pointers

 * consolidate rx-filter settings into ath_calcrxfilter

 * abstract FreeBSD `ticks', NetBSD `hardclock_ticks' with ATH_TICKS()

 * misc. other changes
2003-12-16 06:48:08 +00:00
dyoung 1dae5adffe Pull the latest HAL from sourceforge.net/madwifi/ since it fixes
a bug in beacon-generation for AR5211 chips.
2003-10-13 04:53:04 +00:00
dyoung 152acf7a5d Add NetBSD RCSID.
Set the right path to NetBSD's athhal_opt.h

Provide NetBSD implementations of millisecond delays, system uptime,
and bcopy.
2003-10-13 04:51:15 +00:00
dyoung 3d70202422 Add NetBSD RCSID. 2003-10-13 04:48:34 +00:00
dyoung 99c40b175a Add NetBSD RCSID.
For future use, add HAL status code -> status string mapping.

Set the right #include path for NetBSD's athhal_osdep.h.
2003-10-13 04:47:45 +00:00
dyoung 3d267c04a5 Add NetBSD RCSID. 2003-10-13 04:38:20 +00:00
dyoung bb0e5a9ce9 Initial import of ath(4) from FreeBSD. 2003-10-07 06:04:00 +00:00
dyoung 0920174533 Initial import of ath(4) from FreeBSD, try #2. (Thanks,
Thomas Klausner.)
2003-10-07 06:01:16 +00:00
dyoung 730fb96e83 Initial import of ath(4) from FreeBSD. 2003-10-07 05:48:56 +00:00