You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
rsi: fix control-message timeout
commit541fd20c3cupstream. 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:dad0d04fa7("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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8971158af1
commit
62424fe4c2
@@ -61,7 +61,7 @@ static int rsi_usb_card_write(struct rsi_hw *adapter,
|
||||
(void *)seg,
|
||||
(int)len,
|
||||
&transfer,
|
||||
HZ * 5);
|
||||
USB_CTRL_SET_TIMEOUT);
|
||||
|
||||
if (status < 0) {
|
||||
rsi_dbg(ERR_ZONE,
|
||||
|
||||
Reference in New Issue
Block a user