aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_rsu.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-061-7/+7
* if_rsu: Fix mismatches in array bounds.John Baldwin2022-12-071-3/+4
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+2
* 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
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+3
* 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
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* 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
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-5/+0
* rsu(4): add support for ifconfig(8) 'maxretry' option.Andriy Voskoboinyk2019-01-301-1/+9
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-291-4/+0
* rsu(4): do not ignore mgmtrate / mcastrate / ucastrate.Andriy Voskoboinyk2019-01-281-2/+29
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-6/+2
* rtwn, rsu: add more USB ids.Andriy Voskoboinyk2018-12-101-0/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* rsu(4): trim code for Rx rate calculation.Andriy Voskoboinyk2017-11-021-92/+26
* Properly range check length of parsed information elements in RSU driver.Hans Petter Selasky2017-07-301-8/+16
* [rsu] add support for the "green" rsu NICs.Adrian Chadd2017-01-091-0/+6
* rsu: restore 40Mhz channel support.Andriy Voskoboinyk2017-01-021-1/+2
* [rsu] convert rsu to use the ieee80211_rx_stats struct to pass up RSSI, PHY a...Adrian Chadd2016-12-221-10/+82
* rsu: fix and enable Rx TCP checksum offloading.Andriy Voskoboinyk2016-12-111-5/+96
* rsu: various initialization fixes.Andriy Voskoboinyk2016-12-101-18/+28
* rsu: use bitmap for all debug messages.Andriy Voskoboinyk2016-12-101-13/+14
* rsu: add promiscuous mode support.Andriy Voskoboinyk2016-12-101-10/+162
* rsu: add TSF field into Rx radiotap.Andriy Voskoboinyk2016-12-101-0/+20
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+1
* rsu: fix printf format specifiers.Andriy Voskoboinyk2016-12-061-1/+1
* rsu: add hardware crypto support (WEP, TKIP and CCMP).Andriy Voskoboinyk2016-12-061-39/+412
* rsu: fix RSSI reporting, partially revert r288414.Andriy Voskoboinyk2016-12-041-21/+11
* rsu: fix frame processing in the Rx path (similar to r292207).Andriy Voskoboinyk2016-12-031-52/+86
* rsu: remove unused structures / variables.Andriy Voskoboinyk2016-12-031-3/+0
* rsu: add support for hardware multicast filter setup.Andriy Voskoboinyk2016-11-271-1/+74
* rsu: various scanning fixes.Andriy Voskoboinyk2016-11-271-57/+69
* net80211: convert all ieee80211_input_mimo*() consumersAndriy Voskoboinyk2016-10-121-1/+3
* [net80211] extend the ieee80211_rx_stats struct to include more information.Adrian Chadd2016-10-081-2/+2
* rsu: do not restart calibration task when going out of RUN state.Andriy Voskoboinyk2016-09-251-3/+6
* urtwn, rtwn, rsu: switch to ieee80211_add_channel_list_2ghz().Andriy Voskoboinyk2016-05-261-8/+25
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* [rsu] We don't do A-MPDU transmit right now, so don't bother registeringAdrian Chadd2016-04-061-0/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* modify the rssi logic a bit to actually return a useful rssi.Adrian Chadd2015-09-301-23/+63
* rsu(4): Add support for 1T2R and 2T2R NICs.Adrian Chadd2015-09-291-5/+34
* include opt_wlan.h . Tsk adrian.Adrian Chadd2015-09-281-0/+2