summaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate bhndb(4) to the new bhnd_erom API.Landon J. Fuller2016-09-042-3/+15
* bhnd(4): Implement NVRAM support required for PMU bring-up.Landon J. Fuller2016-08-161-3/+3
* [bwn] don't use a 1MB CCK RTS frame for 11a OFDM transmissions.Adrian Chadd2016-06-061-4/+5
* [bwn] Add missing firmware release calls.Adrian Chadd2016-06-051-0/+3
* [bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far.Adrian Chadd2016-06-051-11/+15
* [bwn] complain usefully if a PHY-N PHY is detected with no support is compile...Adrian Chadd2016-06-051-0/+3
* [bwn] begin separating out the attach path from the SIBA specific bits.Adrian Chadd2016-05-241-24/+19
* [bwn] add BCM43225 to the BHND device list.Adrian Chadd2016-05-241-0/+1
* [bwn] add extra debugging for non-SIBA devices.Adrian Chadd2016-05-242-3/+18
* wi: fix a typo.Andriy Voskoboinyk2016-05-201-1/+1
* [bwn] quieten the "invalid firmware state".Adrian Chadd2016-05-191-2/+5
* [bwn] program in the MAC capabilities somewhere where later microcodeAdrian Chadd2016-05-192-0/+16
* [bwn] add extra debugging.Adrian Chadd2016-05-191-0/+15
* [bwn] toggle the PHY clock during chip reset.Adrian Chadd2016-05-191-4/+6
* [bwn] enable dual-phy on BCM4322MC.Adrian Chadd2016-05-191-1/+2