Home | History | Annotate | Download | only in ic
History log of /src/sys/dev/ic/malovar.h
RevisionDateAuthorComments
 1.4  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.3  02-Feb-2017  nonaka branches: 1.3.14;
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.2  05-Aug-2012  degroote branches: 1.2.2; 1.2.4; 1.2.18; 1.2.22; 1.2.26;
Add pmf(9) handler to malo(4) wireless driver
 1.1  30-Jul-2012  degroote Add malo(4)@pci driver for Marvell Libertas wireless adaptor

Ported from OpenBSD
Known issues :
- contrary to OpenBSD one, only support pci at the moment, because I don't
have the necessary hardware to test PCMCIA / CARDUS Marvell Card
- not connected to pmf(9) (unable to test it)
 1.2.26.1  21-Apr-2017  bouyer Sync with HEAD
 1.2.22.1  20-Mar-2017  pgoyette Sync with HEAD
 1.2.18.1  05-Feb-2017  skrll Sync with HEAD
 1.2.4.2  30-Oct-2012  yamt sync with head
 1.2.4.1  05-Aug-2012  yamt file malovar.h was added on branch yamt-pagecache on 2012-10-30 17:21:05 +0000
 1.2.2.1  03-Dec-2017  jdolecek update from HEAD
 1.3.14.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed