summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:sam2005-01-242-43/+16
* beacon handling fixups for adhoc mode:sam2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgsam2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not mssam2005-01-241-7/+4
* statically allocate the station/neighbor node table; the deferredsam2005-01-242-8/+6
* adjust tx buffer allocation based on empirical testing:sam2005-01-181-3/+3
* add missing statisticsam2005-01-181-2/+4
* disable interrupts when transitioning to INIT state so we don't rx framessam2005-01-181-1/+4
* replace hand-rolled code to compact an mbuf chain with m_defrag; this issam2005-01-181-17/+4
* setup the beacon xmit queue to not interrupt; we don't use them andsam2005-01-181-1/+18
* better led blinkingsam2005-01-182-48/+170
* add paren's so we can supply a|b as a debug masksam2005-01-181-2/+2
* o disable pci retry timeout to avoid problems when operating in C3 statesam2005-01-181-29/+32
* bump copyright for 2005sam2004-12-319-9/+9
* correct some typossam2004-12-311-4/+4
* Radiotap fixups:sam2004-12-312-21/+69
* for parts that require split keycache entries report thesam2004-12-311-1/+4
* Correct beacon timer setup logic:sam2004-12-311-15/+14
* no need to sweep the tx q's for node references in ath_node_free; we knowsam2004-12-311-29/+0
* cleanup some assertionssam2004-12-311-12/+6
* Like on the ath_rate_onoe component, make this compile on amd64. Convertpeter2004-12-151-2/+2
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-152-5/+8
* Update with last year of work.sam2004-12-085-1217/+3170
* Transmit rate control modules for the ath driver.sam2004-12-084-0/+1219
* Add missing bit of last if_start workaround: mark scan calloutsam2004-08-081-1/+1
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Second part of ALTQ driver modifications, covering:mlaier2004-08-011-3/+5
* use correct malloc type to allocate struct ieee80211_node'ssam2004-04-051-1/+1
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-0/+5
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-2/+8
* transmit beacon frames directly instead of defering them to a swi; theresam2004-04-032-4/+8
* update copyright notice for 2004sam2004-04-024-4/+4
* add new statisticssam2004-04-021-0/+3
* check more quickly (and directly) if an interrupt is pending; this reducessam2004-04-021-0/+2
* cleanup descriptor allocation if attach failssam2004-04-021-2/+4
* remove use IEEE80211_C_RCVMGTsam2004-04-021-1/+1
* radiotap updates:sam2004-04-012-6/+13
* Don't announce MAC addresses twice.mdodd2004-03-201-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Make this compile on amd64.peter2004-02-061-6/+6
* When draining the tx queue reclaim any node references held in packets.sam2004-01-071-1/+10
* When ath_hal_stoptxdma returns an error dma is still likely stoppedsam2004-01-071-1/+1
* use ath_reset instead of ath_init when recovering from a watchdog timeout:sam2004-01-071-1/+1
* make hw.ath.debug a tunablesam2004-01-071-0/+1
* make hw.ath.outdoor and hw.ath.countrycode tunablessam2004-01-071-0/+2
* split debugging messages up into classes;sam2004-01-071-73/+109
* update radiotap support to reflect recent changes:sam2003-12-282-11/+22
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-35/+12
* o track API change for HAL v0.9.6.1sam2003-11-293-18/+56
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
OpenPOWER on IntegriCloud