aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-061-1/+1
* Fix printf-like formats for KASSERT.Mark Murray2015-10-051-1/+1
* It appears that under some circumstances, like virtualisiation, theMark Murray2015-10-051-1/+10
* Remove the unnecessary cast.Kevin Lo2015-10-051-2/+1
* 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
* drm2: a few minor fixes after r280183Adrian Chadd2015-10-048-24/+19
* 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-0310-27/+20
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-037-24/+25
* 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
* rum(4): some non-functional changes / cleanupAdrian Chadd2015-10-032-29/+19
* rum(4): sync rum_enable_tsf(_sync) with run(4).Adrian Chadd2015-10-022-12/+38
* rum(4): create few wrappers.Adrian Chadd2015-10-021-47/+50
* rum(4): move common part of rum_bbp_write() and rum_bbp_read() into rum_bbp_b...Adrian Chadd2015-10-021-13/+18
* rum(4): reduce code duplication.Adrian Chadd2015-10-021-10/+14
* Most error cases in i915_gem_do_execbuffer() jump to one of two labels toJohn Baldwin2015-10-011-3/+6
* Disable suspend when we're shutting down. This solves the "tell FreeBSDColin Percival2015-10-011-2/+5
* modify the rssi logic a bit to actually return a useful rssi.Adrian Chadd2015-09-302-23/+64
* Fix locking after my EDCA update change.Adrian Chadd2015-09-291-1/+3
* rsu(4): Add support for 1T2R and 2T2R NICs.Adrian Chadd2015-09-292-5/+52
* urtwn driver fixes - missing include, free node references, shut down xfers f...Adrian Chadd2015-09-291-7/+29
* Remove the references to the TX IC lock - i ended up solving thisAdrian Chadd2015-09-293-26/+0
* include opt_wlan.h . Tsk adrian.Adrian Chadd2015-09-281-0/+2