Skip to content

Commit

Permalink
ath5k: remove unused led_off parameter
Browse files Browse the repository at this point in the history
ath5k_softc->led_off hasn't been used since commit
3a07887, "convert LED code to use
mac80211 triggers."

Changes-licensed-under: 3-Clause-BSD

Reported-by: Tobias Doerffel <tobias.doerffel@gmail.com>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jan 29, 2009
1 parent 2134e7e commit 5ef4017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/ath5k/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ struct ath5k_softc {
u8 bssidmask[ETH_ALEN];

unsigned int led_pin, /* GPIO pin for driving LED */
led_on, /* pin setting for LED on */
led_off; /* off time for current blink */
led_on; /* pin setting for LED on */

struct tasklet_struct restq; /* reset tasklet */

Expand Down

0 comments on commit 5ef4017

Please sign in to comment.