Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maybe mt76 led control solution #54

Closed
p055877632 opened this issue Oct 21, 2016 · 1 comment
Closed

maybe mt76 led control solution #54

p055877632 opened this issue Oct 21, 2016 · 1 comment

Comments

@p055877632
Copy link

form here http://www.itdadao.com/articles/c15a53935p0.html

LED2_KICK = 1 , LED2_POL = 0 , LED ON (LED_CTRL write 0x800000)
LED2_KICK = 1 , LED2_POL = 1, LED OFF (LED_CTRL write 0x820000)
LED2_KICK = 1,LED2_TX_BLINK_MODE , LED BLINK (LED_CTRL write 0x840000)

test command
cd /sys/kernel/debug/ieee80211/phy0/mt76
echo 0x770 > regidx

LED ON
echo 0x800000 > regval

LED OFF
echo 0x820000 > regval

LED BLINK
echo 0x840000 > regval

@nbd168
Copy link
Member

nbd168 commented Oct 27, 2017

mt76 now has proper mac80211 LED support for 7612 and 7603

@nbd168 nbd168 closed this as completed Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants