aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* urtwn(4): fix mbuf leak in the TX pathAndriy Voskoboinyk2015-10-241-13/+12
* run(4): convert to ieee80211_tx_complete()Andriy Voskoboinyk2015-10-231-14/+5
* Fix kernel build by restoring a temporary variable which was not yetHans Petter Selasky2015-10-231-0/+1
* urtwn(4): add DBM_ANTNOISE radiotap fieldAndriy Voskoboinyk2015-10-232-2/+5
* - Split one 4-byte R92C_CR register into 2-byte R92C_CR and 1-byte R92C_MSRAndriy Voskoboinyk2015-10-232-26/+32
* urtwn(4): fix the RSSI calculation for RTL8188EU.Andriy Voskoboinyk2015-10-232-13/+9
* urtwn(4): replace hardcoded rate indices with their namesAndriy Voskoboinyk2015-10-223-38/+36
* Initialize radiotap header fields before calling ieee80211_radiotap_rx()Andriy Voskoboinyk2015-10-221-7/+7
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-191-0/+3
* Accept any correct frames from any source when MONITOR mode is used.Kevin Lo2015-10-121-0/+13
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-128-19/+1
* urtwn(4): split *reg and *var parts (no functional change).Adrian Chadd2015-10-123-191/+207
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-129-23/+0
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-121-18/+2
* Sort function prototypes and add missing 'static' keywords.Kevin Lo2015-10-091-114/+113
* Add support for Fresco Logic USB 3.0 host controller.Kevin Lo2015-10-081-6/+11
* Add quirk for USB 3.0 PCI device.Hans Petter Selasky2015-10-081-0/+1
* Recognise the Netgear WNDA4100 (N900) 3x3 device in run(4).Gavin Atkinson2015-10-082-0/+2
* Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers.Kevin Lo2015-10-041-4/+1
* Fix max TX power settings for RT5390/RT5392.Kevin Lo2015-10-042-3/+2
* Fix run(4) mbuf queue flushing / freeing.Adrian Chadd2015-10-041-1/+20
* Random zyd(4) fixes to bring TX handling in line with rsu, etcAdrian Chadd2015-10-041-2/+20
* Fix to make compile on gcc-4.2.1 (eg mips, sparc64.)Adrian Chadd2015-10-041-20/+20
* Fix to compile using gcc-4.2 (eg mips, sparc64.)Adrian Chadd2015-10-041-22/+22
* rum(4): add WME support.Adrian Chadd2015-10-033-15/+103
* run(4): fix WME support (untested).Adrian Chadd2015-10-031-21/+22
* rum(4): fix stats interpretation in rum_ratectl_task()Adrian Chadd2015-10-031-15/+20
* rum(4): set short/long retry limitsAdrian Chadd2015-10-033-1/+25
* 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-033-8/+7
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-032-9/+5
* rum(4): drop unused 'node id' parameter.Adrian Chadd2015-10-032-26/+21
* rum(4): add support for hardware encryption (WEP, TKIP and CCMP).Adrian Chadd2015-10-033-29/+451
* 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-033-24/+44
* 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-032-18/+11
* rum(4): do not corrupt MAC addressAdrian Chadd2015-10-032-3/+5
* 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
* rum(4): add TSF field into radiotap headersAdrian Chadd2015-10-032-3/+15
* run(4): Add initial support for IBSS merge.Adrian Chadd2015-10-032-0/+38
* Remove beacon offsets usage from if_rum.Adrian Chadd2015-10-032-2/+1
* urtwn(4): fix sequence numbering for QoS framesAdrian Chadd2015-10-031-4/+2
* ural(4): reduce copy-paste in ural_newstate().Adrian Chadd2015-10-031-14/+11
* rum(4): add command queue for running sleepable tasks in non-sleepable contextsAdrian Chadd2015-10-032-7/+103