aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_rumvar.h
Commit message (Expand)AuthorAgeFilesLines
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-0/+1
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-201-3/+1
* rum: add legacy power saving support (STA mode).Andriy Voskoboinyk2016-03-211-0/+10
* net80211: WME callback cleanup in various driversAndriy Voskoboinyk2015-11-051-1/+0
* rum(4): add WME support.Adrian Chadd2015-10-031-0/+2
* rum(4): set short/long retry limitsAdrian Chadd2015-10-031-0/+1
* rum(4): drop unused 'node id' parameter.Adrian Chadd2015-10-031-4/+1
* rum(4): add support for hardware encryption (WEP, TKIP and CCMP).Adrian Chadd2015-10-031-1/+5
* rum(4): split rum_prepare_beacon() into 'alloc' and 'set' stagesAdrian Chadd2015-10-031-0/+1
* rum(4): do not corrupt MAC addressAdrian Chadd2015-10-031-0/+2
* rum(4): add TSF field into radiotap headersAdrian Chadd2015-10-031-2/+6
* Remove beacon offsets usage from if_rum.Adrian Chadd2015-10-031-1/+0
* rum(4): add command queue for running sleepable tasks in non-sleepable contextsAdrian Chadd2015-10-031-3/+38
* rum(4): some non-functional changes / cleanupAdrian Chadd2015-10-031-5/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-4/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+4
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptersHans Petter Selasky2013-07-291-2/+2
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-101-0/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-9/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-3/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-201-2/+5
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-22/+1
* o add ic_rt to track the rate table for the current channel; this enablesSam Leffler2009-03-291-1/+0
* Partial sync to //depot/projects/usbAndrew Thompson2009-02-271-0/+3
* Make sure at least two tx slots are free before sending the mbuf since anAndrew Thompson2009-02-231-0/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+156