diff options
author | Matthieu CASTET <castet.matthieu@free.fr> | 2009-06-04 23:18:33 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-06-10 13:27:53 -0400 |
commit | b52a033c2c501a8015df3727a4bd73389ccb1641 (patch) | |
tree | 57275be394a4031015d7978b3cc11dfd87d4ae9b /net | |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions