commit | 9cc4b7cb86cbcc6330a3faa8cd65268cd2d3c227 | [log] [tgz] |
---|---|---|
author | James Hughes <james.hughes@raspberrypi.org> | Tue Apr 25 10:15:06 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Apr 26 12:05:18 2017 +0300 |
tree | 3d14d129a0cbcbe99f102bfee8ff9b7785865a5f | |
parent | 455a1eb4654c24560eb9dfc634f29cba3d87601e [diff] |
brcmfmac: Make skb header writable before use The driver was making changes to the skb_header without ensuring it was writable (i.e. uncloned). This patch also removes some boiler plate header size checking/adjustment code as that is also handled by the skb_cow_header function used to make header writable. Signed-off-by: James Hughes <james.hughes@raspberrypi.org> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>