aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwn/if_iwnreg.h
Commit message (Expand)AuthorAgeFilesLines
* Add a missing comma between error message definitions.Christian Brueffer2014-04-131-1/+1
* Add the bluetooth information structs to the firmware RX statistics message.Adrian Chadd2014-03-011-6/+52
* Fix a typo.Adrian Chadd2014-02-231-1/+1
* Fix indentation.Adrian Chadd2014-02-231-2/+2
* Add some initial support for the Intel 6235.Adrian Chadd2013-12-091-5/+25
* Overhaul the iwn(4) scan infrastructure to be slightly more "correct"Adrian Chadd2013-12-021-6/+42
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-8/+8
* Add definitions for the microcode TLV flags entry (type 18.)Adrian Chadd2013-11-261-0/+54
* This is "scan_flags" from Linux.Adrian Chadd2013-11-141-1/+1
* Add some new driver definitions as part of the chip support updates:Adrian Chadd2013-11-091-0/+17
* Remove trailing whitespace.Adrian Chadd2013-11-041-2/+2
* add 0x8b, lifted from Linux iwlegacy/commands.hAdrian Chadd2013-10-261-0/+1
* Add #ifdef wrapper around definitions so they aren't included multipleAdrian Chadd2013-10-241-0/+4
* Add in some definitions required for later iwn(4) device support.Adrian Chadd2013-08-021-5/+259
* Break out the iwn(4) device IDs into if_iwn_devid.h, as well as addAdrian Chadd2013-08-021-13/+0
* iwn(4) debugging improvements.Adrian Chadd2013-08-011-0/+6
* The DC calibration result obtained during initialization can't beBernhard Schmidt2011-11-211-0/+2
* Notify firmware about various HT parameters once associated.Bernhard Schmidt2011-05-081-0/+7
* Add support for TX packet aggregation.Bernhard Schmidt2011-05-081-0/+3
* Add support for transmitting frames at MCS rates.Bernhard Schmidt2011-05-081-0/+5
* Prepare for transmitting frames at MCS rates:Bernhard Schmidt2011-05-081-39/+7
* Use the enhanced TX power information availabe on newer EEPROMs.Bernhard Schmidt2011-05-081-1/+11
* The 6000 series adapters have a slightly different offset for band 6,Bernhard Schmidt2011-05-081-0/+11
* Add basic support for advanced bluetooth coexistence requiredBernhard Schmidt2011-04-201-1/+40
* Pull some features out of the firmware:Bernhard Schmidt2011-04-191-0/+2
* Add some new features:Bernhard Schmidt2011-04-161-1/+37
* Just a whitespace sync, some more style(9) conform then others.Bernhard Schmidt2011-04-161-10/+10
* Instead of hardcoding TX rates and using that to fill the retry tableBernhard Schmidt2011-04-161-4/+2
* The 6005 series devices need additional temperature offset calibrationBernhard Schmidt2011-04-151-0/+13
* Don't timeout when stopping DMA channels.Bernhard Schmidt2011-04-151-2/+1
* Remove IWN_FLAG_HAS_5GHZ and IWN_PCI_BAR0, both unused.Bernhard Schmidt2011-04-141-3/+0
* Add support for firmware images in "type-length-value" format.Bernhard Schmidt2010-07-151-3/+29
* - Add new IDs for 6000 series devices.Bernhard Schmidt2010-07-151-1/+2
* * Rename bluetooth coexistence flags, no binary change.Bernhard Schmidt2010-04-101-9/+27
* o add more notification strings in iwn_intr_str()Rui Paulo2010-01-251-0/+3
* iwn(4) update. Notable changes:Rui Paulo2009-12-291-78/+182
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.Rui Paulo2009-10-231-401/+996
* Intel 4965 wireless driver (derived from openbsd driver of the same name)Sam Leffler2008-04-291-0/+970