From: Colin Ian King Date: Mon, 21 Apr 2014 16:38:44 +0000 (+0100) Subject: rtlwifi: rtl8188ee: initialize packet_beacon X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~11^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328e203fc35f0b4f6df1c4943f74cf553bcc04f8;p=pandora-kernel.git rtlwifi: rtl8188ee: initialize packet_beacon static code analysis from cppcheck reports: [drivers/net/wireless/rtlwifi/rtl8188ee/trx.c:322]: (error) Uninitialized variable: packet_beacon packet_beacon is not initialized and hence packet_beacon contains garbage from the stack, so set it to false. Signed-off-by: Colin Ian King Cc: Stable [3.10+] Acked-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed