aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wpi
Commit message (Expand)AuthorAgeFilesLines
* Undo some issues from the previous big patch - there's no padding on RX,Adrian Chadd2015-03-081-19/+17
* Use the correct mac addresses when initialising things.Adrian Chadd2015-03-081-4/+6
* More fixes to wpi(4), again not by me! Woo!Adrian Chadd2015-02-142-64/+62
* Big wpi(4) overhaul! Not by me!Adrian Chadd2015-02-074-2674/+4243
* Remove some hard-coded IE assembly over to use net80211 methods.Adrian Chadd2014-12-202-25/+7
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-11/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+2
* Fix teardown of static DMA allocations in various NIC drivers:John Baldwin2014-06-171-2/+2
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* - Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl2013-12-292-25/+17
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* Add a missing #include, required for IEEE80211_DEBUG.Adrian Chadd2012-06-011-0/+2
* Use suspend/resume methods provided by net80211. This ensures that theBernhard Schmidt2012-03-231-7/+4
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Add module version to iwi/ipw/wpi and iwn.Bernhard Schmidt2011-05-311-0/+2
* No need for htole32(), which is an uint8_t.Bernhard Schmidt2011-05-011-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-171-10/+0
* The RX path is missing a few bus_dmamap_*() calls, this results inBernhard Schmidt2010-12-301-3/+15
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued byBernhard Schmidt2010-12-191-0/+2
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',Bernhard Schmidt2010-12-181-0/+6
* Fix association on 5GHz channels. The device is initially configured usingBernhard Schmidt2010-12-181-0/+3
* Fix a panic while disabling the RF kill button, caller of theBernhard Schmidt2010-12-181-2/+0
* Fix scanning after loosing a connection. The firmware assumes that as longBernhard Schmidt2010-12-061-2/+19
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-1/+0
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Fix recent breakage: wpi_newassoc() wasn't supposed to be removed andRui Paulo2010-04-091-0/+10
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-072-44/+10
* Don't panic on failure to attach if we fail before or during theGavin Atkinson2009-12-141-4/+5
* Properly turn off debuggingDoug Barton2009-11-081-1/+3
* Turn off WPI_DEBUG by default as the driver seems sufficiently stableDoug Barton2009-11-071-2/+0
* 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