aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rtwn/usb/rtwn_usb_rx.c
Commit message (Expand)AuthorAgeFilesLines
* rtwn: fix mbuf allocation errors in USB RX path for > 4 KiB framesAdrian Chadd2025-05-011-3/+8
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-071-0/+21
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2023-12-011-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* rtwn: narrow the epoch areaBjoern A. Zeeb2020-09-291-6/+12
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-241-0/+3
* rtwn_usb: add support for fragmented Rx.Andriy Voskoboinyk2017-07-301-25/+143
* rtwn: add Rx descriptor structures for common code.Andriy Voskoboinyk2017-07-061-15/+12
* rtwn: drop unneeded (after r315583) code.Andriy Voskoboinyk2017-03-191-11/+0
* rtwn: export more stats to net80211Andriy Voskoboinyk2017-01-171-10/+5
* rtwn_usb(4): fix Rx buffer size calculation.Andriy Voskoboinyk2017-01-081-1/+5
* rtwn: enable 11n support for RTL8188CE.Andriy Voskoboinyk2016-11-121-1/+2
* rtwn(4): fix build with 'options IEEE80211_SUPPORT_SUPERG'Andriy Voskoboinyk2016-10-181-2/+2
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-171-0/+335