]> git.baikalelectronics.ru Git - kernel.git/commit
rsi: fix control-message timeout
authorJohan Hovold <johan@kernel.org>
Mon, 25 Oct 2021 12:05:22 +0000 (14:05 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 28 Oct 2021 13:26:18 +0000 (16:26 +0300)
commit14edcfced2738d4746c782babe31b4a5f7a2bdcc
tree4690cb407cde13c69ecd57d812ca9b244dadabcc
parentfa7b4bd5c4ae885f0a32c1ad7244ddfec85121fe
rsi: fix control-message timeout

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

Use the common control-message timeout define for the five-second
timeout.

Fixes: 9e4ec1d5ed70 ("rsi: Add RS9113 wireless driver")
Cc: stable@vger.kernel.org # 3.15
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211025120522.6045-5-johan@kernel.org
drivers/net/wireless/rsi/rsi_91x_usb.c