aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwn.c
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-011-10/+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
* 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-111-8/+0
* 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
* 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-131-3/+3
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-051-491/+768
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced inLandon J. Fuller2018-01-171-0/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+4
* Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225.Landon J. Fuller2017-12-141-1/+5
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-021-46/+55
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-39/+32
* [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] begin separating out the attach path from the SIBA specific bits.Adrian Chadd2016-05-241-24/+19
* [bwn] add extra debugging for non-SIBA devices.Adrian Chadd2016-05-241-3/+12
* 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-191-0/+13
* [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] add initial 5xx firmware API supportAdrian Chadd2016-05-181-32/+148
* [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-171-5/+18
* [bwn] Add PHY-N call hooks.Adrian Chadd2016-05-171-0/+25
* [bwn] add opt_wlan.h / opt_bwn.h for build-time controlAdrian Chadd2016-05-161-0/+3
* [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] handle core rev 12, we can mostly do that new.Adrian Chadd2016-05-141-0/+1
* [bwn] disable 11na channel setup for now, since we definitely, positivelyAdrian Chadd2016-05-141-0/+8
* [bwn] fill out phyctl_1 fields for N-PHY (and later, eventually.)Adrian Chadd2016-05-141-0/+86
* [bwn] set the 5ghz transmit flag for 5ghz transmit.Adrian Chadd2016-05-141-0/+3
* [bwn] disable writing slottime timing out to improve performance.Adrian Chadd2016-05-141-0/+5
* [bwn] make rf-kill work for PHY-N.Adrian Chadd2016-05-141-1/+5
* [bwn] decode the RX RSSI for PHY-N.Adrian Chadd2016-05-141-0/+7
* [bwn] use the new enum type.Adrian Chadd2016-05-141-1/+1