aboutsummaryrefslogtreecommitdiff
path: root/net/usteer
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-02-06 23:47:23 +0100
committerDavid Bauer <mail@david-bauer.net>2022-02-09 11:43:26 +0100
commitbcf4e90f0cb976cf89ce7a7d9c3133a0cd140197 (patch)
treeb61e8ae3a34e12e404301d90d3b3e22e14f278a3 /net/usteer
parent3ebd7e7e5feab6932dceb0e39d56139f7089091b (diff)
usteer: update to latest git head
6aebb75 local-node: check correct field f42bf29 gitignore: add .orig files 3c0cd98 local-node: save latest bss-transition-response 1dc69d7 ubus: add get_connected_clients 04ef308 local-node: save beacon-reports b0dab90 measurement: add handling of measurements 76ccae6 node: add methods to access nodes by bssid 3b51bfb local-node: obtain channel + op-class c7830b5 policy: add min_snr_kick_delay e36967f local-node: handle BSS transition queries 022635c policy: don't track roam_scan_done 742236f policy: fix incurrect handling of scan-requests with disabled timeout 9a78412 policy: add roam-scan timeout 7e999e0 policy: don't select better candidate with bad signal 3c1dd51 policy: export snr_to_signal to other source files 1c5a738 ubus: only request beacon-report for current SSID 5610ace config: make remote_node_timeout configurable 918b809 policy: only select candidates with better load 55e98d8 sta: uniform disconnect state handling 806e647 sta: remove duplicate code 2ccb99e policy: remove redundant candidate evaluation bbf133f policy: fix not selecting better candidate on request Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'net/usteer')
-rw-r--r--net/usteer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/usteer/Makefile b/net/usteer/Makefile
index f15fcec24..048bf3154 100644
--- a/net/usteer/Makefile
+++ b/net/usteer/Makefile
@@ -3,13 +3,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=usteer
-PKG_SOURCE_DATE:=2021-12-09
-PKG_SOURCE_VERSION:=8e7b1ffc26117c4b0338a69f5a6fb396c18448bf
+PKG_SOURCE_DATE:=2022-02-06
+PKG_SOURCE_VERSION:=6aebb75cec17ced49bd8a5ea0d187349a5761644
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://git.openwrt.org/project/usteer.git
-PKG_MIRROR_HASH:=3c030b2f1f9bf3b7497b288930d09dd8320fffdd9e3cdbd49ff53be0c8bb0f31
+PKG_MIRROR_HASH:=d6df16b3ac5f1deec22a4dfb55c3977b126952b55dd4e90357f941ee9df741b3
PKG_MAINTAINER:=David Bauer <mail@david-bauer.net>
PKG_LICENSE:=GPL-2.0-only