diff options
author | Dinghao Liu <[email protected]> | 2020-07-28 15:21:51 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-28 10:18:53 +0200 |
commit | 11536442a3b4e1de6890ea5e805908debb74f94a (patch) | |
tree | f67efdcb94fd98cb5a458821767752b694a0e4d0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 53754e432c0cdcb56a082fb1c06ed1ac403f3cdf (diff) |
Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmode
The variable authmode can be uninitialized. The danger would be if
it equals to _WPA_IE_ID_ (0xdd) or _WPA2_IE_ID_ (0x33). We can avoid
this by setting it to zero instead. This is the approach that was
used in the rtl8723bs driver.
Fixes: 7b464c9fa5cc ("staging: r8188eu: Add files for new driver - part 4")
Co-developed-by: Dan Carpenter <[email protected]>
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Dinghao Liu <[email protected]>
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions