summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/atw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-2/+4
* Use ieee80211_has_addr4() inline function where possible.kevlo2017-09-221-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-2/+2
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-081-3/+2
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-8/+10
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-2/+2
* arp_ifinit() is no longer needed.mpi2015-10-251-6/+1
* srom size is tracked, pass to free()deraadt2015-09-061-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-3/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-7/+4
* #if 0 out atw_hw_decrypted() as it is currently an unused function as thebrad2013-12-031-1/+3
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-7/+6
* replace workqs with tasks for handling resumedlg2013-11-141-3/+4
* - use nitems() no binary change on amd64jasper2011-04-051-3/+3
* Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@miod2010-11-111-4/+4
* After the gcc4 switch the stack protector triggers in atwjsg2010-09-201-7/+12
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-19/+1
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-3/+3
* Massage the powerhook functions into activate functions, and then callderaadt2010-08-291-23/+30
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-4/+1
* remove use of BITS and BIT macros.jsg2009-08-161-2/+2
* start getting rid of some of these horrific bit macros, removejsg2009-08-161-2/+2
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-20/+1
* put the values direct in the array, otherwise the nested macros are longerderaadt2009-06-031-3/+15
* Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).grange2009-01-211-2/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-8/+4
* Remove a few small ifdef/ifndef OpenBSD sections which contained somebrad2008-10-031-54/+1
* the atw(4) man page says:damien2008-08-291-15/+5
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-9/+32
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-6/+12
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-3/+7
* Do not increment the input packet counter in these drivers asbrad2008-03-131-2/+1
* s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.kettenis2007-09-301-2/+2
* convert code under #if 0 to the new ieee80211_key structure.damien2007-07-181-6/+6
* move ieee80211_compute_duration() and ieee80211_compute_duration1()damien2007-06-071-2/+170
* put debug string tables under ATW_DEBUGjsg2007-02-141-1/+6
* remove no longer used rate related variable/definesjsg2007-02-141-5/+1
* M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.claudio2007-01-031-5/+7
* Make use of ieee80211_std_ratesetjsg2006-11-261-8/+3