aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_rsu.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r344749-344750,344841-344843,345284,346405,346470,347140-347141,348331,Bjoern A. Zeeb2020-09-101-19/+17
* MFC r344990:Andriy Voskoboinyk2019-03-281-5/+0
* MFC r343474:Andriy Voskoboinyk2019-02-101-6/+2
* MFC r343577:Andriy Voskoboinyk2019-02-061-1/+9
* MFC r343541:Andriy Voskoboinyk2019-02-051-4/+0
* MFC r343524:Andriy Voskoboinyk2019-02-041-2/+29
* MFC r341786, r342156Andriy Voskoboinyk2018-12-201-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
* Free the TX/RX list buffers /before/ tearing down net80211 state.Adrian Chadd2015-09-261-4/+11
* * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fieldsAdrian Chadd2015-09-261-23/+19
* Send a power command to the firmware to shut down the radio as wellAdrian Chadd2015-09-221-3/+17
* Begin fleshing out basic power-on / power-off and A-MPDU TX support.Adrian Chadd2015-09-221-14/+120
* Flip on 11n by default; update TODO items.Adrian Chadd2015-09-211-2/+4
* Convert if_rsu to use a deferred transmit task rather than using rsu_start()Adrian Chadd2015-09-211-2/+42
* Drain the mbuf queue upon rsu_stop().Adrian Chadd2015-09-211-1/+34
* Disable HT40 in if_rsu for now. There's something missing in the HT40Adrian Chadd2015-09-201-0/+6
* Add in a temporary (hah!) workaround for net80211 scanning versus NICAdrian Chadd2015-09-181-6/+45
* Refactor out the tx buffer free code into a routine, rsu_freebuf().Adrian Chadd2015-09-181-4/+13
* Set AMPDU density/size parameters during vap creation.Adrian Chadd2015-09-181-0/+4