aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_rum.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Widen EPOCH(9) usage in USB WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Drop some unneeded includes from wireless USB drivers.Andriy Voskoboinyk2019-01-291-4/+0
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-261-5/+1
* usb/wlan/*: properly include "opt_wlan.h" into all driversAndriy Voskoboinyk2018-03-101-0/+2
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-091-22/+10
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-2/+5
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-12/+7
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-12/+10
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-201-1/+0
* rum: fix possible panic on device detach (similar to r302034).Andriy Voskoboinyk2016-09-071-1/+37
* rum: use mgmt frame rate for EAPOL frames.Andriy Voskoboinyk2016-09-071-0/+2
* rum: use m_get2() in Rx path.Andriy Voskoboinyk2016-09-061-1/+1
* rum: fix frame length checks in Rx path.Andriy Voskoboinyk2016-09-061-2/+16
* rum: do not restart device when protmode / rtsthreshold is changed.Andriy Voskoboinyk2016-09-051-0/+2
* rum: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-011-7/+33
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* rum: add legacy power saving support (STA mode).Andriy Voskoboinyk2016-03-211-2/+219
* rum: simplify error handling in rum_newstate().Andriy Voskoboinyk2016-03-211-8/+3
* rum: do not try to restore bssid/TSF synchronization when deviceAndriy Voskoboinyk2016-03-211-8/+9
* rum: separate some microcontroller vendor-specific requests intoAndriy Voskoboinyk2016-03-211-9/+17
* Reduce the number of supported WLAN keys in the rum driver, else weHans Petter Selasky2016-02-141-3/+3
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* wpi, rum and urtwn: update copyright headersAndriy Voskoboinyk2015-12-131-0/+1
* net80211: remove hardcoded slot time durations from driversAndriy Voskoboinyk2015-12-131-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* net80211: WME callback cleanup in various driversAndriy Voskoboinyk2015-11-051-18/+10
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-1/+0
* Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)Adrian Chadd2015-10-041-20/+20
* rum(4): add WME support.Adrian Chadd2015-10-031-15/+99
* rum(4): fix stats interpretation in rum_ratectl_task()Adrian Chadd2015-10-031-15/+20
* rum(4): set short/long retry limitsAdrian Chadd2015-10-031-1/+20
* rum(4): fix sequence number generation.Adrian Chadd2015-10-031-9/+26
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-3/+3
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-4/+2
* rum(4): drop unused 'node id' parameter.Adrian Chadd2015-10-031-22/+20
* rum(4): add support for hardware encryption (WEP, TKIP and CCMP).Adrian Chadd2015-10-031-25/+391
* rum(4): implement iv_update_beacon call (fixes client power save support).Adrian Chadd2015-10-031-0/+54
* rum(4): attach rum_update_slot to ic_updateslot.Adrian Chadd2015-10-031-3/+13
* rum(4): split rum_prepare_beacon() into 'alloc' and 'set' stagesAdrian Chadd2015-10-031-23/+42
* rum(4): add support for AHDEMO mode.Adrian Chadd2015-10-031-2/+7
* rum(4): simplify rum_set_bssid(), rum_set_macaddr() and rum_update_promisc()Adrian Chadd2015-10-031-17/+10
* rum(4): do not corrupt MAC addressAdrian Chadd2015-10-031-3/+3
* rum(4): add error handling for rum_enable_tsf_sync() and rum_prepare_beacon()Adrian Chadd2015-10-031-22/+42
* rum(4): move some code from rum_init() into separate function.Adrian Chadd2015-10-031-13/+24
* rum(4): add error handling in initialization pathAdrian Chadd2015-10-031-27/+32
* rum(4): simplify error handling rum_raw_xmit()Adrian Chadd2015-10-031-24/+18
* rum(4): check mbuf size before accessing its contentsAdrian Chadd2015-10-031-2/+8