summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwnreg.h
AgeCommit message (Expand)Author
2021-11-12Add support for 40MHz channels to the iwn(4) driver.Stefan Sperling
2021-11-12Sync the iwn(4) "enhanced Tx power" eeprom data structure with Linux.Stefan Sperling
2021-11-11Fix iwn(4) with 4965 devices.Stefan Sperling
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2017-12-14Add background scanning support to iwn(4), as was done for iwm(4) recently.Stefan Sperling
2017-08-12In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affectsStefan Sperling
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-01-07Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).Stefan Sperling
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2014-09-09fix remaining spaces/tabs issues in #define linesStuart Henderson
2014-09-09Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixStuart Henderson
2014-02-11Intel Centrino Wireless-N 2200 (tested) and Wireless-N 105/135 (untested)Mark Kettenis
2014-02-10Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bitMark Kettenis
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2011-09-01The 6005 and 6050-based parts need DC calibration turned on, otherwise theMark Kettenis
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2010-07-20do not timeout when stopping DMA channels.Damien Bergamini
2010-05-05firmware images in type-length-value format can now offer differentDamien Bergamini
2010-04-30add support for firmware images in "type-length-value" format.Damien Bergamini
2010-04-10Intel Centrino Advanced-N 6200 G2 adapters have their own hardwareDamien Bergamini
2010-02-17read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6Damien Bergamini
2010-01-23finally, 6250 parts need crystal calibration too.Damien Bergamini
2010-01-16rename bluetooth coexistence flags. no binary change.Damien Bergamini
2009-11-08- remove non-production pci ids for 6050 3x3Damien Bergamini
2009-11-03s/TX_IQ_PERD/TX_IQ_PERIODIC/Damien Bergamini
2009-11-01- fix rx chain mask in scan commandDamien Bergamini
2009-10-28- use bus_space_write_1 to write to IWN_INT_PERIODIC (0x5), even thoughDamien Bergamini
2009-10-26update WiFi Link 6000 product ids.Damien Bergamini
2009-10-24add explicit barriers for read/write accesses to prph and internal memory.Damien Bergamini
2009-10-24enable WiFi/WiMAX coexistence for 6050 combo adapters.Damien Bergamini
2009-10-24huge diff introducing many of the recent changes made by intel to iwlwifi:Damien Bergamini
2009-05-29fix confusion between number of DMA channels and number of Tx queues.Damien Bergamini
2009-05-27allow iwn(4) to coexist with Intel Active Management Technology (AMT)Damien Bergamini
2009-05-24reduce Rx ring size from 256 to 64 slots.Damien Bergamini
2009-05-20add code to read from OTPROM (1000 and 6000 series only).Damien Bergamini
2009-03-10cleanup the mess in Intel WiFi Link PCI Ids.Damien Bergamini
2009-02-15attach the Intel WiFi Link 100 and 6000 Series (though no firmwareDamien Bergamini
2008-12-12get rid of the ugly IWN_SET_DESC_SEG/NSEGS macros.Damien Bergamini
2008-12-02Add code for 5150 support (not tested since I don't have the hardware andDamien Bergamini
2008-11-25move some generic PCIe register flags used in wpi(4) and iwn(4)Damien Bergamini
2008-11-21Fix crystal and gain calibration on 5000 Series.Damien Bergamini
2008-11-19For 5000 Series, store baseband calibration results sent by theDamien Bergamini
2008-11-09rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()Damien Bergamini
2008-11-08rework iwn_start().Damien Bergamini
2008-11-03HW CCMP encryption/decryption of unicast frames.Damien Bergamini
2008-10-22lot of cleanup, small fixes.Damien Bergamini
2008-10-13Almost complete rewrite of iwn(4).Damien Bergamini
2008-04-27fix rate control.Damien Bergamini