Karsten Böddeker da5c897a3a ffho-ath9k-blackout-workaround: fix two additional bugs %!s(int64=6) %!d(string=hai) anos
..
files 3f8381d864 Minify all Lua code %!s(int64=7) %!d(string=hai) anos
luasrc da5c897a3a ffho-ath9k-blackout-workaround: fix two additional bugs %!s(int64=6) %!d(string=hai) anos
LICENSE 360768aa10 ffho-ath9k-blackout-workaround: new package %!s(int64=7) %!d(string=hai) anos
Makefile e6a6111c5c fix all remaining links to old repository %!s(int64=6) %!d(string=hai) anos
ReadMe.md 788e7e7c86 ffho-ath9k-blackout-workaround: update naming of site section %!s(int64=6) %!d(string=hai) anos
check_site.lua 360768aa10 ffho-ath9k-blackout-workaround: new package %!s(int64=7) %!d(string=hai) anos

ReadMe.md

ffho-ath9k-blackout-workaround

In order to avoid further WiFi-Blackouts that might be caused by buggy ath9k, we try to detect problems and restart the wifi.

site.conf

ath9k_workaround.blackout_wait:

  • minimum delay in minutes to detect a possible blackout as blackout

ath9k_workaround.reset_wait:

  • minimum delay in minutes between reset

ath9k_workaround.step_size

  • execute the cronjob each x minutes

example

{
  ath9k_workaround = {
    blackout_wait = 720,
    reset_wait = 1440,
    step_size = 10,
  },
  ...
},