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