diff options
author | James Hughes <james.hughes@raspberrypi.org> | 2017-04-24 12:40:50 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-04-26 12:04:32 +0300 |
commit | 455a1eb4654c24560eb9dfc634f29cba3d87601e (patch) | |
tree | c9128c8ff4e111c4b6bc230addbb16e31fbf4f09 /net | |
parent | 9dc7efd3978aa67ae598129d2a3f240b390ce508 (diff) | |
download | linux-455a1eb4654c24560eb9dfc634f29cba3d87601e.tar.bz2 |
brcmfmac: Ensure pointer correctly set if skb data location changes
The incoming skb header may be resized if header space is
insufficient, which might change the data adddress in the skb.
Ensure that a cached pointer to that data is correctly set by
moving assignment to after any possible changes.
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions