From: Harvey Harrison Date: Wed, 2 Jul 2008 18:05:35 +0000 (-0700) Subject: mac80211: remove one user of ieee80211_get_hdr_info X-Git-Tag: v2.6.27-rc1~969^2~186^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14df8049f9c9f34164dd598772fecea83a394a2;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed