Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353782
b: refs/heads/master
c: 684fb7e
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 68a8921 commit e11cc05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6f0b530e56d8b7ee428d92af1c7da88e4d9d583
refs/heads/master: 684fb7e6f0ff07f7d9ad513beabe44efed5bf882
2 changes: 1 addition & 1 deletion trunk/drivers/staging/bcm/Adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ struct bcm_mini_adapter {
struct task_struct *transmit_packet_thread;

/* LED Related Structures */
LED_INFO_STRUCT LEDInfo;
struct bcm_led_info LEDInfo;

/* Driver State for LED Blinking */
LedEventInfo_t DriverState;
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/bcm/led_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typedef struct LedStateInfo_t {
unsigned char BitPolarity; /* To represent whether H/W is normal polarity or reverse polarity */
} LEDStateInfo, *pLEDStateInfo;

typedef struct _LED_INFO_STRUCT {
struct bcm_led_info {
LEDStateInfo LEDState[NUM_OF_LEDS];
bool bIdleMode_tx_from_host; /* Variable to notify whether driver came out from idlemode due to Host or target */
bool bIdle_led_off;
Expand All @@ -76,8 +76,7 @@ typedef struct _LED_INFO_STRUCT {
struct task_struct *led_cntrl_threadid;
int led_thread_running;
bool bLedInitDone;

} LED_INFO_STRUCT, *PLED_INFO_STRUCT;
};

/* LED Thread state. */
#define BCM_LED_THREAD_DISABLED 0 /* LED Thread is not running. */
Expand Down

0 comments on commit e11cc05

Please sign in to comment.