summaryrefslogtreecommitdiff
path: root/sys/dev/ipw
AgeCommit message (Expand)Author
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-05-06ipw: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-01-31ipw(4): reuse ieee80211_tx_complete functionAndriy Voskoboinyk
2018-10-23Fix ipw_start(), where logic was reverted in r287197.Gleb Smirnoff
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-07-08Add PNP info to PCI attachment of ipw driverWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-19ipw: switch to ieee80211_add_channel()Andriy Voskoboinyk
2015-09-22net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-17Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff
2015-05-25Don't compare array to NULL.Gleb Smirnoff
2015-05-25Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-01-08Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo
2013-12-29- Probe with BUS_PROBE_DEFAULT instead of 0.Marius Strobl
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-03-23Use suspend/resume methods provided by net80211. This ensures that theBernhard Schmidt
2012-03-12More conversions of drivers to use the PCI parent DMA tag.Scott Long
2011-12-17Fix some net80211 enum nits:Bernhard Schmidt
2011-05-31Add module version to iwi/ipw/wpi and iwn.Bernhard Schmidt
2010-05-11Enable 5.5 and 11Mbit TX rates.Bernhard Schmidt
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-04-17Remove IPW_LOCK_DECL and fix various LORs.Bernhard Schmidt
2010-04-17Use iv_appie_wpa, with this commit WPA works again.Bernhard Schmidt
2010-04-17- Make ipw usable again by moving directly into ASSOC state.Bernhard Schmidt
2010-04-17Pass correct RSSI to ieee80211_input*().Bernhard Schmidt
2010-04-17Fix comment about ipw_assoc and remove some whitespaces; no functionalBernhard Schmidt
2009-07-10For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo
2009-05-20Overhaul monitor mode handling:Sam Leffler
2009-05-10Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performAndrew Thompson
2009-05-08Drain the tasks before the interface stop call in case a restart was queued.Andrew Thompson
2009-05-02Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson
2009-04-17Drain the driver tasks on the same taskqueue in which they were enqueued.Andrew Thompson