| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 1 | -2/+2 |
| * | MFC r214160,214162,214236 | Bernhard Schmidt | 2010-11-01 | 1 | -2/+2 |
| * | MFC r213729: | Bernhard Schmidt | 2010-10-26 | 2 | -1/+34 |
| * | For ic_opmode switch cases, provide a default label with a printf saying | Rui Paulo | 2009-07-10 | 1 | -1/+2 |
| * | rssi/nf data are now dbm, tag them accordingly | Sam Leffler | 2009-05-21 | 1 | -2/+2 |
| * | o remove bpf tap call missed in r192468 | Sam Leffler | 2009-05-21 | 1 | -3/+1 |
| * | Overhaul monitor mode handling: | Sam Leffler | 2009-05-20 | 2 | -28/+19 |
| * | Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform | Andrew Thompson | 2009-05-10 | 1 | -0/+3 |
| * | push wme parameter setting to the taskq thread; the update callback from | Sam Leffler | 2009-05-09 | 2 | -7/+21 |
| * | Drain the tasks before the interface stop call in case a restart was queued. | Andrew Thompson | 2009-05-08 | 1 | -5/+5 |
| * | Create a taskqueue for each wireless interface which provides a serialised | Andrew Thompson | 2009-05-02 | 2 | -259/+89 |
| * | Hoist 802.11 encapsulation up into net80211: | Sam Leffler | 2009-03-30 | 1 | -7/+0 |
| * | Eliminate ic_myaddr so changing the mac address of a device works correctly: | Sam Leffler | 2009-03-29 | 1 | -10/+10 |
| * | Change the calling convention for ic_node_alloc to deal with | Sam Leffler | 2008-06-07 | 1 | -3/+4 |
| * | Minor cleanup of vap create work: | Sam Leffler | 2008-05-12 | 1 | -1/+2 |
| * | Unify all the wifi *_ioctl routines | Andrew Thompson | 2008-05-01 | 1 | -7/+8 |
| * | Multi-bss (aka vap) support for 802.11 devices. | Sam Leffler | 2008-04-20 | 2 | -584/+553 |
| * | Plug two potential (root-only, local) information leaks. buf is not | Philip Paeps | 2007-12-05 | 1 | -4/+4 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
| * | Add missing bits that made bg scanning lame: | Sam Leffler | 2007-09-05 | 1 | -0/+6 |
| * | Remove the lock assert from iwi_newstate, this function does not need the lock | Andrew Thompson | 2007-08-29 | 1 | -1/+0 |
| * | The config.use_protection option can not be used in 802.11b mode and causes a | Andrew Thompson | 2007-06-25 | 1 | -16/+17 |
| * | MFp4 (missed in net80211 megaupdate) | Andrew Thompson | 2007-06-11 | 2 | -7/+25 |
| * | Update 802.11 wireless support: | Sam Leffler | 2007-06-11 | 3 | -385/+561 |
| * | Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existing | John Baldwin | 2007-03-21 | 1 | -1/+1 |
| * | allow net80211 to fillin rate sets | Sam Leffler | 2007-03-11 | 1 | -19/+0 |
| * | change ic_modecaps to a bit vector and use setbit, et. al. | Sam Leffler | 2007-03-11 | 1 | -6/+2 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion, | Luigi Rizzo | 2007-02-20 | 2 | -25/+21 |
| * | Address a few issues with the iwi driver, namely: | Luigi Rizzo | 2007-02-20 | 2 | -78/+147 |
| * | Document the endiannes of firmware headers | Luigi Rizzo | 2007-02-20 | 1 | -1/+9 |
| * | Cleanup and document the implementation of firmware(9) based on | Luigi Rizzo | 2007-02-15 | 2 | -3/+3 |
| * | Use bus_get_dma_tag() so iwi(4) works on platforms requiring it. | Kevin Lo | 2007-02-02 | 1 | -15/+18 |
| * | Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends. | Kevin Lo | 2006-12-07 | 1 | -0/+2 |
| * | Drop the iwi softc lock when calling back into net80211 on rx. This fixes a | Max Laier | 2006-12-06 | 1 | -0/+3 |
| * | Fix some edge cases in detach (including attach failures): | John Baldwin | 2006-11-07 | 1 | -3/+2 |
| * | net80211 seems to give us more rates than specified via ic_sup_rates under | Max Laier | 2006-10-23 | 2 | -1/+7 |
| * | Remind firmware of the ESSID to use in a directed scan. This fixes scanning | Max Laier | 2006-10-10 | 1 | -3/+17 |
| * | set default beacon miss threshold to 10 beacons | Sam Leffler | 2006-07-26 | 1 | -0/+1 |
| * | 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 |
| * | MFp4: reworked iwi-driver | Max Laier | 2006-04-27 | 3 | -702/+1729 |
| * | o don't use '-' characters in firmware names | Damien Bergamini | 2006-03-12 | 2 | -18/+34 |
| * | add dependency with firmware module. | Damien Bergamini | 2006-03-11 | 1 | -0/+1 |
| * | Fix build. | Ruslan Ermilov | 2006-03-11 | 1 | -2/+2 |
| * | o acknowledge interrupts early in the interrupt handler | Damien Bergamini | 2006-03-10 | 2 | -10/+13 |
| * | make use of the firmware(9) subsystem. | Damien Bergamini | 2006-03-10 | 2 | -158/+73 |
| * | fix the locking. | Damien Bergamini | 2006-03-10 | 2 | -28/+73 |
| * | correct check for whether wpa is enabled | Sam Leffler | 2006-02-20 | 1 | -1/+1 |