summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwnreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.stsp2019-07-291-8/+89
* Add background scanning support to iwn(4), as was done for iwm(4) recently.stsp2017-12-141-3/+4
* In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affectsstsp2017-08-121-2/+2
* Add a better implementation of iwn's update_htprot callback which usesstsp2016-04-281-1/+17
* In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwarestsp2016-02-051-3/+5
* Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).stsp2016-01-071-1/+4
* Add initial support for 11n mode to the iwn(4) driver.stsp2016-01-041-16/+45
* fix remaining spaces/tabs issues in #define linessthen2014-09-091-11/+11
* Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixsthen2014-09-091-1/+102
* Intel Centrino Wireless-N 2200 (tested) and Wireless-N 105/135 (untested)kettenis2014-02-111-2/+6
* Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bitkettenis2014-02-101-13/+63
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-31/+31
* Add support for advanced btcoex. This commit is not really neededsyl2013-08-291-2/+53
* The 6005 and 6050-based parts need DC calibration turned on, otherwise thekettenis2011-09-011-1/+3
* cleanup; change the way opns are attached.damien2011-01-091-2/+51
* do not timeout when stopping DMA channels.damien2010-07-201-3/+2
* firmware images in type-length-value format can now offer differentdamien2010-05-051-2/+9
* add support for firmware images in "type-length-value" format.damien2010-04-301-3/+22
* Intel Centrino Advanced-N 6200 G2 adapters have their own hardwaredamien2010-04-101-1/+2
* read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6damien2010-02-171-1/+8
* finally, 6250 parts need crystal calibration too.damien2010-01-231-5/+17
* rename bluetooth coexistence flags. no binary change.damien2010-01-161-5/+4
* - remove non-production pci ids for 6050 3x3damien2009-11-081-11/+26
* s/TX_IQ_PERD/TX_IQ_PERIODIC/damien2009-11-031-2/+2
* - fix rx chain mask in scan commanddamien2009-11-011-5/+5
* - use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughdamien2009-10-281-2/+5
* update WiFi Link 6000 product ids.damien2009-10-261-3/+29
* add explicit barriers for read/write accesses to prph and internal memory.damien2009-10-241-1/+9
* enable WiFi/WiMAX coexistence for 6050 combo adapters.damien2009-10-241-2/+27
* huge diff introducing many of the recent changes made by intel to iwlwifi:damien2009-10-241-28/+73
* fix confusion between number of DMA channels and number of Tx queues.damien2009-05-291-2/+6
* allow iwn(4) to coexist with Intel Active Management Technology (AMT)damien2009-05-271-1/+4
* reduce Rx ring size from 256 to 64 slots.damien2009-05-241-3/+3
* add code to read from OTPROM (1000 and 6000 series only).damien2009-05-201-2/+14
* cleanup the mess in Intel WiFi Link PCI Ids.damien2009-03-101-2/+2
* attach the Intel WiFi Link 100 and 6000 Series (though no firmwaredamien2009-02-151-3/+6
* get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros.damien2008-12-121-21/+13
* Add code for 5150 support (not tested since I don't have the hardware anddamien2008-12-021-2/+5
* move some generic PCIe register flags used in wpi(4) and iwn(4)damien2008-11-251-8/+1
* Fix crystal and gain calibration on 5000 Series.damien2008-11-211-6/+7
* For 5000 Series, store baseband calibration results sent by thedamien2008-11-191-3/+8
* rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()damien2008-11-091-12/+27
* rework iwn_start().damien2008-11-081-1/+2
* HW CCMP encryption/decryption of unicast frames.damien2008-11-031-3/+13
* lot of cleanup, small fixes.damien2008-10-221-129/+252
* Almost complete rewrite of iwn(4).damien2008-10-131-277/+677
* fix rate control.damien2008-04-271-8/+2
* fix shared area structure.damien2007-11-271-2/+2
* fix DMA alignment constraints: rings must be aligned on a 256-bytedamien2007-11-271-3/+4
* fix reading of EEPROM for some adapters.damien2007-11-171-1/+2