commit | e48caab206c853272637427d9ae82fc431b4bd24 | [log] [tgz] |
---|---|---|
author | Cong Ding <dinggnu@gmail.com> | Mon Feb 04 22:43:22 2013 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 08 14:51:31 2013 -0500 |
tree | e799e077cadef64535afac900feb15f939f7d111 | |
parent | 12b6639897fa57a1ca34b43d078779c92472ad74 [diff] |
net: wireless/rtlwifi: fix uninitialized variable issue The use of variable packet_beacon might be uninitialized in the two files, which is same as this patch: https://patchwork.kernel.org/patch/2006711/ Signed-off-by: Cong Ding <dinggnu@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>