opnsense-src/sys/dev/ral
Stanislav Galabov 83cb053574 Align radiotap structures in ral(4)
Currently all radiotap structures in ral(4) are packed, but are not
aligned, which causes ral based devices to crash when one does
'ifconfig wlan0 up' for a wlan interface with a ral wlandev on arches
that care about structure alignment (e.g., MIPS).

Adding an aligned attribute helps fix this problem and ral devices
can be properly brought up.

Reviewed by:	adrian
Sponsored by:	Smartcom - Bulgaria AD
2016-05-25 06:29:23 +00:00
..
if_ral_pci.c Replay r286410. Change KPI of how device drivers that provide wireless 2015-08-27 08:56:39 +00:00
rt2560.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
rt2560reg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
rt2560var.h net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (never used here) 2015-10-12 05:21:51 +00:00
rt2661.c net80211 + drivers: hide size of 'bands' array behind a macro. 2016-04-29 22:14:11 +00:00
rt2661reg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
rt2661var.h Align radiotap structures in ral(4) 2016-05-25 06:29:23 +00:00
rt2860.c The EEPROM is lying about antennas. Don't hardcode things based on the chip 2016-05-17 06:04:33 +00:00
rt2860reg.h The EEPROM is lying about antennas. Don't hardcode things based on the chip 2016-05-17 06:04:33 +00:00
rt2860var.h Align radiotap structures in ral(4) 2016-05-25 06:29:23 +00:00