Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66879
b: refs/heads/master
c: 21954c3
h: refs/heads/master
i:
  66877: ce4fb5e
  66875: e70e289
  66871: 51232d6
  66863: 46ae3f3
  66847: fe22bdf
  66815: df0a3b0
v: v3
  • Loading branch information
Michael Buesch authored and David S. Miller committed Oct 10, 2007
1 parent fb5fe05 commit 2566954
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 296 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: 20405c08412a4d89357870d7220f9fb1c458b286
refs/heads/master: 21954c367e4088c491122edd263964345bc1d3bf
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ config B43_PCMCIA

If unsure, say N.

# LED support
config B43_LEDS
bool
depends on MAC80211_LEDS
default y

config B43_DEBUG
bool "Broadcom 43xx debugging"
depends on B43
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/b43/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ b43-y += main.o
b43-y += tables.o
b43-y += phy.o
b43-y += sysfs.o
b43-y += leds.o
b43-y += xmit.o
b43-y += lo.o
# b43 LED support
b43-$(CONFIG_B43_LEDS) += leds.o
# b43 PCMCIA support
b43-$(CONFIG_B43_PCMCIA) += pcmcia.o
# b43 debugging
Expand Down
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/b43/b43.h
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,10 @@ struct b43_wldev {
/* Various statistics about the physical device. */
struct b43_stats stats;

#define B43_NR_LEDS 4
struct b43_led leds[B43_NR_LEDS];
/* The device LEDs. */
struct b43_led led_tx;
struct b43_led led_rx;
struct b43_led led_assoc;

/* Reason code of the last interrupt. */
u32 irq_reason;
Expand Down
Loading

0 comments on commit 2566954

Please sign in to comment.