summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwi
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-224-155/+11
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-174-11/+155
* MFC: r260063marius2014-04-252-22/+12
* MFC r260444:kevlo2014-02-171-1/+1
* 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
* Fix wrong asresp frame parsing in iwi_checkforqos().iwasaki2012-03-101-2/+2
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Add module version to iwi/ipw/wpi and iwn.bschmidt2011-05-311-0/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-3/+3
* The firmware does pad notifications to an even number of bytes (at leastbschmidt2010-10-231-2/+2
* The firmware always sets bit 14 and 15, to get the real associd we needbschmidt2010-10-211-1/+1
* Instead of calling return when reaching the end of the assoc notificationbschmidt2010-10-211-1/+1
* Fix monitor mode which is implemented by doing a firmware scan. Thisbschmidt2010-10-122-1/+34
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* For ic_opmode switch cases, provide a default label with a printf sayingrpaulo2009-07-101-1/+2
* rssi/nf data are now dbm, tag them accordinglysam2009-05-211-2/+2
* o remove bpf tap call missed in r192468sam2009-05-211-3/+1
* Overhaul monitor mode handling:sam2009-05-202-28/+19
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performthompsa2009-05-101-0/+3
* push wme parameter setting to the taskq thread; the update callback fromsam2009-05-092-7/+21
* Drain the tasks before the interface stop call in case a restart was queued.thompsa2009-05-081-5/+5
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-022-259/+89
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-7/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-10/+10
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-3/+4
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-202-584/+553
* Plug two potential (root-only, local) information leaks. buf is notphilip2007-12-051-4/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Add missing bits that made bg scanning lame:sam2007-09-051-0/+6
* Remove the lock assert from iwi_newstate, this function does not need the lockthompsa2007-08-291-1/+0
* The config.use_protection option can not be used in 802.11b mode and causes athompsa2007-06-251-16/+17
* MFp4 (missed in net80211 megaupdate)thompsa2007-06-112-7/+25
* Update 802.11 wireless support:sam2007-06-113-385/+561
* Fix an off-by-one error in iwi_init_fw_dma(). It didn't reuse the existingjhb2007-03-211-1/+1
* allow net80211 to fillin rate setssam2007-03-111-19/+0
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-6/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,luigi2007-02-202-25/+21
* Address a few issues with the iwi driver, namely:luigi2007-02-202-78/+147
* Document the endiannes of firmware headersluigi2007-02-201-1/+9
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-152-3/+3
* Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.kevlo2007-02-021-15/+18
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.kevlo2006-12-071-0/+2
* Drop the iwi softc lock when calling back into net80211 on rx. This fixes amlaier2006-12-061-0/+3
* Fix some edge cases in detach (including attach failures):jhb2006-11-071-3/+2
* net80211 seems to give us more rates than specified via ic_sup_rates undermlaier2006-10-232-1/+7
* Remind firmware of the ESSID to use in a directed scan. This fixes scanningmlaier2006-10-101-3/+17
OpenPOWER on IntegriCloud