Commit Graph

3 Commits

Author SHA1 Message Date
Stijn Tintel
19dbb1d5e3 usteer: fix uchannel.uc script
Once the uchannel.uc script sets its status to waiting, it becomes
defunct. The next invocation of the script will compare uptime to
state.uptime, and if the difference is less than 12h, it will change
state.uptime to the current uptime and return. As the script runs every
5 minutes, the difference will always be less than 12h.

Fix this by comparing uptime against state.changed rather than
state.uptime.

Fixes: WIFI-7613
Fixes: 670bc9d2e2 ("ucentral: development update")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-04-19 06:35:42 +02:00
John Crispin
f43bcba469 ucentral: development update
* add uchannel fixes to hapd
* update usteer
* update ucentral-schema
* update mac80211
* update mt76
* make sure webui is properly started in maverick mode

Signed-off-by: John Crispin <john@phrozen.org>
2021-07-18 16:42:29 +02:00
John Crispin
670bc9d2e2 ucentral: development update
* make BTLE work on several devices
* update ucentral-schema
* update ucentral-client
* make cBPF work
* update mac80211
* update usteer

Signed-off-by: John Crispin <john@phrozen.org>
2021-07-08 11:05:23 +02:00