summaryrefslogtreecommitdiff
path: root/sys/dev/bwi
AgeCommit message (Expand)Author
2025-10-31bwi(4): Fix a typo in a panic messsageGordon Bergling
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26net80211: change ieee80211_ratectl_rate() to not return a rixAdrian 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 .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09bwi/bwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-05bwi: Mark write-only variable as __unusedWarner Losh
2022-04-05bwi: Remove write-only variableWarner Losh
2022-02-13bwi: Fix clang 14 warning about possible unaligned accessDimitry Andric
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-09-01bwi: clean up empty lines in .c and .h filesMateusz Guzik
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-26Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk
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-08-10bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad derefKyle Evans
2018-06-13Add PNP info to PCI attachment of bwi driverWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/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-26net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk
2016-10-02net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk
2016-05-26bwi: switch to ieee80211_add_channel_list_2ghz().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-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-01-07net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
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-28Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT.Scott Long
2015-05-27To avoid sleeping in firmware_get() with bwi mutex held, callGleb Smirnoff
2015-05-27In bwi_mac_fw_alloc():Gleb Smirnoff
2015-05-27Setup the interrupt handler after bwi_attach(). If IRQ is shared, interruptGleb Smirnoff
2015-05-27- Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormousGleb Smirnoff
2015-05-25Change three methods in struct ieee80211com, namely ic_updateslot,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
2015-03-22Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin
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-10-28Include necessary headers that now are available due to pollutionGleb Smirnoff