summaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwnvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bwn: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix a logic bug when "mask" contains a ?: operator.Brooks Davis2019-11-271-1/+1
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-2/+2
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-051-31/+44
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-021-11/+13
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [bwn] add initial 5xx firmware API supportAdrian Chadd2016-05-181-7/+41
* [bwn] always allocate maximum size txhdr entries; prepare for fw 598Adrian Chadd2016-05-171-0/+1
* [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware.Adrian Chadd2016-05-141-7/+176
* [bwn] implement firmware tx/rx versioning and fix RSSI calculation.Adrian Chadd2016-05-051-0/+7
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+3
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-3/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+3
* - fix typoEitan Adler2011-12-101-1/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-7/+0
* o uses bus accessor macros to read values from ivar so no more valuesWeongyo Jeong2010-03-091-9/+9
* o adds sysctl variables to show device statistics.Weongyo Jeong2010-02-231-0/+2
* adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.Weongyo Jeong2010-02-161-0/+957