]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: Name cmd workqueue appropriately to allow for more workqueues
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 9 May 2014 13:03:13 +0000 (15:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:11:56 +0000 (13:11 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_cmd.c

index fb6d4b662ecc1d5d713fe83a7588b807e089bba1..81a35dd2416ef492c524e1405cc3b3991a00554d 100644 (file)
@@ -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;