summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipw
Commit message (Expand)AuthorAgeFilesLines
* Hold on to firmware images until the interface detaches sinceiedowse2006-06-102-5/+17
* 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
* Don't read channel list from EEPROM since we were already scanning alldamien2006-03-131-10/+5
* sync w/ iwi:damien2006-03-123-267/+252
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.damien2005-11-201-6/+6
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-24/+42
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+2
* Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fullydamien2005-08-201-2/+1
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.damien2005-08-201-6/+0
* Clarify/fix handling of the current channel:sam2005-08-101-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-11/+11
* Cleanup beacon/listen interval handling:sam2005-08-081-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-1/+1
* fix allocation of rx dma buffers. buffers must be contiguous.damien2005-07-081-2/+2
* reclaim mbuf when ieee80211_crypto_encap failssam2005-07-071-1/+3
* o Make ipw(4) more robust against frames received with a bad length.damien2005-07-031-3/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-4/+11
* Printing a warning once when trying to bring up interface before firmware load.avatar2005-06-012-0/+4
* Clear device-specific PCI register 0x41 during attach and on resume.damien2005-05-221-0/+4
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-183-0/+2729
OpenPOWER on IntegriCloud