Colin Ian King 328e203fc3 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 <colin.king@canonical.com>
Cc: Stable <stable@vger.kernel.org> [3.10+]
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-04-22 14:09:37 -04:00
..
2014-03-06 14:29:56 -05:00
2014-03-04 13:25:39 -05:00
2014-03-04 13:25:39 -05:00
2014-03-31 13:47:41 -04:00
2014-03-06 14:29:56 -05:00
2013-12-05 14:54:51 -05:00
2013-01-14 11:32:44 +01:00
2014-03-06 14:29:57 -05:00