summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_rx_edma.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-55/+120
* Don't log anything if npkts == 0.adrian2013-06-291-3/+4
* Use a per-RX-queue deferred list, rather than a single deferred list foradrian2013-04-161-3/+10
* Update comments!adrian2013-04-041-4/+0
* Fix the busdma logic to work with EDMA chipsets when using bounceadrian2013-04-041-35/+47
* Only unmap the RX mbuf DMA map if there's a buffer here.adrian2013-04-011-3/+5
* Break out the RX completion path into "FIFO check / refill" andadrian2013-03-191-49/+122
* Log some more information when the RX buffer allocation failed.adrian2013-03-181-2/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Add some hooks into the driver to attach, detach and record EDMA descriptoradrian2012-11-081-1/+10
* Convert this to a debug printf; it's working fine now.adrian2012-11-081-1/+1
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-241-2/+4
* Remove - not needed.adrian2012-08-291-2/+0
* Remove unnecessary debugging printf()s.adrian2012-08-061-4/+0
* Begin separating out the TX DMA setup in preparation for TX EDMA support.adrian2012-07-231-10/+1
* Log the number of handled decsriptors and valid descriptors whenadrian2012-07-151-2/+3
* Fix build breakage when one isn't building with IEEE80211_SUPPORT_SUPERG.adrian2012-07-141-0/+2
* Merge in some other features from the legacy RX path:adrian2012-07-141-1/+36
* Make sure that 'rs' is pointing to the correct RX status.adrian2012-07-141-0/+1
* Change the RX EDMA path to first complete the FIFO, then re-populate itadrian2012-07-141-17/+65
* Fix EDMA RX to actually work without panicing the machine.adrian2012-07-141-8/+9
* Cast a bus address to a uintmax_t for a debug printf to fix the build onjhb2012-07-111-2/+2
* Fix build when ATH_DEBUG is not defined.jhb2012-07-101-1/+2
* Add some debugging and comments about what's going on when reinitialisingadrian2012-07-101-1/+20
* Add/fix EDMA RX behaviour.adrian2012-07-101-17/+76
* Implement EDMA RX for AR93xx and later chips.adrian2012-07-101-13/+512
* Begin abstracting out the RX path in preparation for RX EDMA support.adrian2012-07-031-0/+192
OpenPOWER on IntegriCloud