Commit Graph

9 Commits

Author SHA1 Message Date
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