From 2771475f57ac101f2bd53da71b7bf95643135207 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Tue, 21 Jan 2020 09:31:29 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ wifilife ] ------------------------------------------------------------------------------- * 6506026 fix CMD_GET_ASSOCLIST request struct size * 07ca2c6 remove 'wfs_delm.h' * 3aafa35 define steer policy for sta ------------------------------------------------------------------------------- commit 6506026c70944cba7611c3e0ffaec3255c73eb32 Author: Anjan Chanda Date: 2020-01-20 14:59:31 +0100 fix CMD_GET_ASSOCLIST request struct size Base directory -> / src/agent/agent.c | 5 ++++- src/comm/comm.h | 2 +- src/controller/cntlr.c | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit 07ca2c64287070a637e3a2f6f05f6bdb5a8b7272 Author: Anjan Chanda Date: 2020-01-20 11:07:26 +0100 remove 'wfs_delm.h' Base directory -> / src/wfa_delm.h | 164 --------------------------------------------------------- 1 file changed, 164 deletions(-) ------------------------------------------------------------------------------- commit 3aafa35aec53b1687423e5e850f553b7a54d7b7a Author: Anjan Chanda Date: 2020-01-20 11:02:23 +0100 define steer policy for sta Base directory -> / src/agent/agent.c | 32 ++++++++++++++++---------------- src/agent/agent.h | 15 +++++++++------ src/agent/agent_ubus.c | 6 +++--- src/agent/default_steer.h | 17 +++++++++++++++-- src/controller/cntlr.h | 1 - 5 files changed, 43 insertions(+), 28 deletions(-) ------------------------------------------------------------------------------- --- wifilife/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifilife/Makefile b/wifilife/Makefile index d1d9bbec6..42038f484 100644 --- a/wifilife/Makefile +++ b/wifilife/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifilife PKG_VERSION:=2.5.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=87063215df16a316aea570e46258ab4b705d894c +PKG_SOURCE_VERSION:=6506026c70944cba7611c3e0ffaec3255c73eb32 PKG_MAINTAINER:=Anjan Chanda PKG_LICENSE:=PROPRIETARY IOPSYS