aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_rx.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-1/+2
* Fix the busdma logic to work with EDMA chipsets when using bounceAdrian Chadd2013-04-041-1/+1
* Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.Adrian Chadd2012-07-101-0/+4
* Further preparations for the RX EDMA support.Adrian Chadd2012-07-091-0/+4
* Begin abstracting out the RX path in preparation for RX EDMA support.Adrian Chadd2012-07-031-1/+15
* Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch].Adrian Chadd2012-05-201-0/+43