rtwn(4): Add new USB ID.Submitted by: Wensi <[email protected]>PR: 261098Sponsored by: NVIDIA Networking(cherry picked from commit 75d20a5e386c9f15043600b1b2d7041eb64d0e99)
rtwn(4): Add new USB ID.Submitted by: arved@PR: 260952Sponsored by: NVIDIA Networking(cherry picked from commit 2891a2805289dc4fe221eb4901b9edb6f9559dd8)
rtwn/usb: add product ID for Asus USB N10 Nano Rev. B1According to information found on the internet the following productsuse exactly the same hardware but probably different USB IDs:- Edimax EW
rtwn/usb: add product ID for Asus USB N10 Nano Rev. B1According to information found on the internet the following productsuse exactly the same hardware but probably different USB IDs:- Edimax EW-7811Un V2 (v2)- Edimax EW-7811GLN 2.0A (v2)I am not adding them as I cannot verify.PR: 254280(cherry picked from commit cd6f0b47692cb004b1e52a28cbd853f251b99c93)
show more ...
rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.PR: 256203Submitted by: Steve Kargl sgk at troutmask.apl.washington.edu(cherry picked from commit 434c46c00602e16115cfb19344e4c45135b68b0
rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.PR: 256203Submitted by: Steve Kargl sgk at troutmask.apl.washington.edu(cherry picked from commit 434c46c00602e16115cfb19344e4c45135b68b09)
rtwn: narrow the epoch areaRather than placing the epoch around the entire receive loop whichmight call into rtwn_rx_frame() and USB and sleep, split the loopinto two[1] and leave us with one unl
rtwn: narrow the epoch areaRather than placing the epoch around the entire receive loop whichmight call into rtwn_rx_frame() and USB and sleep, split the loopinto two[1] and leave us with one unlock/lock cycle as well.PR: 249925Reported by: thj, (rkoberman gmail.com)Tested by: thjSuggested by: adrian [1]Reviewed by: adrianMFC after: 3 daysSponsored by: The FreeBSD Foundation (initially, paniced my iwl lab host)Differential Revision: https://reviews.freebsd.org/D26554
rtwn: clean up empty lines in .c and .h files
rtwn(4): Add support for the Belkin N300.PR: 249034Submitted by: Salvador Martínez Mármol <[email protected]>MFC after: 1 week
Add new USB ID.Submitted by: Dmitry Luhtionov <[email protected]>MFC after: 1 weekSponsored by: Mellanox Technologies
rtwn: Add a USB ID for Buffalo WI-U2-433DHPPR: 247573Submitted by: HATANO Tomomi <[email protected]>MFC after: 1 week
rtwn: Add a USB ID for the TP-Link TL-WN727N.PR: 246417Submitted by: Viktor G. <[email protected]>MFC after: 1 week
rtwn: Add a new USB ID.PR: 246315Submitted by: Idwer Vollering <[email protected]>MFC after: 1 week
Add new USB ID.Submitted by: Konrad Jopek <[email protected]>Differential Revision: https://reviews.freebsd.org/D24142MFC after: 1 weekSponsored by: Mellanox Technologies
Add new USB device ID for Elecom 802.11ac USB device.MFC after: 2 weeks
Enter the network epoch in USB WiFi drivers when processing inputmbuf queues.Submitted by: Idwer Vollering <vidwer gmail.com>
Add support for TP-Link Archer T2U Nano.MFC after: 2 weeks
rtwn_usb(4): add new USB id.Submitted by: <[email protected]>Github issue: https://github.com/s3erios/rtwn/issues/4MFC after: 5 days
net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hReplace in-place implementation with system-wide one; since itguarantees non-zero result drop all less-than-one checks fromdriver
net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hReplace in-place implementation with system-wide one; since itguarantees non-zero result drop all less-than-one checks fromdrivers and net80211.MFC after: 2 weeks
rtwn_usb(4): add new USB id for RTL8821AUReported by: Mike Tancsa <[email protected]>Tested by: Mike Tancsa <[email protected]>MFC after: 3 days
rtwn_usb(4): add USB id for TP-LINK TL-WN821N v5.It is already mentioned in manpage, but was missing from the driver.MFC after: 4 days
Add revision number for TP-Link TL-WN722N to prevent ambiguity betweendifferent chipsets.MFC after: 3 daysX-MFC with: 341786
Add new USB id in rtwn_usb(4) (RTL8812AU)PR: 234029Submitted by: <[email protected]>MFC after: 4 days
rtwn, rsu: add more USB ids.PR: 233638Submitted by: [email protected]MFC after: 3 days
Add support for RealTek 8812 over USBTested with ALFA AWUS036ACHMFC after: 1 week
rtwn_usb(4): add few USB IDs.Submitted by: [email protected] (via github).
rtwn_usb: add support for fragmented Rx.Since device can pass multiple frames in a single payload temporaryRx buffer was big enough to hold all of them; now the driver canconcatenate a single fra
rtwn_usb: add support for fragmented Rx.Since device can pass multiple frames in a single payload temporaryRx buffer was big enough to hold all of them; now the driver canconcatenate a single frame from multiple payloads.The Rx buffer size may be configured via tunable (dev.rtwn.%d.rx_buf_size).Tested with: - rtl8188cus, rtl8188eu and rtl8821au (STA mode). - (by kevlo) rtl8192cu and rtl8188eu.PR: 218527Reviewed by: kevloDifferential Revision: https://reviews.freebsd.org/D11705
12