aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwi
Commit message (Expand)AuthorAgeFilesLines
* net80211 seems to give us more rates than specified via ic_sup_rates underMax Laier2006-10-232-1/+7
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningMax Laier2006-10-101-3/+17
* set default beacon miss threshold to 10 beaconsSam Leffler2006-07-261-0/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-2/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* MFp4: reworked iwi-driverMax Laier2006-04-273-699/+1726
* o don't use '-' characters in firmware namesDamien Bergamini2006-03-122-18/+34
* add dependency with firmware module.Damien Bergamini2006-03-111-0/+1
* Fix build.Ruslan Ermilov2006-03-111-2/+2
* o acknowledge interrupts early in the interrupt handlerDamien Bergamini2006-03-102-10/+13
* make use of the firmware(9) subsystem.Damien Bergamini2006-03-102-158/+73
* fix the locking.Damien Bergamini2006-03-102-28/+73
* correct check for whether wpa is enabledSam Leffler2006-02-201-1/+1
* o Re-enable scatter/gatherDamien Bergamini2006-01-292-37/+45
* Don't use /etc/firmware. /etc is for configuration files only.Damien Bergamini2005-11-201-1/+1
* Fix compile on 64-bit platforms.Scott Long2005-11-201-2/+4
* Load firmware images directly from the filesystem (looks into /etc/firmwareDamien Bergamini2005-11-193-153/+165
* Fix endianness issues. iwi now works on big endian architectures too.Damien Bergamini2005-11-131-10/+10
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini2005-11-131-20/+40
* Fixes my previous commit (rev 1.20)Damien Bergamini2005-10-071-3/+3
* o Use firmware extended scan command; this one doesn't crash when scanningDamien Bergamini2005-10-062-21/+29
* Use phk's kernel unit number allocator to associate unique ids to neighborsDamien Bergamini2005-09-193-45/+76
* It's safe to wait for command completion in iwi_config().Damien Bergamini2005-09-191-1/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+2
* o Add initial bits for IBSS support.Damien Bergamini2005-09-173-25/+110
* Enhanced WME (802.11e) support.Damien Bergamini2005-08-212-5/+65
* Add some necessary bits for upcoming 802.11e support:Damien Bergamini2005-08-203-64/+183
* Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.Damien Bergamini2005-08-201-6/+0
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALDamien Bergamini2005-08-201-4/+6
* Catch up to ic_curchan changes by making the same change here that was madeJohn Baldwin2005-08-171-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-11/+11
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-1/+1
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-101-12/+0
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-081-1/+3
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* Fix a read mbuf-after-free error in the iwi driver that was provoked byMike Silbersack2005-06-231-9/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-3/+12
* o Clear device-specific PCI register 0x41 (Retry Timeout) during attachDamien Bergamini2005-05-223-20/+140
* Print a warning once when trying to bring up interface before firmware load.Warner Losh2005-05-152-0/+4
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-183-0/+2825