| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -4/+4 |
* | Add a missing #include, required for IEEE80211_DEBUG. | adrian | 2012-06-01 | 1 | -0/+2 |
* | Use suspend/resume methods provided by net80211. This ensures that the | bschmidt | 2012-03-23 | 1 | -7/+4 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -7/+7 |
* | Add module version to iwi/ipw/wpi and iwn. | bschmidt | 2011-05-31 | 1 | -0/+2 |
* | No need for htole32(), which is an uint8_t. | bschmidt | 2011-05-01 | 1 | -2/+2 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Pull ieee80211_ratectl_node_init() calls from drivers into net80211. | bschmidt | 2011-01-17 | 1 | -10/+0 |
* | The RX path is missing a few bus_dmamap_*() calls, this results in | bschmidt | 2010-12-30 | 1 | -3/+15 |
* | Fix panic trying to use monitor mode. The iwn_cmd() calls issued by | bschmidt | 2010-12-19 | 1 | -0/+2 |
* | Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout', | bschmidt | 2010-12-18 | 1 | -0/+6 |
* | Fix association on 5GHz channels. The device is initially configured using | bschmidt | 2010-12-18 | 1 | -0/+3 |
* | Fix a panic while disabling the RF kill button, caller of the | bschmidt | 2010-12-18 | 1 | -2/+0 |
* | Fix scanning after loosing a connection. The firmware assumes that as long | bschmidt | 2010-12-06 | 1 | -2/+19 |
* | Instead of using the AMRR ratectl algo as default for drivers which have | bschmidt | 2010-11-06 | 1 | -1/+0 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 1 | -0/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | Fix recent breakage: wpi_newassoc() wasn't supposed to be removed and | rpaulo | 2010-04-09 | 1 | -0/+10 |
* | net80211 rate control framework (net80211 ratectl). | rpaulo | 2010-04-07 | 1 | -37/+10 |
* | Don't panic on failure to attach if we fail before or during the | gavin | 2009-12-14 | 1 | -4/+5 |
* | Properly turn off debugging | dougb | 2009-11-08 | 1 | -1/+3 |
* | Turn off WPI_DEBUG by default as the driver seems sufficiently stable | dougb | 2009-11-07 | 1 | -2/+0 |
* | For ic_opmode switch cases, provide a default label with a printf saying | rpaulo | 2009-07-10 | 1 | -0/+3 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -20/+10 |
* | Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform | thompsa | 2009-05-10 | 1 | -0/+3 |
* | Create a taskqueue for each wireless interface which provides a serialised | thompsa | 2009-05-02 | 1 | -194/+58 |
* | Hoist 802.11 encapsulation up into net80211: | sam | 2009-03-30 | 1 | -7/+0 |
* | Eliminate ic_myaddr so changing the mac address of a device works correctly: | sam | 2009-03-29 | 1 | -9/+9 |
* | Put the "%d retries" debug message in the transmit path behind WPI_DEBUG_TX | jmallett | 2009-03-27 | 1 | -1/+1 |
* | o) Check that no overrun or CRC errors were encountered in receiving a | jmallett | 2009-03-27 | 1 | -2/+15 |
* | remove references to ic_stats | sam | 2009-02-13 | 1 | -2/+0 |
* | o use the new association callback to notify the driver when joining a bss | sam | 2008-10-27 | 1 | -5/+0 |
* | Correct detection of particular wpi cards which only support b/g | benjsc | 2008-08-24 | 1 | -4/+4 |
* | - Fix compile if WPI_DEBUG is not defined | thompsa | 2008-06-23 | 1 | -27/+39 |
* | Change the calling convention for ic_node_alloc to deal with | sam | 2008-06-07 | 1 | -2/+4 |
* | The beacon miss notification must run without locks held has it calls back into | thompsa | 2008-05-16 | 1 | -2/+15 |
* | Minor cleanup of vap create work: | sam | 2008-05-12 | 1 | -1/+2 |
* | Unify all the wifi *_ioctl routines | thompsa | 2008-05-01 | 1 | -7/+8 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -385/+362 |
* | fix inverted test that disabled ACK's on xmit | sam | 2008-03-12 | 1 | -1/+1 |
* | Update wpi(4) with stability fixes | thompsa | 2008-03-10 | 1 | -554/+481 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -3/+3 |
* | rx mbufs must have a pkthdr; use m_gethdr to populate the rx ring | sam | 2008-01-26 | 1 | -1/+1 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -1/+1 |
* | Fix up a race condition with the callout_stop method in newstate. | benjsc | 2007-11-27 | 1 | -1/+4 |
* | Handle missed beacons correctly | benjsc | 2007-11-27 | 1 | -1/+12 |
* | Remove the IEEE80211_C_WEP capability flag - setting it makes net80211 expect | rink | 2007-11-13 | 1 | -2/+1 |
* | Turn off debug output, its been confusing users. | benjsc | 2007-11-08 | 1 | -1/+1 |
* | Initial Import of wpi driver based on p4 changeset 128641. | benjsc | 2007-11-05 | 1 | -0/+3903 |