summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/cmdevt.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-09-19 02:21:35 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2013-09-26 18:02:30 (GMT)
commit60ce314d1750fef843e9db70050e09e49f838b69 (patch)
treea3878e432888deda4fa844ffa2ef620eac10ff1c /drivers/net/wireless/mwifiex/cmdevt.c
parent919123d246adf3e69320900842015368c2384d0f (diff)
downloadlinux-fsl-qoriq-60ce314d1750fef843e9db70050e09e49f838b69.tar.xz
rtlwifi: Align private space in rtl_priv struct
The private array at the end of the rtl_priv struct is not aligned. On ARM architecture, this causes an alignment trap and is fixed by aligning that array with __align(sizeof(void *)). That should properly align that space according to the requirements of all architectures. Reported-by: Jason Andrews <jasona@cadence.com> Tested-by: Jason Andrews <jasona@cadence.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Stable <stable@vger.kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/cmdevt.c')
0 files changed, 0 insertions, 0 deletions