Bob, I think your patch below somehow got truncated and you wanted to send this patch ? http://marc.info/?l=linux-wireless&m=121557127930799&w=2 Bob Copeland wrote: > Helge Deller reports that HP laptops (NC4010 and NC6000) use active- > high signals to turn on the LEDs. Previous code used active-low for > all devices. > > Signed-off-by: Bob Copeland <me@xxxxxxxxxxxxxxx> > --- > Other ath5k devs, any issues with this patch? Thread here for > reference: > > http://marc.info/?l=linux-wireless&m=121555862316630&w=2 > > drivers/net/wireless/ath5k/base.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ath5k/base.c > b/drivers/net/wireless/ath5k/base.c index 217d506..3394b35 100644 > --- a/drivers/net/wireless/ath5k/base.c > +++ b/drivers/net/wireless/ath5k/base.c > @@ -2550,8 +2550,6 @@ ath5k_init_leds(struct ath5k_softc *sc) > struct pci_dev *pdev = sc->pdev; > char name[ATH5K_LED_MAX_NAME_LEN + 1]; > > - sc->led_on = 0; /* active low */ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html