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

Commit d507748a authored by Ivo van Doorn's avatar Ivo van Doorn Committed by John W. Linville
Browse files

rt2x00: Don't switch off LED on initialization



When we switch off the LEDS during initialization
we kill rt73usb from proper functioning. The immediate
result after the first LED command are MCU failures
and a complete breakdown of TX/RX.

Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f941f859
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -111,12 +111,6 @@ static int rt2x00leds_register_led(struct rt2x00_dev *rt2x00dev,
	led->led_dev.name = name;
	led->led_dev.brightness = LED_OFF;

	/*
	 * Ensure the LED is off, it might have been enabled
	 * by the hardware when the device was powered on.
	 */
	led->led_dev.brightness_set(&led->led_dev, LED_OFF);

	retval = led_classdev_register(device, &led->led_dev);
	if (retval) {
		ERROR(rt2x00dev, "Failed to register led handler.\n");