summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwi/if_iwi.c
Commit message (Expand)AuthorAgeFilesLines
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-227/+88
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-7/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-10/+10
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-3/+4
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-550/+522
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-051-4/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Add missing bits that made bg scanning lame:sam2007-09-051-0/+6
* Remove the lock assert from iwi_newstate, this function does not need the lockthompsa2007-08-291-1/+0
* The config.use_protection option can not be used in 802.11b mode and causes athompsa2007-06-251-16/+17
* MFp4 (missed in net80211 megaupdate)thompsa2007-06-111-7/+24
* Update 802.11 wireless support:sam2007-06-111-369/+497
* Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existingjhb2007-03-211-1/+1
* allow net80211 to fillin rate setssam2007-03-111-19/+0
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-6/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,luigi2007-02-201-22/+19
* Address a few issues with the iwi driver, namely:luigi2007-02-201-78/+127
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-2/+2
* Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.kevlo2007-02-021-15/+18
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.kevlo2006-12-071-0/+2
* Drop the iwi softc lock when calling back into net80211 on rx. This fixes amlaier2006-12-061-0/+3
* Fix some edge cases in detach (including attach failures):jhb2006-11-071-3/+2
* net80211 seems to give us more rates than specified via ic_sup_rates undermlaier2006-10-231-0/+5
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningmlaier2006-10-101-3/+17
* set default beacon miss threshold to 10 beaconssam2006-07-261-0/+1
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-2/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* MFp4: reworked iwi-drivermlaier2006-04-271-628/+1535
* o don't use '-' characters in firmware namesdamien2006-03-121-17/+32
* add dependency with firmware module.damien2006-03-111-0/+1
* Fix build.ru2006-03-111-2/+2
* o acknowledge interrupts early in the interrupt handlerdamien2006-03-101-9/+12
* make use of the firmware(9) subsystem.damien2006-03-101-157/+70
* fix the locking.damien2006-03-101-26/+72
* correct check for whether wpa is enabledsam2006-02-201-1/+1
* o Re-enable scatter/gatherdamien2006-01-291-33/+28
* Don't use /etc/firmware. /etc is for configuration files only.damien2005-11-201-1/+1
* Fix compile on 64-bit platforms.scottl2005-11-201-2/+4
* Load firmware images directly from the filesystem (looks into /etc/firmwaredamien2005-11-191-136/+157
* Fix endianness issues. iwi now works on big endian architectures too.damien2005-11-131-10/+10
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-20/+40
* Fixes my previous commit (rev 1.20)damien2005-10-071-3/+3
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-061-11/+14
* Use phk's kernel unit number allocator to associate unique ids to neighborsdamien2005-09-191-40/+67
* It's safe to wait for command completion in iwi_config().damien2005-09-191-1/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+2
OpenPOWER on IntegriCloud