aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* promote ath_defrag to m_collapse (and retire private+unusedSam Leffler2008-01-171-85/+1
* - Use pci_enable_busmaster() to turn on busmaster.Kevin Lo2007-10-231-35/+10
* revert 1.18: the negotiated rate set may not match the halSam Leffler2007-10-131-18/+34
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-3/+13
* convert hardware rate codes to IEEE rate codes with a lookup tableSam Leffler2007-09-171-34/+18
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108ASam Leffler2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedSam Leffler2007-09-171-0/+3
* Add missing bits that made bg scanning lame:Sam Leffler2007-09-051-9/+7
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-6/+2
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-272-2/+2
* Process tx callbacks when draining the tx q; this fixes a problemSam Leffler2007-06-241-1/+3
* Update 802.11 wireless support:Sam Leffler2007-06-116-285/+959
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-069-74/+11
* disable taskqueue_drain calls on transition to INIT state; we need toSam Leffler2007-06-031-0/+2
* Drain task q items when transitioning to INIT state; this closes aSam Leffler2007-05-291-5/+10
* silence some compiler complaintsSam Leffler2007-05-271-10/+10
* make dev.ath.N.ledpin have an immediate effectSam Leffler2007-04-231-3/+24
* - Fix mbuf/node leakage in drivers' raw_xmit().Sepherosa Ziehau2007-04-191-0/+2
* Remove unnecessary suser() check in the sysctl to set up ath_halRobert Watson2007-04-101-10/+7
* Change mtx's to use the formulated name as type so witness does notSam Leffler2007-03-052-4/+5
* Kick tx after processing rx'd frames; this fixes latency issuesSam Leffler2007-03-051-0/+5
* don't call ath_reset when processing sysctl's before the deviceSam Leffler2007-02-241-4/+5
* set the antenna switch when fixing the tx antenna using theSam Leffler2007-02-242-3/+30
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-212-2/+2
* add compat shim for ath_hal_isgsmsku until the new hal gets committedSam Leffler2007-01-151-0/+5
* save changes for handling 5416/5418 partsSam Leffler2007-01-152-28/+30
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-152-36/+55
* Add half/quarter rate 11a channel support:Sam Leffler2006-12-272-63/+112
* Track v0.9.20.3 hal:Sam Leffler2006-12-137-292/+292
* clarify shortcut returnSam Leffler2006-12-011-2/+2
* mark tx/rx descriptors COHERENT; we do not sync changes so onSam Leffler2006-11-241-1/+2
* correct diag request to fetch isr state on fatal interruptsSam Leffler2006-10-091-1/+1
* o move ath hal os glue code from the hal to the driver: this code wasSam Leffler2006-09-182-0/+571
* Add support for newer parts that do not require separate keycacheSam Leffler2006-09-182-39/+121
* remove stub radar support; it's never been used and futureSam Leffler2006-09-182-29/+0
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* o add noise floor to statsSam Leffler2006-08-102-0/+6
* check return value of ath_tx_dmasetupSam Leffler2006-08-081-0/+2
* raw 802.11 packet transmit supportSam Leffler2006-08-052-101/+357
* add missing \n'sSam Leffler2006-07-261-2/+2
* check tim is present in the beacon before defer'ing the mcast buffer bit;Sam Leffler2006-07-261-1/+2
* enable rx of control frames when in monitor modeSam Leffler2006-06-261-0/+4
* Close race in handling mcast traffic when operating as an ap withSam Leffler2006-06-262-39/+104
* new statsSam Leffler2006-06-231-1/+3
* bandaid type coercion for ia64Sam Leffler2006-06-071-2/+2
* move hal bus+tag externalization to the bus glue code where it belongs;Sam Leffler2006-06-053-6/+6
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-3/+4
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR asSam Leffler2006-05-082-2/+2