John Keeping 255c827ec1 rtl8723ds: fix sta_info alignment
Allocation function return memory that is properly aligned for most data
types, there is no need to manually align the buffer later.

On 64-bit systems this is particularly wrong as struct sta_info should
be 8-byte aligned so this calculation is guaranteed to misalign the
structure.  If the architecture requires aligned access, this leads to
an alignment fault and panic.

Signed-off-by: John Keeping <john@metanate.com>
2022-11-29 18:39:10 +00:00
..
2017-04-25 10:13:42 -05:00
2017-10-16 20:43:56 -05:00
2017-10-16 20:43:56 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00
2017-10-14 09:31:11 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00
2017-04-25 10:13:42 -05:00