summaryrefslogtreecommitdiff
path: root/sys/dev/ipw
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-243-4/+4
* MFC r1.34:Philip Paeps2007-12-061-4/+4
* MFC if_ipw.c r1.31-32, if_ipwreg.h 1.3, if_ipwvar.h r1.7Andrew Thompson2007-10-183-219/+868
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-051-0/+1
* MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofTai-hwa Liang2007-07-051-1/+2
* Don't use 64-byte header on each packet in radiotap.Kevin Lo2007-06-291-3/+4
* Update 802.11 wireless support:Sam Leffler2007-06-111-13/+24
* Drop the ipw softc lock before calling back into net80211, fixing aLukas Ertl2007-03-241-0/+2
* allow net80211 to fillin rate setsSam Leffler2007-03-111-9/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-152-2/+2
* Hold on to firmware images until the interface detaches sinceIan Dowse2006-06-102-5/+17
* 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
* Don't read channel list from EEPROM since we were already scanning allDamien Bergamini2006-03-131-10/+5
* sync w/ iwi:Damien Bergamini2006-03-123-266/+251
* Use memcpy/memset consistently accross ipw and iwi instead of bcopy/bzero.Damien Bergamini2005-11-201-6/+6
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini2005-11-131-24/+42
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-1/+2
* Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fullyDamien Bergamini2005-08-201-2/+1
* Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined.Damien Bergamini2005-08-201-6/+0
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-11/+11
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-1/+1
* fix allocation of rx dma buffers. buffers must be contiguous.Damien Bergamini2005-07-081-2/+2
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* o Make ipw(4) more robust against frames received with a bad length.Damien Bergamini2005-07-031-3/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-4/+11
* Printing a warning once when trying to bring up interface before firmware load.Tai-hwa Liang2005-06-012-0/+4
* Clear device-specific PCI register 0x41 during attach and on resume.Damien Bergamini2005-05-221-0/+4
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-183-0/+2729