summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-3/+4
* 5416 and similar chips grew another region in the pci clock domainsam2008-05-311-2/+6
* correct rx radiotap channel flags construction for 11n framessam2008-05-291-19/+18
* Cleanup power handling and fix suspend/resume:sam2008-05-292-25/+63
* close a race on detach by reordering bpfdetach and taskqueue_freesam2008-05-281-4/+8
* send EAPOL frames at the same rate used for mgt framessam2008-05-281-2/+10
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* o unbreak handling of TKIP tx-only keys for splitmic chipssam2008-05-031-9/+13
* add back sysctl's to display the regdomain and country code from eeprom;sam2008-05-032-6/+13
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-13/+7
* remove old code to handle mcast address changes; this is all done throughsam2008-04-301-10/+0
* restore the hal's channel list when doing getradiocaps so it's in sync withsam2008-04-271-0/+5
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-2013-1165/+1547
* (finally) add the hal status to the diagnostic generated aftersam2008-03-221-3/+4
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-171-85/+1
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* 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
OpenPOWER on IntegriCloud