aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-063-13/+13
* if_rsu: Fix mismatches in array bounds.John Baldwin2022-12-071-3/+4
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-076-12/+12
* upgt(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-2/+2
* urtw(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-55/+61
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-068-22/+10
* uath(4): Fix incorrect byte-swapping and a buffer length check.Hans Petter Selasky2022-04-301-4/+3
* if_urtw: Remove unused variables.John Baldwin2022-04-081-8/+6
* if_upgt: Remove unused variables.John Baldwin2022-04-081-6/+2
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+2
* run(4): add support for DLINK DWA-130 rev F1 wireless adaptor.Dmitry Chagin2021-05-231-0/+1
* run(4): add support for ASUS USB-N14 wireless adaptor.Dmitry Chagin2021-05-221-0/+1
* rsu: add KASSERT to document maximum mbuf size in rsu_tx_startEd Maste2021-03-221-0/+1
* rsu: Don't modify read-only firmware block.John Baldwin2020-12-301-19/+18
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-1/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-27/+9
* net80211: enhance getflags*() and ieee80211_add_channel*()Bjoern A. Zeeb2020-08-241-1/+2
* [rsu] Update wme ie API use.Adrian Chadd2020-06-161-1/+1
* [run] Fix up tx/rx frame size.Adrian Chadd2020-06-032-4/+6
* [run] note that PHY_HT is for mixed mode.Adrian Chadd2020-06-022-2/+2
* [run] Set the number of HT chains.Adrian Chadd2020-06-021-7/+14
* [run] Add 11NA flags for 5G NICs that support HT.Adrian Chadd2020-06-021-0/+2
* [run] Don't add 11ng channels (2GHz) for RF2020Adrian Chadd2020-05-301-2/+2
* [run] Set ampdu rxmax same as linux; RF2020 isn't an 11n NICAdrian Chadd2020-05-301-13/+26
* [run] Add initial 802.11n support.Adrian Chadd2020-05-293-41/+123
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-158-16/+23
* Widen EPOCH(9) usage in USB WLAN drivers.Hans Petter Selasky2020-01-307-0/+21
* Enter the network epoch in USB WiFi drivers when processing inputGleb Smirnoff2020-01-241-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-26/+25
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* urtw(4), otus(4), iwi(4): allow to set non-default MAC address via ifconfig(8)Andriy Voskoboinyk2019-04-101-4/+26
* run(4): properly set F_DATAPAD radiotap flag if frame has padding betweenAndriy Voskoboinyk2019-03-311-4/+11
* run(4): do not clear PROTECTED bit if frame was not decrypted by NIC.Andriy Voskoboinyk2019-03-311-2/+2
* uath(4), urtw(4): restart driver if device does not respond after Tx requestAndriy Voskoboinyk2019-03-312-2/+4
* urtw(4): export TSF timestamp for received frames via radiotapAndriy Voskoboinyk2019-03-302-1/+11
* run(4): merge some common TSF-related code into run_disable_tsf()Andriy Voskoboinyk2019-03-251-16/+17
* urtw(4): add promiscuous mode callbackAndriy Voskoboinyk2019-03-111-9/+23
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-1111-24/+13
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-5/+1
* run(4): fix allocated memory type for ieee80211_node(4).Andriy Voskoboinyk2019-02-021-1/+2
* run(4): revert previous commit; there were no compiler warningAndriy Voskoboinyk2019-02-021-8/+1
* run(4): fix allocated memory type and -Wincompatible-pointer-typesAndriy Voskoboinyk2019-02-021-1/+8
* rsu(4): add support for ifconfig(8) 'maxretry' option.Andriy Voskoboinyk2019-01-302-1/+12
* upgt(4): unbreak build with UPGT_DEBUGAndriy Voskoboinyk2019-01-291-2/+2
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-298-29/+0
* rsu(4): do not ignore mgmtrate / mcastrate / ucastrate.Andriy Voskoboinyk2019-01-282-3/+35
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-268-32/+7
* urtw(4): add length checks in Rx path.Andriy Voskoboinyk2019-01-212-26/+28