| Commit message (Expand) | Author | Age | Files | Lines |
| * | bwn: remove unused ic_headroom | Frank Hilgendorf | 2024-02-18 | 1 | -2/+0 |
| * | Revert "Widen EPOCH(9) usage in PCI WLAN drivers." | Bjoern A. Zeeb | 2024-02-18 | 1 | -3/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 7 | -14/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 10 | -20/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 5 | -5/+5 |
| * | bwi/bwn: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 2 | -6/+4 |
| * | Remove unused bhndb_devclass. | John Baldwin | 2022-05-09 | 1 | -1/+1 |
| * | bwn_lo_measure_gain_values: eliminate write only trsw_rx variable | Warner Losh | 2022-04-05 | 1 | -2/+0 |
| * | bwn: Remove useless variable | Warner Losh | 2022-02-28 | 1 | -3/+3 |
| * | Provide MS() and SM() macros for 80211 and wireless drivers. | Bjoern A. Zeeb | 2020-09-24 | 1 | -14/+23 |
| * | bwn: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 5 | -15/+4 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+1 |
| * | Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that process | Gleb Smirnoff | 2020-02-11 | 1 | -1/+1 |
| * | Widen EPOCH(9) usage in PCI WLAN drivers. | Hans Petter Selasky | 2020-01-30 | 1 | -0/+3 |
| * | Fix a logic bug when "mask" contains a ?: operator. | Brooks Davis | 2019-11-27 | 1 | -1/+1 |
| * | bwn(4): Include SROM revision when printing device identification. | Landon J. Fuller | 2019-07-02 | 1 | -2/+3 |
| * | Fix ieee80211_radiotap(9) usage in wireless drivers: | Andriy Voskoboinyk | 2019-03-11 | 2 | -10/+2 |
| * | bwn(4): reuse ieee80211_tx_complete function. | Andriy Voskoboinyk | 2019-01-31 | 1 | -7/+2 |
| * | Fix a possible mbuf double free in bwn_dma_tx_start(). | Mark Johnston | 2018-12-12 | 1 | -11/+17 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -2/+2 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -2/+2 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -2/+2 |
| * | Add PNP info to PCI attachment of bwn driver | Warner Losh | 2018-06-13 | 1 | -0/+4 |
| * | net80211: wrap protection frame allocation into ieee80211_alloc_prot() | Andriy Voskoboinyk | 2018-03-09 | 1 | -52/+26 |
| * | bwn(4): Conditionalize "RX decryption attempted" message on a new | Landon J. Fuller | 2018-02-13 | 2 | -3/+4 |
| * | bwn(4): Fix outstanding bug in PHY-G tssi2dbm table generation caught by | Landon J. Fuller | 2018-02-12 | 1 | -1/+1 |
| * | bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn. | Landon J. Fuller | 2018-02-05 | 17 | -4344/+1218 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 2 | -3/+3 |
| * | bhnd/bwn(4): Define a bhnd(4) softmodem device class for the v.90 modem | Landon J. Fuller | 2018-01-19 | 2 | -4/+17 |
| * | bwn(4): Add missing BCM4306 PCI IDs. | Landon J. Fuller | 2018-01-19 | 1 | -0/+3 |
| * | bwn(4): Fix DMA translation lookup on devices limited to 30-bit host | Landon J. Fuller | 2018-01-19 | 1 | -8/+29 |
| * | bwn(4): Enable, by default, the opt-in support for bhnd(4) introduced in | Landon J. Fuller | 2018-01-17 | 2 | -2/+3 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 2 | -3/+3 |
| * | [net80211] convert all of the WME use over to a temporary copy of WME info. | Adrian Chadd | 2018-01-02 | 1 | -1/+4 |
| * | bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. | Landon J. Fuller | 2017-12-15 | 1 | -1/+1 |
| * | Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. | Landon J. Fuller | 2017-12-14 | 4 | -5/+17 |
| * | Introduce bwn(4) support for the bhnd(4) bus. | Landon J. Fuller | 2017-12-02 | 15 | -326/+3568 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 3 | -0/+6 |
| * | bwn(4): Fix trivial null dereference | Conrad Meyer | 2017-04-06 | 1 | -2/+7 |
| * | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk | 2017-02-26 | 1 | -2/+1 |
| * | bhnd(4): Unify NVRAM/SPROM parsing, implement compact SPROM layout encoding. | Landon J. Fuller | 2016-11-26 | 1 | -1/+1 |
| * | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk | 2016-10-02 | 1 | -39/+32 |
| * | bhnd(4): Implement backplane interrupt handling. | Landon J. Fuller | 2016-09-05 | 1 | -20/+40 |
| * | bwn(4): ignore BCM4321's unpopulated USB11 host controller core. | Landon J. Fuller | 2016-09-05 | 2 | -3/+15 |
| * | Migrate bhndb(4) to the new bhnd_erom API. | Landon J. Fuller | 2016-09-04 | 2 | -3/+15 |
| * | bhnd(4): Implement NVRAM support required for PMU bring-up. | Landon J. Fuller | 2016-08-16 | 1 | -3/+3 |
| * | [bwn] don't use a 1MB CCK RTS frame for 11a OFDM transmissions. | Adrian Chadd | 2016-06-06 | 1 | -4/+5 |
| * | [bwn] Add missing firmware release calls. | Adrian Chadd | 2016-06-05 | 1 | -0/+3 |
| * | [bwn] Enable PHY-LP 5GHz support for the one NIC I have tested it on so far. | Adrian Chadd | 2016-06-05 | 1 | -11/+15 |