summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath
Commit message (Collapse)AuthorAgeFilesLines
* Combine ath rate control modules with ath after bringing ath_halsam2008-12-141-25/+61
| | | | | | | | | src into the tree. The old split was balanced on module dependencies and symbol exposure that no longer exists. Users that want a module setup with rate control algorithm other than sample must override ATH_RATE in the ath module Makefile. Reviewed by: imp
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+1
| | | | | | | | | | | directly include only the header files needed. This reduces the unneeded spamming of various headers into lots of files. For now, this leaves us with very few modules including vnet.h and thus needing to depend on opt_route.h. Reviewed by: brooks, gnn, des, zec, imp Sponsored by: The FreeBSD Foundation
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-28/+39
| | | | | | | | | | | | | | | | | module; the ath module now brings in the hal support. Kernel config files are almost backwards compatible; supplying device ath_hal gives you the same chip support that the binary hal did but you must also include options AH_SUPPORT_AR5416 to enable the extended format descriptors used by 11n parts. It is now possible to control the chip support included in a build by specifying exactly which chips are to be supported in the config file; consult ath_hal(4) for information.
* for newer hal's we need opt_ah.h as it specifies how the hal has beensam2007-01-281-1/+15
| | | | configured and that in turn controls the descriptor layout
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-181-1/+1
| | | | | | | | | | | | part of the hal distribution early on when the hal was built for each os but it's been portable for a long time so move the os-specific code out (and off the vendor branch) o correct the copyright on ah_osdep.?; it was mistakenly given a restricted license and not a dual-bsd/gpl license o remove the module api definition as it was never used o fixup include paths for move of ah_osdep.h MFC after: 2 weeks
* o add opt_ath.h enable tweaking various config parameters for the driversam2006-04-031-1/+4
| | | | | | | without modifying the source code o default debug msgs and diag support to off MFC after: 3 days
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1/+1
| | | | | | | | replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
* module for Atheros 802.11 driversam2003-06-231-0/+48
OpenPOWER on IntegriCloud