aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207554:Maxim Sobolev2010-11-161-2/+2
* Merge r202161 from head:Gavin Atkinson2010-05-061-1/+1
* Merge the open source Atheros HAL from HEAD to STABLE.Bruce M Simpson2009-03-121-63/+9
* MFC 1.179: (finally) add the hal status to the diagnostic generated afterSam Leffler2008-04-251-3/+4
* MFC: promote ath_defrag to m_collapseSam Leffler2008-02-081-85/+1
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-3/+13
* 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
* 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-111-227/+862
* update copyrights to 2007 and convert to be 2-clause bsd-onlySam Leffler2007-06-061-8/+1
* 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
* Change mtx's to use the formulated name as type so witness does notSam Leffler2007-03-051-1/+2
* 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-241-3/+26
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-151-34/+53
* Add half/quarter rate 11a channel support:Sam Leffler2006-12-271-60/+99
* Track v0.9.20.3 hal:Sam Leffler2006-12-131-68/+71
* mark tx/rx descriptors COHERENT; we do not sync changes so onSam Leffler2006-11-241-1/+2
* Add support for newer parts that do not require separate keycacheSam Leffler2006-09-181-37/+115
* remove stub radar support; it's never been used and futureSam Leffler2006-09-181-22/+0
* o add noise floor to statsSam Leffler2006-08-101-0/+4
* check return value of ath_tx_dmasetupSam Leffler2006-08-081-0/+2
* raw 802.11 packet transmit supportSam Leffler2006-08-051-100/+355
* 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-261-38/+102
* move hal bus+tag externalization to the bus glue code where it belongs;Sam Leffler2006-06-051-2/+1
* 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-081-1/+1
* force type coercion for bus tag+handle when calling ath_hal_attachSam Leffler2006-05-061-1/+2
* intercept public safety channels and do explicit mapping of freq->ieeeSam Leffler2006-04-261-1/+14
* honor fixed tx antenna when sending beacon framesSam Leffler2006-04-251-1/+2
* Improve ath_draintxq debug info: dump the packet as wellSam Leffler2006-04-161-7/+22
* Unbreak cabq handling: check the s/w q, not the h/w q as the framesSam Leffler2006-04-161-2/+2
* o add opt_ath.h enable tweaking various config parameters for the driverSam Leffler2006-04-031-12/+16
* backout 1.136 until we can resolve report that it causes output to stallSam Leffler2006-02-271-37/+16
* fix a race whereby a tx descriptor might get reused before the hardwareSam Leffler2006-02-241-16/+37
* drop softc lock around copyin/copyoutSam Leffler2006-02-151-0/+2
* fix build w/o AR_DEBUGSam Leffler2006-02-151-3/+10
* improve tx/rx buf printing routinesSam Leffler2006-02-151-18/+25