summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Fix for the Intel WiFi Link 1000. The EEPROM image is in the OTPROM blockbschmidt2010-02-151-7/+7
* o add more notification strings in iwn_intr_str()rpaulo2010-01-252-2/+16
* Revert iwn channel-argument handling of set_txpower() to r201822keramida2010-01-092-13/+19
* Fix array overflow.trasz2010-01-081-1/+1
* iwn(4) update. Notable changes:rpaulo2009-12-293-707/+1477
* Updates to the iwn driver:rpaulo2009-10-241-45/+109
* Updated iwn(4) driver supporting the newer series, 5000, 5150 and 5300.rpaulo2009-10-233-2602/+4498
* For ic_opmode switch cases, provide a default label with a printf sayingrpaulo2009-07-101-1/+2
* validate tx rate(s) in the raw xmit pathsam2009-05-291-0/+6
* Overhaul monitor mode handling:sam2009-05-202-37/+18
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performthompsa2009-05-101-0/+3
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-022-255/+106
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-6/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-11/+11
* Remove gratuitous unlock in error case.jmallett2009-03-241-1/+0
* remove references to ic_statssam2009-02-131-3/+0
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-5/+0
* Add MSI support.mav2008-10-241-1/+6
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-2/+3
* We can not call iwn_start directly in the interruptdelphij2008-05-261-3/+14
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* fix buildsam2008-04-301-2/+2
* disable HT capabilities until we sort out firmware issuessam2008-04-291-1/+3
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-293-0/+5827
OpenPOWER on IntegriCloud