From: Arend van Spriel Date: Tue, 25 Feb 2014 19:30:27 +0000 (+0100) Subject: brcmfmac: fix use of skb control buffer in SDIO driver part X-Git-Tag: v3.15-rc1~113^2~159^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa9f0ea18f3d5ec329a619b0bc54e214e02bc33;p=pandora-kernel.git brcmfmac: fix use of skb control buffer in SDIO driver part The SDIO driver has a 16-bit field defined in the skbuff control buffer. However, it is accessed as a u32 overwriting other control info. Another issue is that the field is not initialized for networking packets, but the control buffer content is unspecified as other networking layers can use it. Reviewed-by: Hante Meuleman Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Daniel (Deognyoun) Kim Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed