aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* MFS r365608:Bjoern A. Zeeb2020-09-125-17/+7
* MFC r355139:Brooks Davis2019-12-061-1/+1
* MFC r344990:Andriy Voskoboinyk2019-03-282-10/+2
* MFC r343604:Andriy Voskoboinyk2019-02-081-7/+2
* MFC r341990:Mark Johnston2018-12-151-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
* [bwn] rename TGS low registers to be consistent with naming scheme.Adrian Chadd2016-05-192-4/+4
* [bwn] add initial 5xx firmware API supportAdrian Chadd2016-05-182-39/+189
* [bwn] correctly calculate RSSI level.Adrian Chadd2016-05-171-0/+12
* [bwn] print out a very obvious notice that GPLv2 code is compiled in if it is.Adrian Chadd2016-05-171-0/+5
* [bwn] always allocate maximum size txhdr entries; prepare for fw 598Adrian Chadd2016-05-173-7/+23