From: Arend van Spriel Date: Thu, 6 Jun 2013 11:18:06 +0000 (+0200) Subject: brcmfmac: increment hard_header_len instead of overriding X-Git-Tag: v3.11-rc1~64^2~166^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672774f124dd07b2aaa1c8fdd56d98d786434fbb;p=pandora-kernel.git brcmfmac: increment hard_header_len instead of overriding In brcmf_net_attach() the hard_header_len is set to sum of ETH_HLEN and the headroom needed by the bus interface. Better use increment instead as hard_header_len is already initialized upon alloc_netdev(). Reviewed-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed