summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/rt2661.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.stsp2020-07-201-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Similar to other wireless drivers use bpf_mtap_hdr() to prepend theclaudio2020-02-191-25/+7
* Make wireless drivers call if_input() only once per interrupt.stsp2019-09-121-2/+4
* Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi2017-10-261-13/+1
* Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stackstsp2017-08-121-1/+2
* Replace slot time durations with macros.kevlo2017-07-031-2/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-8/+5
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* Check for space on the ring before dequeuing packets.mpi2015-11-201-12/+12
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* replace the ifqueues in net80211 with mbuf_queues.dlg2015-11-041-3/+3
* arp_ifinit() is no longer needed.mpi2015-10-251-5/+1
* sizes for free(); ok semariederaadt2015-09-091-4/+4
* firmware sizes are known; use them for free()deraadt2015-08-291-2/+2
* 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-3/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* reduce the amount of pci includesjsg2014-09-061-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-5/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-3/+2
* lint is gone, and the 'lint' conditional was never in the implementationguenther2014-03-111-2/+2
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Fix a race in rt2661 Tx interrupt processing which can cause Tx processingstsp2012-08-231-48/+189
* Revert my previous change for rt2661. It is causing excessive "ral0: devicestsp2012-07-171-16/+4
* Keep separate OACTIVE flags to mark full management/data tx queues,stsp2012-07-131-4/+16
* Fix firmware loading at startup (and resume); from Tim van der Molenderaadt2011-03-181-8/+13
* Mark descriptors as invalid *before* unmapping the associated mbuf.kettenis2011-02-221-8/+8
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-29/+1
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-3/+3
* Make the interrupt handler bail out early if the device wen away. Fixeskettenis2010-09-061-1/+3
* rename the *_power functions to *_powerhook to indicate that we've beenderaadt2010-08-281-4/+4
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* Stop calling xxx_power() from xxx_resume(); instead do it the other way around.kettenis2010-08-271-11/+6
* kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberderaadt2010-08-271-2/+1
* Make CardBus ral(4) suspend and resume properly on machines that keep thekettenis2010-08-251-2/+2
* add suspend/resume support for PCI ral(4) devices.damien2010-08-041-61/+80
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-5/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* The ASIC does not like PCI bursts on registers because of a silicon bug.damien2010-02-141-2/+2
* call powerhook_disestablish() and pci_intr_disestablish() earlier.damien2009-11-011-4/+4
* three more shutdown hooks bite the dust.damien2009-08-101-22/+1
* timeout_add -> timeout_add_msecblambert2009-07-291-4/+4