aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* net80211: change ieee80211_ratectl_rate() to not return a rixAdrian Chadd2025-02-261-8/+4
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-261-1/+1
* Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin2025-01-021-12/+1
* Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb2024-07-261-10/+2
* bwn: remove unused ic_headroomFrank Hilgendorf2023-12-131-2/+0
* 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-167-14/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* bwi/bwn: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-6/+4
* Remove unused bhndb_devclass.John Baldwin2022-05-091-1/+1
* bwn_lo_measure_gain_values: eliminate write only trsw_rx variableWarner Losh2022-04-051-2/+0
* bwn: Remove useless variableWarner Losh2022-02-281-3/+3
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-14/+23
* bwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-15/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Fix a logic bug when "mask" contains a ?: operator.Brooks Davis2019-11-271-1/+1
* bwn(4): Include SROM revision when printing device identification.Landon J. Fuller2019-07-021-2/+3
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-112-10/+2
* bwn(4): reuse ieee80211_tx_complete function.Andriy Voskoboinyk2019-01-311-7/+2
* Fix a possible mbuf double free in bwn_dma_tx_start().Mark Johnston2018-12-121-11/+17
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-2/+2
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-2/+2
* Add PNP info to PCI attachment of bwn driverWarner Losh2018-06-131-0/+4
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-091-52/+26
* bwn(4): Conditionalize "RX decryption attempted" message on a newLandon J. Fuller2018-02-132-3/+4
* bwn(4): Fix outstanding bug in PHY-G tssi2dbm table generation caught byLandon J. Fuller2018-02-121-1/+1
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-0517-4344/+1218
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-3/+3
* bhnd/bwn(4): Define a bhnd(4) softmodem device class for the v.90 modemLandon J. Fuller2018-01-192-4/+17
* bwn(4): Add missing BCM4306 PCI IDs.Landon J. Fuller2018-01-191-0/+3
* bwn(4): Fix DMA translation lookup on devices limited to 30-bit hostLandon J. Fuller2018-01-191-8/+29
* bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced inLandon J. Fuller2018-01-172-2/+3
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-3/+3
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+4
* bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity.Landon J. Fuller2017-12-151-1/+1
* Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225.Landon J. Fuller2017-12-144-5/+17
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-0215-326/+3568
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* bwn(4): Fix trivial null dereferenceConrad Meyer2017-04-061-2/+7
* net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk2017-02-261-2/+1
* bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding.Landon J. Fuller2016-11-261-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-39/+32
* bhnd(4): Implement backplane interrupt handling.Landon J. Fuller2016-09-051-20/+40
* bwn(4): ignore BCM4321's unpopulated USB11 host controller core.Landon J. Fuller2016-09-052-3/+15