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