From: Cong Ding Date: Wed, 6 Feb 2013 16:23:45 +0000 (+0100) Subject: mac80211: fix error in sizeof() usage X-Git-Tag: v3.8~10^2~6^2^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9887dbf5b2163bcf69cd4456c21352e9a81c6003;p=pandora-kernel.git mac80211: fix error in sizeof() usage Using 'sizeof' on array given as function argument returns size of a pointer rather than the size of array. Cc: stable@vger.kernel.org Signed-off-by: Cong Ding Signed-off-by: Johannes Berg --- Reading git-diff-tree failed