Commit Graph

7 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
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 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 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 bb0e5a9ce9 Initial import of ath(4) from FreeBSD. 2003-10-07 06:04:00 +00:00