| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 1 | -3/+3 |
| * | MFC r225941: | Dimitry Andric | 2012-04-28 | 1 | -7/+7 |
| * | MFC r233387: | Bernhard Schmidt | 2012-04-22 | 1 | -6/+4 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -7/+23 |
| * | Add module version to iwi/ipw/wpi and iwn. | Bernhard Schmidt | 2011-05-31 | 1 | -0/+2 |
| * | Enable 5.5 and 11Mbit TX rates. | Bernhard Schmidt | 2010-05-11 | 1 | -3/+3 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -2/+2 |
| * | Remove IPW_LOCK_DECL and fix various LORs. | Bernhard Schmidt | 2010-04-17 | 1 | -13/+14 |
| * | Use iv_appie_wpa, with this commit WPA works again. | Bernhard Schmidt | 2010-04-17 | 1 | -2/+2 |
| * | - Make ipw usable again by moving directly into ASSOC state. | Bernhard Schmidt | 2010-04-17 | 1 | -1/+7 |
| * | Pass correct RSSI to ieee80211_input*(). | Bernhard Schmidt | 2010-04-17 | 1 | -2/+2 |
| * | Fix comment about ipw_assoc and remove some whitespaces; no functional | Bernhard Schmidt | 2010-04-17 | 1 | -6/+6 |
| * | For ic_opmode switch cases, provide a default label with a printf saying | Rui Paulo | 2009-07-10 | 1 | -0/+3 |
| * | Overhaul monitor mode handling: | Sam Leffler | 2009-05-20 | 1 | -27/+17 |
| * | Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform | Andrew Thompson | 2009-05-10 | 1 | -0/+3 |
| * | Drain the tasks before the interface stop call in case a restart was queued. | Andrew Thompson | 2009-05-08 | 1 | -1/+1 |
| * | Create a taskqueue for each wireless interface which provides a serialised | Andrew Thompson | 2009-05-02 | 1 | -100/+38 |
| * | Drain the driver tasks on the same taskqueue in which they were enqueued. | Andrew Thompson | 2009-04-17 | 1 | -3/+3 |
| * | Hoist 802.11 encapsulation up into net80211: | Sam Leffler | 2009-03-30 | 1 | -5/+0 |
| * | Eliminate ic_myaddr so changing the mac address of a device works correctly: | Sam Leffler | 2009-03-29 | 1 | -7/+8 |
| * | remove now-redunant cardbus attachment. | Warner Losh | 2009-03-09 | 1 | -1/+0 |
| * | Minor cleanup of vap create work: | Sam Leffler | 2008-05-12 | 1 | -1/+3 |
| * | Only start the vaps if the init routine completed. | Andrew Thompson | 2008-05-10 | 1 | -1/+2 |
| * | Unify all the wifi *_ioctl routines | Andrew Thompson | 2008-05-01 | 1 | -7/+9 |
| * | Multi-bss (aka vap) support for 802.11 devices. | Sam Leffler | 2008-04-20 | 1 | -547/+482 |
| * | Plug two potential (root-only, local) information leaks. buf is not | Philip Paeps | 2007-12-05 | 1 | -4/+4 |
| * | Cast 'data' to 'u_char', as printf() requires this type to be unsigned. This | Wojciech A. Koszek | 2007-12-04 | 1 | -1/+1 |
| * | Remove unneeded debug printf that is broken on 64bit arches. | Andrew Thompson | 2007-10-12 | 1 | -1/+1 |
| * | Update ipw to work with the new net80211 stack, plus other driver improvements. | Andrew Thompson | 2007-10-12 | 1 | -215/+824 |
| * | o add 802.11 state machine states for DFS and client-side power save | Sam Leffler | 2007-09-05 | 1 | -0/+1 |
| * | MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece of | Tai-hwa Liang | 2007-07-05 | 1 | -1/+2 |
| * | Don't use 64-byte header on each packet in radiotap. | Kevin Lo | 2007-06-29 | 1 | -3/+4 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 1 | -13/+24 |
| * | Drop the ipw softc lock before calling back into net80211, fixing a | Lukas Ertl | 2007-03-24 | 1 | -0/+2 |
| * | allow net80211 to fillin rate sets | Sam Leffler | 2007-03-11 | 1 | -9/+0 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Cleanup and document the implementation of firmware(9) based on | Luigi Rizzo | 2007-02-15 | 1 | -1/+1 |
| * | Hold on to firmware images until the interface detaches since | Ian Dowse | 2006-06-10 | 1 | -5/+16 |
| * | add missed calls to bpf_peers_present | Sam Leffler | 2006-06-02 | 1 | -1/+1 |
| * | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 1 | -2/+2 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Don't read channel list from EEPROM since we were already scanning all | Damien Bergamini | 2006-03-13 | 1 | -10/+5 |
| * | sync w/ iwi: | Damien Bergamini | 2006-03-12 | 1 | -187/+177 |
| * | Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero. | Damien Bergamini | 2005-11-20 | 1 | -6/+6 |
| * | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini | 2005-11-13 | 1 | -24/+42 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+2 |
| * | Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully | Damien Bergamini | 2005-08-20 | 1 | -2/+1 |
| * | Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined. | Damien Bergamini | 2005-08-20 | 1 | -6/+0 |
| * | Clarify/fix handling of the current channel: | Sam Leffler | 2005-08-10 | 1 | -1/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -11/+11 |