aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
Commit message (Expand)AuthorAgeFilesLines
* 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
* [bwn] Add PHY-N call hooks.Adrian Chadd2016-05-171-0/+25
* [bwn] add PHY-N glue.Adrian Chadd2016-05-172-0/+338
* [bwn] add opt_wlan.h / opt_bwn.h for build-time controlAdrian Chadd2016-05-161-0/+3
* [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...Adrian Chadd2016-05-167-2/+18
* [bwn] switch to ieee80211_add_channel()Adrian Chadd2016-05-161-74/+19
* [bwn] check DUALPHY; add BCM4322 to the don't-override list.Adrian Chadd2016-05-161-3/+29
* [bwn] use contigmalloc to allocate descriptors.Adrian Chadd2016-05-161-10/+22
* [bwn] remove N-PHY registers for now.Adrian Chadd2016-05-151-904/+0
* [bwn] add DUALPHY; this may be useful for PHY-N and later dual-phy probing.Adrian Chadd2016-05-151-0/+1