staging: rtl8723au: Name cmd workqueue appropriately to allow for more workqueues
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c3826753d3
commit
8df06a3b80
@ -179,7 +179,7 @@ int rtw_init_cmd_priv23a(struct cmd_priv *pcmdpriv)
|
||||
pcmdpriv->cmd_done_cnt = 0;
|
||||
pcmdpriv->rsp_cnt = 0;
|
||||
|
||||
pcmdpriv->wq = alloc_workqueue("rtl8723au", 0, 1);
|
||||
pcmdpriv->wq = alloc_workqueue("rtl8723au_cmd", 0, 1);
|
||||
if (!pcmdpriv->wq)
|
||||
res = _FAIL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user