Skip to content

Commit 370d06c

Browse files
Malcolm Priestleygregkh
authored andcommitted
staging: vt6556: vnt_start Fix missing call to vnt_key_init_table.
commit dc32190f2cd41c7dba25363ea7d618d4f5172b4e upstream. The key table is not intialized correctly without this call. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 627f3ab commit 370d06c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/staging/vt6656/main_usb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ static int vnt_start(struct ieee80211_hw *hw)
529529
goto free_all;
530530
}
531531

532+
if (vnt_key_init_table(priv))
533+
goto free_all;
534+
532535
priv->int_interval = 1; /* bInterval is set to 1 */
533536

534537
vnt_int_start_interrupt(priv);

0 commit comments

Comments
 (0)