staging: rtl8187se: Delete typedef _LED_CTL_MODE
authorAna Rey <anarey@gmail.com>
Mon, 10 Mar 2014 18:10:23 +0000 (19:10 +0100)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Thu, 13 Mar 2014 22:49:55 +0000 (15:49 -0700)
The typedef _LED_CTL_MODE (and the enum constants) is not used in the driver.
 I delete it.

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/rtl8187se/r8180.h

index 81ea9f71ebb44da0792e82574eebdb66e9dc6069..5ea57b566fceed2d2511f0869aeb55b02b43baf8 100644 (file)
@@ -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,
This page took 0.025923 seconds and 5 git commands to generate.