Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300996
b: refs/heads/master
c: 7b27ba4
h: refs/heads/master
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Apr 16, 2012
1 parent d60deff commit 90c5185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 689e756fad5b89d25bb47d40a0e08e3aba79510f
refs/heads/master: 7b27ba4e9c8053ca73e2b21ece804f7e80c07ba3
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ void ath_init_leds(struct ath_softc *sc)
{
int ret;

if (AR_SREV_9100(sc->sc_ah))
return;

if (sc->sc_ah->led_pin < 0) {
if (AR_SREV_9287(sc->sc_ah))
sc->sc_ah->led_pin = ATH_LED_PIN_9287;
Expand Down

0 comments on commit 90c5185

Please sign in to comment.