From: Roland Vossen Date: Tue, 18 Oct 2011 12:03:03 +0000 (+0200) Subject: brcm80211: fmac: changed two scan related structures X-Git-Tag: v3.3-rc1~182^2~545^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0527781eb00550226d638b9be23d246c7ba796f6;p=pandora-kernel.git brcm80211: fmac: changed two scan related structures struct brcmf_scan_results contained a 1 element array, but in reality the number of scan results can be 0 or more, as indicated by the count field in the same struct. Array has be redefined to be 0 elements length to indicate the array is purely for reference. Reported-by: Johannes Berg Reviewed-by: Arend van Spriel Reviewed-by: Franky (Zhenhui) Lin Signed-off-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed