summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath.c
Commit message (Expand)AuthorAgeFilesLines
* bump copyright for 2005sam2004-12-311-1/+1
* correct some typossam2004-12-311-4/+4
* Radiotap fixups:sam2004-12-311-18/+60
* 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
* Make this amd64-clean. sizeof is long on amd64, so things that do a printfpeter2004-12-151-4/+7
* Update with last year of work.sam2004-12-081-1109/+2763
* 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-2/+8
* transmit beacon frames directly instead of defering them to a swi; theresam2004-04-031-3/+8
* update copyright notice for 2004sam2004-04-021-1/+1
* 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-011-6/+11
* Don't announce MAC addresses twice.mdodd2004-03-201-2/+0
* 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-281-9/+16
* 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-291-10/+43
* move rate control change messages under ath_debugsam2003-11-171-2/+2
* o fix WEP use in hostap mode; need to reset the pointer to thesam2003-11-171-1/+2
* on a beacon miss try to reassociate before starting a scansam2003-11-171-2/+9
* Don't count PHY errors as input errors. This is important forsam2003-11-131-1/+9
* o check hal ABI version to catch driver-HAL mismatchessam2003-11-011-0/+16
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* terminate the rx descriptor list with a self-linked entrysam2003-10-221-3/+21
* o consolidate rx filter calculations in one placesam2003-10-171-19/+39
* indicate device receives all management framessam2003-10-171-2/+6
* o correct handling of a frame that has too many segments to fit in thesam2003-10-161-3/+6
* o convert mutex calls to #defines for portability, etc.sam2003-10-141-31/+33
* remove dangling mtx_unlock orphaned by rev 1.21 changesam2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVsam2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingsam2003-10-131-0/+1
* MFp4:sam2003-10-131-3/+13
* MFp4:sam2003-10-131-14/+23
* include the DS element in beaconssam2003-10-061-1/+4
* Maintain a history of data associated with received frames and use this tosam2003-09-151-5/+67
* o do not filter received frames based on type or length; pass 'em all upsam2003-09-151-13/+3
OpenPOWER on IntegriCloud