aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iwnfw
Commit message (Collapse)AuthorAgeFilesLines
* Stop using .OODATE for extracting firmware.Bryan Drewery2019-06-121-1/+1
| | | | | | | | | | | | | This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always unencoded consistently though and do not need to use the .OODATE/$? mechanism. MFC after: 2 weeks Reported by: npn Sponsored by: DellEMC Notes: svn path=/head/; revision=348979
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Add iwn-100 firmware.Adrian Chadd2014-08-282-1/+8
| | | | | | | | | | The firmware is from the Linux firmware git repository; the intel licence is the same as other firmware blobs. Tested: iwn1: <Intel Centrino Wireless-N 100> mem 0xf4800000-0xf4801fff irq 19 at device 0.0 on pci5 Notes: svn path=/head/; revision=270734
* Add firmware for Intel Centrino Wireless-N 105 devices.Gavin Atkinson2014-01-112-1/+8
| | | | | | | Committed from: Centrino 105 device Notes: svn path=/head/; revision=260552
* Wrap SUBDIRs over several lines.Gavin Atkinson2014-01-051-1/+11
| | | | Notes: svn path=/head/; revision=260335
* Add firmware version 18.168.6.1 (API version 6) for Intel CentrinoGavin Atkinson2014-01-052-1/+7
| | | | | | | | | | Wireless-N 135 wireless adapters, soon to be supported by iwn(4). Committed using: Laptop with Centrino 135 chipset Obtained from: wireless.kernel.org firmware downloads Notes: svn path=/head/; revision=260313
* Bump the g2b firmware to 18.x.Adrian Chadd2013-12-091-1/+1
| | | | | | | | | Tested: * Intel 6235 Notes: svn path=/head/; revision=259135
* Build the iwn2000 firmware too.Adrian Chadd2013-11-071-1/+1
| | | | Notes: svn path=/head/; revision=257809
* Add firmware for Centrino 2200-N wireless devices.George V. Neville-Neil2013-08-281-0/+6
| | | | | | | Driver software for this firmware will be updated in a following commit. Notes: svn path=/head/; revision=254993
* Add firmware for the Intel 2030 and variants.Adrian Chadd2013-08-112-1/+7
| | | | | | | | Submitted by: Cedric GROSS <cg@gross.info> Obtained from: Linux, Intel Notes: svn path=/head/; revision=254202
* Update the 6000g2a image.Adrian Chadd2013-08-111-1/+1
| | | | | | | Obtained from: Linux, Intel Notes: svn path=/head/; revision=254199
* Add firmware images for the 6000 series g2a and g2b adapters.Bernhard Schmidt2011-04-203-1/+13
| | | | Notes: svn path=/head/; revision=220893
* Update iwn(4) firmware blobs:Bernhard Schmidt2011-04-203-3/+3
| | | | | | | | | - bump iwn1000fw to 39.31.5.1 - bump iwn5000fw to 8.83.5.1 - bump iwn6050fw to 41.28.5.1 Notes: svn path=/head/; revision=220892
* - Update 6000 firmware to 9.221.4.1Bernhard Schmidt2010-07-153-2/+8
| | | | | | | | | - Add 6050 firmware MFC after: 2 weeks Notes: svn path=/head/; revision=210113
* Revert r208590. A license ack is not needed as per r186984.Rui Paulo2010-05-271-1/+4
| | | | Notes: svn path=/head/; revision=208591
* Make the user ack the license before using this firmware.Rui Paulo2010-05-271-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=208590
* Update firmware for the 6000 series Intel cards to version 9.193.4.1.Bernhard Schmidt2010-04-101-1/+1
| | | | | | | | Approved by: rpaulo (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=206446
* iwn(4) update. Notable changes:Rui Paulo2009-12-295-3/+15
| | | | | | | | | | | | | | | | | | | | | | | * new firmware * untested support for 1000 and 6000 series * bgscan support * remove unnecessary RXON changes * allow setting of country/regdomain by enforcing channel flags read from the EEPROM * suspend/resume fixes * RF kill switch fixes * LED adjustments * several bus_dma*() related fixes * addressed some LORs * many other bug fixes Submitted by: Bernhard Schmidt <bschmidt at techwires.net> Obtained from: Brandon Gooch <jamesbrandongooch at gmail dot com> (LED related changes), Benjamin Kaduk <kaduk at mit dot edu> (LOR fixes), OpenBSD Notes: svn path=/head/; revision=201209
* Updates to the iwn driver:Rui Paulo2009-10-245-20/+33
| | | | | | | | | | | | | | | * iwnfw has now been split into individual modules so autoloading of firmware module(s) does work again. * Changes have been made to RUN -> AUTH transition, this should fix the issue reported by Glen and others. * Brandon reported issues in iwn_cmd() with large commands, those have been fixed to. * DEAUTH is now handled correctly. Submitted by: Bernhard Schmidt <bschmidt at techwires.net> Notes: svn path=/head/; revision=198439
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.Rui Paulo2009-10-231-5/+15
| | | | | | | Submitted by: Bernhard Schmidt <bschmidt at techwires.net> Notes: svn path=/head/; revision=198429
* remove license ack requirement; this was never neededSam Leffler2009-01-091-1/+0
| | | | | | | Reviewed by: core Notes: svn path=/head/; revision=186984
* Intel 4965 wireless driver (derived from openbsd driver of the same name)Sam Leffler2008-04-291-0/+14
Notes: svn path=/head/; revision=178676