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>
This commit is contained in:
parent
5497d74e75
commit
80c965cbd2
@ -522,6 +522,9 @@ static int vnt_start(struct ieee80211_hw *hw)
|
||||
goto free_all;
|
||||
}
|
||||
|
||||
if (vnt_key_init_table(priv))
|
||||
goto free_all;
|
||||
|
||||
priv->int_interval = 1; /* bInterval is set to 1 */
|
||||
|
||||
vnt_int_start_interrupt(priv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user