]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ath5k: remove unused led_off parameter
authorBob Copeland <me@bobcopeland.com>
Thu, 22 Jan 2009 13:44:19 +0000 (08:44 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:01:11 +0000 (16:01 -0500)
ath5k_softc->led_off hasn't been used since commit
3a078876caee9634dbb9b41e6269262e30e8b535, "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>
drivers/net/wireless/ath5k/base.h

index facc60ddada2824ceba476c8efcda1a66a398a1d..c0fb8b5c42fe75d783aac07fa9551658728a82ab 100644 (file)
@@ -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 */