From: Johannes Berg Date: Wed, 19 Aug 2015 14:51:33 +0000 (+0200) Subject: iwlwifi: correctly size command string arrays X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~76^2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c93a7057d600a06f96ff8997da1fadca65795a;p=pandora-kernel.git iwlwifi: correctly size command string arrays The command string array is assumed to be indexable by a full u8, so it must have 256 entries (0-255), not just 255. A recent firmware change (apparently) started using the command 0xff for a notification to the host, causing the driver to crash in debug message/tracing code. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed