Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8573758 authored by David S. Miller's avatar David S. Miller
Browse files
parents 4e0168fa aeeab4ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@ config RTL8187
	  ASUS P5B Deluxe
	  Toshiba Satellite Pro series of laptops
	  Asus Wireless Link
	  Linksys WUSB54GC-EU

	  Thanks to Realtek for their support!

+6 −6
Original line number Diff line number Diff line
@@ -1873,18 +1873,18 @@ static void at76_dwork_hw_scan(struct work_struct *work)
	if (ret != CMD_STATUS_COMPLETE) {
		queue_delayed_work(priv->hw->workqueue, &priv->dwork_hw_scan,
				   SCAN_POLL_INTERVAL);
		goto exit;
		mutex_unlock(&priv->mtx);
		return;
	}

	ieee80211_scan_completed(priv->hw, false);

	if (is_valid_ether_addr(priv->bssid))
		at76_join(priv);

	ieee80211_wake_queues(priv->hw);

exit:
	mutex_unlock(&priv->mtx);

	ieee80211_scan_completed(priv->hw, false);

	ieee80211_wake_queues(priv->hw);
}

static int at76_hw_scan(struct ieee80211_hw *hw,
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
	{USB_DEVICE(0x18E8, 0x6232), .driver_info = DEVICE_RTL8187},
	/* AirLive */
	{USB_DEVICE(0x1b75, 0x8187), .driver_info = DEVICE_RTL8187},
	/* Linksys */
	{USB_DEVICE(0x1737, 0x0073), .driver_info = DEVICE_RTL8187B},
	{}
};