From: Arend van Spriel Date: Tue, 26 Jun 2012 19:26:38 +0000 (+0200) Subject: brcmfmac: reduce allocations needed during nvram data download X-Git-Tag: v3.6-rc1~125^2~57^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d4ef68086f54713b6c9dda478b8e3f749acb3ba;p=pandora-kernel.git brcmfmac: reduce allocations needed during nvram data download The nvram data is preprocessed before being sent to the device and just before sending an additional allocation was done that assured word alignment of the data. This has moved to the preprocessing step to reduce allocations and subsequent copying of the nvram data. Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed