aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260086Marius Strobl2014-04-251-11/+1
* MFC: r260053Marius Strobl2014-04-252-17/+17
* MFC: r264416Christian Brueffer2014-04-221-1/+1
* Merge r254263:Scott Long2013-08-131-2/+2
* MFC: r243857 (partial)Marius Strobl2013-03-091-5/+5
* MFC BA/DELBA fixes:Bernhard Schmidt2012-07-011-23/+89
* MFC: r236486Marius Strobl2012-06-051-2/+0
* MFC r235684:Bernhard Schmidt2012-05-231-0/+3
* MFC r225941:Dimitry Andric2012-04-281-5/+5
* MFC r233387:Bernhard Schmidt2012-04-221-16/+4
* MFC r233571:Bernhard Schmidt2012-04-031-29/+29
* MFC r233567:Bernhard Schmidt2012-04-031-0/+2
* MFC r230620:Bernhard Schmidt2012-02-071-5/+7
* MFC r229375:Bernhard Schmidt2012-01-271-1/+1
* MFC r227805:Bernhard Schmidt2011-11-252-1/+29
* MFC r226679:Bernhard Schmidt2011-11-161-0/+1
* Fix bmiss notifications, events should be sent when NOT scanning.Bernhard Schmidt2011-10-221-1/+1
* MFC: r226176Marius Strobl2011-10-121-0/+1
* Manually set the channel when using monitor mode - the firmwareAdrian Chadd2011-09-201-0/+12
* Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates.Bernhard Schmidt2011-06-101-7/+9
* Enable HT40 (40MHz channel width) support.Bernhard Schmidt2011-06-041-1/+1
* Only consider QoS frames for TX packet aggregation.Bernhard Schmidt2011-06-041-1/+2
* The firmware of 4965 series adapters seems to die while trying to sendBernhard Schmidt2011-06-041-6/+10
* Add module version to iwi/ipw/wpi and iwn.Bernhard Schmidt2011-05-311-0/+2
* Only update the scheduler's byte count table for aggregation queues.Bernhard Schmidt2011-05-151-6/+4
* Enable 11n (sans HT40) support.Bernhard Schmidt2011-05-081-35/+20
* Notify firmware about various HT parameters once associated.Bernhard Schmidt2011-05-082-25/+37
* Add support for TX packet aggregation.Bernhard Schmidt2011-05-083-64/+282
* Add support for RX packet aggregation.Bernhard Schmidt2011-05-082-17/+45
* Add support for transmitting frames at MCS rates.Bernhard Schmidt2011-05-082-13/+53
* Prepare for transmitting frames at MCS rates:Bernhard Schmidt2011-05-083-88/+66
* Read chainmask information before announcing it.Bernhard Schmidt2011-05-081-22/+22
* Add HT capabilities to probe requests.Bernhard Schmidt2011-05-081-4/+3
* Disable background scan support for 4965 adapters.Bernhard Schmidt2011-05-081-1/+3
* RX aggregation is slightly different then the legacy path, we will onlyBernhard Schmidt2011-05-081-1/+0
* Allocate all TX rings, those will be use for TX packet aggregation.Bernhard Schmidt2011-05-081-7/+0
* Use the enhanced TX power information availabe on newer EEPROMs.Bernhard Schmidt2011-05-083-9/+45
* Hook HT channel setup.Bernhard Schmidt2011-05-081-35/+43
* The 6000 series adapters have a slightly different offset for band 6,Bernhard Schmidt2011-05-082-1/+15
* Re-add 2 device IDs which got lost.Bernhard Schmidt2011-05-081-0/+2
* Now that all bits are in for 1030/6230 adapters enable those.Bernhard Schmidt2011-04-201-32/+25
* The 6000 series gen2 adapters have 2 firmware images, one withBernhard Schmidt2011-04-201-2/+4
* Add basic support for advanced bluetooth coexistence requiredBernhard Schmidt2011-04-203-2/+105
* Enable DC calibration for all 6000 series devices, except thoseBernhard Schmidt2011-04-191-1/+6
* Pull some features out of the firmware:Bernhard Schmidt2011-04-193-3/+20
* Add some new features:Bernhard Schmidt2011-04-163-3/+69
* Bring over the HAL/OPS changes, instead of two const structs it is nowBernhard Schmidt2011-04-162-165/+159
* Read RX/TX chainmasks directly of the EEPROM. Some chips are known toBernhard Schmidt2011-04-161-14/+8
* Just a whitespace sync, some more style(9) conform then others.Bernhard Schmidt2011-04-163-225/+158
* Sync comments with OpenBSD.Bernhard Schmidt2011-04-162-37/+38