summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipw
Commit message (Expand)AuthorAgeFilesLines
* MFC r260444:kevlo2014-02-171-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Use suspend/resume methods provided by net80211. This ensures that thebschmidt2012-03-231-6/+4
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-122-7/+24
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Add module version to iwi/ipw/wpi and iwn.bschmidt2011-05-311-0/+2
* Enable 5.5 and 11Mbit TX rates.bschmidt2010-05-111-3/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Remove IPW_LOCK_DECL and fix various LORs.bschmidt2010-04-172-22/+16
* Use iv_appie_wpa, with this commit WPA works again.bschmidt2010-04-171-2/+2
* - Make ipw usable again by moving directly into ASSOC state.bschmidt2010-04-171-1/+7
* Pass correct RSSI to ieee80211_input*().bschmidt2010-04-171-2/+2
* Fix comment about ipw_assoc and remove some whitespaces; no functionalbschmidt2010-04-171-6/+6
* For ic_opmode switch cases, provide a default label with a printf sayingrpaulo2009-07-101-0/+3
* Overhaul monitor mode handling:sam2009-05-202-32/+21
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performthompsa2009-05-101-0/+3
* Drain the tasks before the interface stop call in case a restart was queued.thompsa2009-05-081-1/+1
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-022-108/+38
* Drain the driver tasks on the same taskqueue in which they were enqueued.thompsa2009-04-171-3/+3
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-5/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-7/+8
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Minor cleanup of vap create work:sam2008-05-121-1/+3
* Only start the vaps if the init routine completed.thompsa2008-05-101-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+9
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-202-574/+507
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-051-4/+4
* Cast 'data' to 'u_char', as printf() requires this type to be unsigned. Thiswkoszek2007-12-041-1/+1
* Remove unneeded debug printf that is broken on 64bit arches.thompsa2007-10-121-1/+1
* Update ipw to work with the new net80211 stack, plus other driver improvements.thompsa2007-10-123-219/+868
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-051-0/+1
* MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofavatar2007-07-051-1/+2
* Don't use 64-byte header on each packet in radiotap.kevlo2007-06-291-3/+4
* Update 802.11 wireless support:sam2007-06-111-13/+24
* Drop the ipw softc lock before calling back into net80211, fixing ale2007-03-241-0/+2
* allow net80211 to fillin rate setssam2007-03-111-9/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-152-2/+2
* 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
OpenPOWER on IntegriCloud