commit | 4b40571eaf423b96e3809006bd192b4efd52a64b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Dec 08 10:38:08 2016 +0100 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Feb 06 19:19:24 2017 +0200 |
tree | f4370fe2577e2ca012e0464b89bac0726414aadb | |
parent | 94c3e614df2117626fccfac8f821c66e30556384 [diff] |
iwlwifi: mvm: align copy-break SKB payload for MQ RX When a small frame is copied completely into the skb->head, the code doesn't take alignment into account, making mac80211 copy it again later on architectures that need the alignment. Avoid this by taking the PAD flag from the device into account when copying. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>