gluon-ath9k-workaround: Announce how often the workaround has been triggered.
This commit is contained in:
parent
bb699204ca
commit
941e398572
@ -0,0 +1,10 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user