Commit 5ef4017a authored by Bob Copeland's avatar Bob Copeland Committed by John W. Linville

ath5k: remove unused led_off parameter

ath5k_softc->led_off hasn't been used since commit
3a078876, "convert LED code to use
mac80211 triggers."

Changes-licensed-under: 3-Clause-BSD
Reported-by: default avatarTobias Doerffel <tobias.doerffel@gmail.com>
Signed-off-by: default avatarBob Copeland <me@bobcopeland.com>
Acked-by: default avatarNick Kossifidis <mickflemm@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2134e7e7
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment