Michael Schwarz 9a682395af Some cosmetic changes in the makefiles 5 years ago
..
files 8614e8b440 Move everything one level up 5 years ago
luasrc 8614e8b440 Move everything one level up 5 years ago
LICENSE 8614e8b440 Move everything one level up 5 years ago
Makefile 9a682395af Some cosmetic changes in the makefiles 5 years ago
ReadMe.md 8614e8b440 Move everything one level up 5 years ago
check_site.lua 8614e8b440 Move everything one level up 5 years ago

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,
  },
  ...
},