mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 10:18:21 -05:00
MBO: Remove unused assignment
The local found variable is not used in this case. Commit
653d227e9f
('MBO: Improve supported
operating class generation') introduced this variable and unnecessarily
set it here. Remove the write-only assignment to silence static
analyzers.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
d9ed0ce65e
commit
34a5014507
@ -576,7 +576,6 @@ static int wpas_op_class_supported(struct wpa_supplicant *wpa_s,
|
||||
if (op_class->op_class == 128) {
|
||||
u8 channels[] = { 42, 58, 106, 122, 138, 155 };
|
||||
|
||||
found = 0;
|
||||
for (i = 0; i < ARRAY_SIZE(channels); i++) {
|
||||
if (verify_channel(mode, channels[i], op_class->bw) ==
|
||||
ALLOWED)
|
||||
|
Loading…
Reference in New Issue
Block a user