projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix AutoLoad macro typos (#2765)
[openwrt.git]
/
package
/
b43
/
src
/
leds.h
diff --git
a/package/b43/src/leds.h
b/package/b43/src/leds.h
index
713e180
..
b8b1dd5
100644
(file)
--- a/
package/b43/src/leds.h
+++ b/
package/b43/src/leds.h
@@
-23,7
+23,6
@@
struct b43_led {
/* The unique name string for this LED device. */
char name[B43_LED_MAX_NAME_LEN + 1];
};
/* The unique name string for this LED device. */
char name[B43_LED_MAX_NAME_LEN + 1];
};
-#define b43_led_index(led) ((int)((led) - (led)->dev->leds))
#define B43_LED_BEHAVIOUR 0x7F
#define B43_LED_ACTIVELOW 0x80
#define B43_LED_BEHAVIOUR 0x7F
#define B43_LED_ACTIVELOW 0x80
This page took
0.021815 seconds
and
4
git commands to generate.