Skip to content
Snippets Groups Projects
Commit b2a55f29 authored by Nils Schneider's avatar Nils Schneider
Browse files

Merge pull request #35 from sargon/ath9k

gluon-ath9k-workaround: Announce how often the workaround has been trigg...
parents eae6c25d 941e3985
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