Skip to content
Snippets Groups Projects
Commit 941e3985 authored by Daniel Ehlers's avatar Daniel Ehlers
Browse files

gluon-ath9k-workaround: Announce how often the workaround has been triggered.

parent bb699204
No related branches found
No related tags found
No related merge requests found
function trigger_count ()
return tonumber(fs.readfile('/tmp/ath9k_workaround_trigger'))
end
local ok, value = pcall(trigger_count)
if ok then
return value
else
return 0
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment