commit | ea995abfed7f0726aaa22580aaf10b2cf5d91be5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Mar 16 22:43:06 2008 +0000 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 24 19:25:07 2008 -0400 |
tree | 32bcc88b11bfe597e509bca9f149cc3b47591649 | |
parent | 0a74892b6df8f1e7191dffd5a2b0e0e2ca7e73fb [diff] |
wavelan_cs arm fix Even when all fields are unsigned char, struct still might have alignment > 1. Does so on arm, unless you explicitly say that it's packed... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>