Karsten Böddeker 1a6670ef01 update for lede based master 7 년 전
..
files 3f8381d864 Minify all Lua code 7 년 전
luasrc dc665ea414 fix trailing whitespaces 7 년 전
LICENSE 360768aa10 ffho-ath9k-blackout-workaround: new package 7 년 전
Makefile 1a6670ef01 update for lede based master 7 년 전
ReadMe.md 360768aa10 ffho-ath9k-blackout-workaround: new package 7 년 전
check_site.lua 360768aa10 ffho-ath9k-blackout-workaround: new package 7 년 전

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 to detect a possible blackout as blackout

ath9k-workaround.reset_wait:

  • minimum delay between reset

ath9k-workaround.step_size

  • execute the cronjob each x minutes

example

{
  ath9k-workaround = {
    blackout_wait = 720,
    reset_wait = 1440,
    step_size = 10,
  },
  ...
},