commit | f14df8049f9c9f34164dd598772fecea83a394a2 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Jul 02 11:05:35 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 08 14:16:00 2008 -0400 |
tree | 3f13b28d569b69246e2a66bc6e9a9faf54c1f46b | |
parent | 73e1f7c823252d671361cddde0b498bf2c0fe4e1 [diff] |
mac80211: remove one user of ieee80211_get_hdr_info ccmp_special_blocks was only using it to calculate data_len, calculate that directly. Use unaligned helpers rather than masking/shifting. Use symbolic constants for the masked frame_control, and do it directly on a le16 value. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>