summaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan
AgeCommit message (Expand)Author
6 daysmtw(4): Fix warm reboot initialization failures for MT7601UAbdelkader Boudih
2025-11-13mtw: convert to new net80211 crypto key APIAdrian Chadd
2025-10-29usb(4): Fix typos in upgt(4) and zyd(4)Gordon Bergling
2025-09-19usb: update wifi drivers to use IEEE80211_FEXT_SEQNO_OFFLOADAdrian Chadd
2025-09-08rsu: implement A-MPDU TX; add TODO items for further workAdrian Chadd
2025-09-08rsu: enable seqno offloadAdrian Chadd
2025-09-08run: enable seqno offloadAdrian Chadd
2025-06-19mtw: fix display of the MAC revisionKevin Lo
2025-04-01if_run: Add sitecom device idNia Alarie
2025-04-01if_rsu: Add sitecom device idNia Alarie
2025-03-28mtw: fix compilation with IEEE80211_SUPPORT_SUPERG enabledAdrian Chadd
2025-03-26uath: add support for GCMP-128 encryptionAdrian Chadd
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2025-02-14mtw: Use correct cmd for radioJesper Schmitz Mouridsen
2025-02-12mtw: Pass the right pointer to the constructed command in mtw_mcu_radioJohn Baldwin
2025-02-12uath: Avoid a NULL dereferenceJose Luis Duran
2025-02-03mt7601U: Importing if_mtw from OpenBSDJesper Schmitz Mouridsen
2024-11-18uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd
2024-11-18usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2024-07-15net80211: migrate the group/unicast key check into inline functionsAdrian Chadd
2024-02-22uath(4): Fix a typo in a source code commentGordon Bergling
2024-02-14net80211: deal with lost state transitionsBjoern A. Zeeb
2023-12-01Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb
2023-12-01Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb
2023-10-02net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-06Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits
2022-12-07if_rsu: Fix mismatches in array bounds.John Baldwin
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2022-06-09upgt(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky
2022-06-09urtw(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-30uath(4): Fix incorrect byte-swapping and a buffer length check.Hans Petter Selasky
2022-04-07if_urtw: Remove unused variables.John Baldwin
2022-04-07if_upgt: Remove unused variables.John Baldwin
2021-10-22net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb
2021-05-23run(4): add support for DLINK DWA-130 rev F1 wireless adaptor.Dmitry Chagin
2021-05-22run(4): add support for ASUS USB-N14 wireless adaptor.Dmitry Chagin
2021-03-22rsu: add KASSERT to document maximum mbuf size in rsu_tx_startEd Maste
2020-12-30rsu: Don't modify read-only firmware block.John Baldwin
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-24net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb
2020-06-16[rsu] Update wme ie API use.Adrian Chadd