summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* Update beacon handling to sync w/ vap code base:sam2007-09-171-3/+13
* convert hardware rate codes to IEEE rate codes with a lookup tablesam2007-09-171-34/+18
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108Asam2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedsam2007-09-171-0/+3
* Add missing bits that made bg scanning lame:sam2007-09-051-9/+7
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-6/+2
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-272-2/+2
* Process tx callbacks when draining the tx q; this fixes a problemsam2007-06-241-1/+3
* Update 802.11 wireless support:sam2007-06-116-285/+959
* update copyrights to 2007 and convert to be 2-clause bsd-onlysam2007-06-069-74/+11
* disable taskqueue_drain calls on transition to INIT state; we need tosam2007-06-031-0/+2
* Drain task q items when transitioning to INIT state; this closes asam2007-05-291-5/+10
* silence some compiler complaintssam2007-05-271-10/+10
* make dev.ath.N.ledpin have an immediate effectsam2007-04-231-3/+24
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-191-0/+2
* Remove unnecessary suser() check in the sysctl to set up ath_halrwatson2007-04-101-10/+7
* Change mtx's to use the formulated name as type so witness does notsam2007-03-052-4/+5
* Kick tx after processing rx'd frames; this fixes latency issuessam2007-03-051-0/+5
* don't call ath_reset when processing sysctl's before the devicesam2007-02-241-4/+5
* set the antenna switch when fixing the tx antenna using thesam2007-02-242-3/+30
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-212-2/+2
* add compat shim for ath_hal_isgsmsku until the new hal gets committedsam2007-01-151-0/+5
* save changes for handling 5416/5418 partssam2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-152-36/+55
* Add half/quarter rate 11a channel support:sam2006-12-272-63/+112
* Track v0.9.20.3 hal:sam2006-12-137-292/+292
* clarify shortcut returnsam2006-12-011-2/+2
* mark tx/rx descriptors COHERENT; we do not sync changes so onsam2006-11-241-1/+2
* correct diag request to fetch isr state on fatal interruptssam2006-10-091-1/+1
* o move ath hal os glue code from the hal to the driver: this code wassam2006-09-182-0/+571
* Add support for newer parts that do not require separate keycachesam2006-09-182-39/+121
* remove stub radar support; it's never been used and futuresam2006-09-182-29/+0
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* o add noise floor to statssam2006-08-102-0/+6
* check return value of ath_tx_dmasetupsam2006-08-081-0/+2
* raw 802.11 packet transmit supportsam2006-08-052-101/+357
* add missing \n'ssam2006-07-261-2/+2
* check tim is present in the beacon before defer'ing the mcast buffer bit;sam2006-07-261-1/+2
* enable rx of control frames when in monitor modesam2006-06-261-0/+4
* Close race in handling mcast traffic when operating as an ap withsam2006-06-262-39/+104
* new statssam2006-06-231-1/+3
* bandaid type coercion for ia64sam2006-06-071-2/+2
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-053-6/+6
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+4
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR assam2006-05-082-2/+2
* force type coercion for bus tag+handle when calling ath_hal_attachsam2006-05-061-1/+2
* correct typesam2006-05-051-1/+1
OpenPOWER on IntegriCloud