We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
mt76 now has proper mac80211 LED support for 7612 and 7603
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: