Hong Xu <hong@xxxxxxxxxx> writes: > Add an option "blink" to enable or disable the LED blink. The default > value is set to 1 so that existing users would not experience any > unexpected changes. > > Signed-off-by: Hong Xu <hong@xxxxxxxxxx> > --- > drivers/net/wireless/ath/ath9k/htc.h | 3 +++ > drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 4 ++++ > drivers/net/wireless/ath/ath9k/htc_drv_init.c | 4 ++++ > 3 files changed, 11 insertions(+) > > diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h > index 9dde265..300d367 100644 > --- a/drivers/net/wireless/ath/ath9k/htc.h > +++ b/drivers/net/wireless/ath/ath9k/htc.h > @@ -44,6 +44,9 @@ > > extern struct ieee80211_ops ath9k_htc_ops; > extern int htc_modparam_nohwcrypt; > +#ifdef CONFIG_MAC80211_LEDS > +extern int ath9k_htc_led_blink; > +#endif Did you check that this applies to wireless-drivers-next? Didn't I already apply this patch? If your patch is already applied, you need to send a new patch to fix the compilation error. -- Kalle Valo -- 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