summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwi
Commit message (Expand)AuthorAgeFilesLines
...
* o acknowledge interrupts early in the interrupt handlerdamien2006-03-102-10/+13
* make use of the firmware(9) subsystem.damien2006-03-102-158/+73
* fix the locking.damien2006-03-102-28/+73
* correct check for whether wpa is enabledsam2006-02-201-1/+1
* o Re-enable scatter/gatherdamien2006-01-292-37/+45
* 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-193-153/+165
* 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-062-21/+29
* Use phk's kernel unit number allocator to associate unique ids to neighborsdamien2005-09-193-45/+76
* 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
* o Add initial bits for IBSS support.damien2005-09-173-25/+110
* Enhanced WME (802.11e) support.damien2005-08-212-5/+65
* Add some necessary bits for upcoming 802.11e support:damien2005-08-203-64/+183
* Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined.damien2005-08-201-6/+0
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALdamien2005-08-201-4/+6
* Catch up to ic_curchan changes by making the same change here that was madejhb2005-08-171-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-11/+11
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-1/+1
* remove driver-private key allocators; use the default one insteadsam2005-07-101-12/+0
* reclaim node reference when ieee80211_encap failssam2005-07-081-1/+3
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* Fix a read mbuf-after-free error in the iwi driver that was provoked bysilby2005-06-231-9/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-3/+12
* o Clear device-specific PCI register 0x41 (Retry Timeout) during attachdamien2005-05-223-20/+140
* Print a warning once when trying to bring up interface before firmware load.imp2005-05-152-0/+4
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-183-0/+2825
OpenPOWER on IntegriCloud