ath9k_htc: Add a module parameter to disable blink
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@topbug.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
|
||||
extern struct ieee80211_ops ath9k_htc_ops;
|
||||
extern int htc_modparam_nohwcrypt;
|
||||
#ifdef CONFIG_MAC80211_LEDS
|
||||
extern int led_blink;
|
||||
#endif
|
||||
|
||||
enum htc_phymode {
|
||||
HTC_MODE_11NA = 0,
|
||||
|
Reference in New Issue
Block a user