aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipw/if_ipw.c
Commit message (Expand)AuthorAgeFilesLines
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-261-2/+2
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-171-1/+1
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-211-3/+3
* ipw: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* ipw(4): reuse ieee80211_tx_complete functionAndriy Voskoboinyk2019-01-311-4/+1
* Fix ipw_start(), where logic was reverted in r287197.Gleb Smirnoff2018-10-231-1/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of ipw driverWarner Losh2018-07-081-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ipw: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-191-13/+40
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-3/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-147/+84
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-16/+9
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-92/+162
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-162/+92
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Don't compare array to NULL.Gleb Smirnoff2015-05-251-5/+2
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-2/+2
* - Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl2013-12-291-23/+15
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Use suspend/resume methods provided by net80211. This ensures that theBernhard Schmidt2012-03-231-6/+4
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-7/+23
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Add module version to iwi/ipw/wpi and iwn.Bernhard Schmidt2011-05-311-0/+2
* Enable 5.5 and 11Mbit TX rates.Bernhard Schmidt2010-05-111-3/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Remove IPW_LOCK_DECL and fix various LORs.Bernhard Schmidt2010-04-171-13/+14
* Use iv_appie_wpa, with this commit WPA works again.Bernhard Schmidt2010-04-171-2/+2
* - Make ipw usable again by moving directly into ASSOC state.Bernhard Schmidt2010-04-171-1/+7
* Pass correct RSSI to ieee80211_input*().Bernhard Schmidt2010-04-171-2/+2
* Fix comment about ipw_assoc and remove some whitespaces; no functionalBernhard Schmidt2010-04-171-6/+6
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-101-0/+3
* Overhaul monitor mode handling:Sam Leffler2009-05-201-27/+17
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performAndrew Thompson2009-05-101-0/+3
* Drain the tasks before the interface stop call in case a restart was queued.Andrew Thompson2009-05-081-1/+1
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-100/+38
* Drain the driver tasks on the same taskqueue in which they were enqueued.Andrew Thompson2009-04-171-3/+3
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-5/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:Sam Leffler2009-03-291-7/+8
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0