summaryrefslogtreecommitdiff
path: root/sys/dev/iwi
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
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-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert iwi(4) and iwn(4) to IfAPIJustin Hibbits
2022-12-07iwi: Fix mismatch in array bounds.John Baldwin
2022-05-06iwi/iwm/iwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-06iwi: Remove write-only status variable.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-04-10urtw(4), otus(4), iwi(4): allow to set non-default MAC address via ifconfig(8)Andriy Voskoboinyk
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-01-26Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk
2018-12-18iwi(4): do not leak node reference when IWI_FLAG_ASSOCIATED flag is set.Andriy Voskoboinyk
2018-03-30Use an accessor function to access ifr_data.Brooks Davis
2018-03-08Remove unused variable.Konstantin Belousov
2018-03-08iwi(4): factor out rateset setup into iwi_set_rateset().Andriy Voskoboinyk
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2018-01-02[net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-06Fix drivers that assume ticks starts at zero. These drivers all have logicIan Lepore
2017-02-17iwi, ral, zyd: fix possible use-after-free.Andriy Voskoboinyk
2017-02-13iwi: add 12-14 2GHz channels into channel list.Andriy Voskoboinyk
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-29net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk
2016-01-07net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk
2015-11-05net80211: WME callback cleanup in various driversAndriy 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-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-06-02Make the last revision compilable.Gleb Smirnoff
2015-06-02The argument passed to the iwi_update_wme() is softc, not ieee80211com.Gleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb 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-03-30Fix sizeof modifier for sizeof() in printfEitan Adler
2014-03-29Add support to export the contents of the notification updates from the firmw...Adrian Chadd
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-11-26The bssid can change from underneath us, so take a reference beforeAdrian Chadd
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-10Fix wrong asresp frame parsing in iwi_checkforqos().Mitsuru IWASAKI
2011-12-17Fix some net80211 enum nits:Bernhard Schmidt