aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* MFC r217511:Bernhard Schmidt2011-01-261-10/+0
* MFC r216824:Bernhard Schmidt2011-01-021-3/+15
* MFC r216557:Bernhard Schmidt2010-12-261-0/+2
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',Bernhard Schmidt2010-12-211-0/+6
* Fix association on 5GHz channels. The device is initially configured usingBernhard Schmidt2010-12-211-0/+3
* Fix a panic while disabling the RF kill button, caller of theBernhard Schmidt2010-12-211-2/+0
* MFC r216238:Bernhard Schmidt2010-12-131-2/+19
* MFC r199018 & r199037:Bernhard Schmidt2010-11-201-1/+1
* MFC r214894:Bernhard Schmidt2010-11-201-1/+0
* MFC r207554:Maxim Sobolev2010-11-151-2/+2
* MFC r211295,211314,211546:Bernhard Schmidt2010-08-281-0/+1
* MFC r206367, r206358, r206370, r206371, r206372, r206398, r206415,Rui Paulo2010-05-112-38/+14
* Merge r200530 from head:Gavin Atkinson2010-02-141-4/+5
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-101-0/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-202-22/+10
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performAndrew Thompson2009-05-101-0/+3
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-022-232/+61
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-7/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-9/+9
* Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TXJuli Mallett2009-03-271-1/+1
* o) Check that no overrun or CRC errors were encountered in receiving aJuli Mallett2009-03-272-4/+15
* remove references to ic_statsSam Leffler2009-02-131-2/+0
* o use the new association callback to notify the driver when joining a bssSam Leffler2008-10-271-5/+0
* Correct detection of particular wpi cards which only support b/gBenjamin Close2008-08-241-4/+4
* - Fix compile if WPI_DEBUG is not definedAndrew Thompson2008-06-231-27/+39
* Change the calling convention for ic_node_alloc to deal withSam Leffler2008-06-071-2/+4
* The beacon miss notification must run without locks held has it calls back intoAndrew Thompson2008-05-162-2/+16
* Minor cleanup of vap create work:Sam Leffler2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesAndrew Thompson2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-202-408/+385
* fix inverted test that disabled ACK's on xmitSam Leffler2008-03-121-1/+1
* Update wpi(4) with stability fixesAndrew Thompson2008-03-103-607/+514
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-3/+3
* rx mbufs must have a pkthdr; use m_gethdr to populate the rx ringSam Leffler2008-01-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-1/+1
* Fix up a race condition with the callout_stop method in newstate.Benjamin Close2007-11-271-1/+4
* Handle missed beacons correctlyBenjamin Close2007-11-272-1/+22
* Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expectRink Springer2007-11-131-2/+1
* Turn off debug output, its been confusing users.Benjamin Close2007-11-081-1/+1
* Initial Import of wpi driver based on p4 changeset 128641.Benjamin Close2007-11-053-0/+4899