]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: r8712u: fix control-message timeout
authorJohan Hovold <johan@kernel.org>
Mon, 25 Oct 2021 12:09:10 +0000 (14:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Nov 2021 12:18:02 +0000 (13:18 +0100)
commit4e14bab3ed03034f1509ff368651aef6f99e5861
tree161ec6fa954e73f159013a84f35be2c471785c05
parent1def6c034e55d73c223f87a50f2b0575eb5ae8b8
staging: r8712u: fix control-message timeout

commit ce4940525f36ffdcf4fa623bcedab9c2a6db893a upstream.

USB control-message timeouts are specified in milliseconds and should
specifically not vary with CONFIG_HZ.

Fixes: 2865d42c78a9 ("staging: r8712u: Add the new driver to the mainline kernel")
Cc: stable@vger.kernel.org # 2.6.37
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20211025120910.6339-3-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/usb_ops_linux.c