We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c0e19 commit 16d8fd7Copy full SHA for 16d8fd7
drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
@@ -1041,10 +1041,11 @@ static void rtl8187_stop(struct ieee80211_hw *dev, bool suspend)
1041
rtl818x_iowrite8(priv, &priv->map->CONFIG4, reg | RTL818X_CONFIG4_VCOOFF);
1042
rtl818x_iowrite8(priv, &priv->map->EEPROM_CMD, RTL818X_EEPROM_CMD_NORMAL);
1043
1044
+ usb_kill_anchored_urbs(&priv->anchored);
1045
+
1046
while ((skb = skb_dequeue(&priv->b_tx_status.queue)))
1047
dev_kfree_skb_any(skb);
1048
- usb_kill_anchored_urbs(&priv->anchored);
1049
mutex_unlock(&priv->conf_mutex);
1050
1051
if (!priv->is_rtl8187b)
0 commit comments