aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_rsureg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+2
* rsu(4): add support for ifconfig(8) 'maxretry' option.Andriy Voskoboinyk2019-01-301-0/+3
* rsu(4): do not ignore mgmtrate / mcastrate / ucastrate.Andriy Voskoboinyk2019-01-281-1/+6
* rsu: fix and enable Rx TCP checksum offloading.Andriy Voskoboinyk2016-12-111-0/+2
* rsu: add promiscuous mode support.Andriy Voskoboinyk2016-12-101-0/+36
* rsu: increase Rx buffer size from 8k to 30k.Andriy Voskoboinyk2016-12-101-2/+2
* rsu: add TSF field into Rx radiotap.Andriy Voskoboinyk2016-12-101-2/+7
* rsu: fix incorrect register addresses.Andriy Voskoboinyk2016-12-081-5/+5
* rsu: add hardware crypto support (WEP, TKIP and CCMP).Andriy Voskoboinyk2016-12-061-3/+79
* rsu: fix RSSI reporting, partially revert r288414.Andriy Voskoboinyk2016-12-041-0/+1
* rsu: remove unused structures / variables.Andriy Voskoboinyk2016-12-031-29/+1
* rsu: add support for hardware multicast filter setup.Andriy Voskoboinyk2016-11-271-0/+1
* rsu: various scanning fixes.Andriy Voskoboinyk2016-11-271-2/+2
* rsu: fix R92S_TXDW1_QSEL_H2C definition (0x1f -> 0x13).Andriy Voskoboinyk2016-11-261-1/+1
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-121-2/+0
* modify the rssi logic a bit to actually return a useful rssi.Adrian Chadd2015-09-301-0/+1
* rsu(4): Add support for 1T2R and 2T2R NICs.Adrian Chadd2015-09-291-0/+18
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+0
* Send a power command to the firmware to shut down the radio as wellAdrian Chadd2015-09-221-0/+1
* Begin fleshing out basic power-on / power-off and A-MPDU TX support.Adrian Chadd2015-09-221-0/+4
* Convert if_rsu to use a deferred transmit task rather than using rsu_start()Adrian Chadd2015-09-211-0/+1
* Add in a temporary (hah!) workaround for net80211 scanning versus NICAdrian Chadd2015-09-181-0/+1
* Add a very hacked up station only A-MPDU negotiation path.Adrian Chadd2015-09-181-0/+5
* Use the H2C endpoint for sending firmware commands, rather than the voiceAdrian Chadd2015-09-171-0/+1
* Prepare for 11n - get the number of endpoints and whether 11n is available.Adrian Chadd2015-09-171-0/+2
* Bump RX_LIST_COUNT so we don't fall behind during active traffic.Adrian Chadd2015-09-171-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-4/+5
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-5/+4
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-4/+5
* Fixes for the RSU driver:Hans Petter Selasky2014-06-041-9/+5
* - Split transmit queue into one for each type. Apparently there willHans Petter Selasky2014-05-211-17/+7
* Import OpenBSD's rsu(4) WLAN driver.Rui Paulo2013-07-301-0/+784