commit | b52a033c2c501a8015df3727a4bd73389ccb1641 | [log] [tgz] |
---|---|---|
author | Matthieu CASTET <castet.matthieu@free.fr> | Thu Jun 04 23:18:33 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 10 13:27:53 2009 -0400 |
tree | 57275be394a4031015d7978b3cc11dfd87d4ae9b | |
parent | 5ee58d7e6ad019675b4090582aec4fa1180d8703 [diff] |
b43: Fix possible unaligned u32 access Fix possible unaligned u32 access in b43_generate_plcp_hdr(). Unaligned data is read/write with a u32 pointer instead of using the packed structure. Some versions of gcc ignore the "packed" attribute, if the structure element is accessed through a local pointer. Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr> Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>