summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-9/+0
* Fixes for monitor mode:bschmidt2010-12-061-4/+3
* For 6000 series and newer devices the DC calibration results are nobschmidt2010-12-052-9/+29
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-1/+0
* Fix typo in previous commit.bschmidt2010-09-191-1/+1
* Rewrite parts of the calibration code which is run while bringing upbschmidt2010-09-192-87/+206
* Group functions used for initial calibration.bschmidt2010-09-191-80/+80
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-0/+1
* Handle RUN->ASSOC->RUN transition correctly, as in not trigger abschmidt2010-07-151-11/+28
* Add support for firmware images in "type-length-value" format.bschmidt2010-07-153-48/+197
* Detect active chains differently to work around a firmware bug whichbschmidt2010-07-151-3/+7
* - Add new IDs for 6000 series devices.bschmidt2010-07-152-6/+22
* Fix some small whitespace nits.bschmidt2010-07-152-5/+5
* Remove duplicate vendor:device entry.bschmidt2010-07-151-1/+0
* Fix TX retry rate handling. tx->linkq is an index to a rate tablebschmidt2010-06-141-1/+1
* Add a workaround for a bug in the firmware regarding the transitionbschmidt2010-05-061-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Use correct bus_dma_tag_t for TX frames.bschmidt2010-04-211-2/+4
* Declare all functions as static.bschmidt2010-04-111-218/+218
* Hook ieee80211_media_change() to ieee80211_vap_attach().bschmidt2010-04-111-2/+1
* iwn5000_reset_sched() is not used; #ifdef it.bschmidt2010-04-111-0/+4
* Add some missing protoypes.bschmidt2010-04-111-1/+26
* iwn4965_set_txpower() uses maxpwr from EEPROM to calculate the power tobschmidt2010-04-101-0/+4
* * Rename bluetooth coexistence flags, no binary change.bschmidt2010-04-103-24/+57
* Small whitespace cleanup.bschmidt2010-04-101-10/+8
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-072-22/+13
* 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
OpenPOWER on IntegriCloud