History log of /src/sys/dev/pci/if_rtwnreg.h |
Revision | | Date | Author | Comments |
1.6 |
| 05-Oct-2019 |
mrg | remove __packed attribute from struct ieee80211_radiotap_header and all the structures that include it.
this should not change anything while avoiding packed vs alignment warnings from GCC 8, and potentially pessimised code generation due to the packed marker (there are no misaligned members, just that the per-device parts may end unaligned.)
all consumers of these members are done from the properly aligned packet members directly, or, as a union with a 64 byte member, also properly aligned. codegen didn't appear to change, except for the definition of sizeof(struct driver_[rt]x_radiotap_header) in debug info, which is not directly used anywhere.
|
1.5 |
| 29-Jun-2018 |
thorpej | - Unify the "rtwn" and "urtwn" register definitions and initialization tables into common header files shared by both drivers. - Fix some register and bit definitions, from OpenBSD and verified against the vendor driver. - Add some additional register / descriptor defnitions, from OpenBSD.
|
1.4 |
| 02-Feb-2017 |
nonaka | branches: 1.4.12; 1.4.14; 1.4.16; wlan interfaces make interrupt routine running on softint context.
see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html
tested device: * ath at pci: AR5212, AR5424 * athn at pci: AR9287 * ipw at pci: 2100BG * iwi at pci: 2915ABG * iwm at pci: 3165, 7260, 8260 * iwn at pci: 4945, 6235 * ral at pci: RT2560 * rtwn at pci: RTL8192CE
|
1.3 |
| 24-Jan-2017 |
nonaka | rtwn(4): increase the number of tx queue required to clear the full mask.
|
1.2 |
| 06-Nov-2015 |
nonaka | branches: 1.2.2; 1.2.4; Always use pci_intr_alloc(9)/pci_intr_release(9).
|
1.1 |
| 27-Aug-2015 |
nonaka | branches: 1.1.2; Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network devices. Ported from OpenBSD.
|
1.1.2.4 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.1.2.3 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.2 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.2.1 |
| 27-Aug-2015 |
skrll | file if_rtwnreg.h was added on branch nick-nhusb on 2015-09-22 12:05:59 +0000
|
1.2.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.2.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.4.16.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.4.16.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.4.14.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.4.12.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.4.12.1 |
| 02-Feb-2017 |
jdolecek | file if_rtwnreg.h was added on branch tls-maxphys on 2017-12-03 11:37:08 +0000
|