Commit 8dc1c48b authored by Ana Rey's avatar Ana Rey Committed by Peter P Waskiewicz Jr
Browse files

staging: rtl8187se: Delete typedef _LED_CTL_MODE



The typedef _LED_CTL_MODE (and the enum constants) is not used in the driver.
 I delete it.

Signed-off-by: default avatarAna Rey <anarey@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent 7ad82572
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -238,18 +238,6 @@ enum led_strategy_8185 {
		 * control modes). */
};

/* by amy for led. */
/* by amy for power save. */
typedef enum _LED_CTL_MODE {
	LED_CTL_POWER_ON = 1,
	LED_CTL_LINK = 2,
	LED_CTL_NO_LINK = 3,
	LED_CTL_TX = 4,
	LED_CTL_RX = 5,
	LED_CTL_SITE_SURVEY = 6,
	LED_CTL_POWER_OFF = 7
} LED_CTL_MODE;

enum rt_rf_power_state {
	RF_ON,
	RF_SLEEP,