summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued bybschmidt2010-12-191-0/+2
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',bschmidt2010-12-181-0/+6
* Fix association on 5GHz channels. The device is initially configured usingbschmidt2010-12-181-0/+3
* Fix a panic while disabling the RF kill button, caller of thebschmidt2010-12-181-2/+0
* Fix scanning after loosing a connection. The firmware assumes that as longbschmidt2010-12-061-2/+19
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-1/+0
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Fix recent breakage: wpi_newassoc() wasn't supposed to be removed andrpaulo2010-04-091-0/+10
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-072-44/+10
* Don't panic on failure to attach if we fail before or during thegavin2009-12-141-4/+5
* Properly turn off debuggingdougb2009-11-081-1/+3
* Turn off WPI_DEBUG by default as the driver seems sufficiently stabledougb2009-11-071-2/+0
* For ic_opmode switch cases, provide a default label with a printf sayingrpaulo2009-07-101-0/+3
* Overhaul monitor mode handling:sam2009-05-202-22/+10
* 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-232/+61
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-7/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-9/+9
* Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TXjmallett2009-03-271-1/+1
* o) Check that no overrun or CRC errors were encountered in receiving ajmallett2009-03-272-4/+15
* remove references to ic_statssam2009-02-131-2/+0
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-5/+0
* Correct detection of particular wpi cards which only support b/gbenjsc2008-08-241-4/+4
* - Fix compile if WPI_DEBUG is not definedthompsa2008-06-231-27/+39
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-2/+4
* The beacon miss notification must run without locks held has it calls back intothompsa2008-05-162-2/+16
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-202-408/+385
* fix inverted test that disabled ACK's on xmitsam2008-03-121-1/+1
* Update wpi(4) with stability fixesthompsa2008-03-103-607/+514
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-3/+3
* rx mbufs must have a pkthdr; use m_gethdr to populate the rx ringsam2008-01-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-1/+1
* Fix up a race condition with the callout_stop method in newstate.benjsc2007-11-271-1/+4
* Handle missed beacons correctlybenjsc2007-11-272-1/+22
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectrink2007-11-131-2/+1
* Turn off debug output, its been confusing users.benjsc2007-11-081-1/+1
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-053-0/+4899
OpenPOWER on IntegriCloud