commit | eae4430ee7c5ea1152400cfc070f3746d41fa134 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Wed Jul 13 11:00:02 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Aug 11 16:51:41 2016 +0200 |
tree | 2b255b527f54b9116b2cf8bff47c3d518d4a9c82 | |
parent | 3b17fbf87d5dadf123d328ab072334da285748c1 [diff] |
mac80211: remove skb header offset mangling in ieee80211_build_hdr Since the code only touches the MAC headers, the offsets to the network/transport headers remain the same throughout this function. Remove pointless pieces of code that try to 'preserve' them. Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>