From 557f2693d313853c0336b1da8fc2b2ba2be4b425 Mon Sep 17 00:00:00 2001 From: Jani Juvan Date: Mon, 16 Nov 2020 15:48:24 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * 03a776e libdsl: dsl line and channel parameter corrections * 1a0d70d libdsl: add support for gfast in makefile * 82dd72a libwifi: mtk: Fix survey dump * 6c0ba2a libwifi: mtk: nlwifi_phy_to_netdev correct name and behaviour * f04cd96 libwifi: mtk: fill ifaces field in wifi_radio ------------------------------------------------------------------------------- commit 03a776e8af7399e11d1405b351df0dafa3b9ae33 Author: Jani Juvan Date: 2020-11-12 11:58:31 +0100 libdsl: dsl line and channel parameter corrections Base directory -> / libdsl/broadcom/bcm_dsl_api.c | 56 ++++++++++++++++++++++++++----------------- libdsl/xdsl.h | 4 ++-- 2 files changed, 36 insertions(+), 24 deletions(-) ------------------------------------------------------------------------------- commit 1a0d70dddb5dbf8f23d902024ffbb7526e0fcf52 Author: Jani Juvan Date: 2020-11-16 13:51:45 +0100 libdsl: add support for gfast in makefile Base directory -> / libdsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 82dd72a5b989b3a57d829c00100b89a1f53a908a Author: Bartlomiej Grzeskowiak Date: 2020-11-10 11:34:04 +0100 libwifi: mtk: Fix survey dump nlwifi_phy_to_netdev commit introduce the bug in survey dump fetching. Variable name corrected here. Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/nlwifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 6c0ba2ae1b35298ea93b85fb3989d084b20fb113 Author: Bartlomiej Grzeskowiak Date: 2020-11-09 13:20:52 +0100 libwifi: mtk: nlwifi_phy_to_netdev correct name and behaviour phy_to_netdev -> nlwifi_phy_to_netdev This function does not depend on carrier any more. It uses get_ifstatus instead Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/mtk.c | 16 +++++++-------- libwifi/modules/nlwifi.c | 51 +++++++++++++++++++----------------------------- libwifi/modules/nlwifi.h | 2 +- 3 files changed, 29 insertions(+), 40 deletions(-) ------------------------------------------------------------------------------- commit f04cd96dd16136b66f58be6e21d34bdd34f25294 Author: Bartlomiej Grzeskowiak Date: 2020-11-06 21:55:04 +0100 libwifi: mtk: fill ifaces field in wifi_radio ifaces will be listed for given phy. Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/nlwifi.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) ------------------------------------------------------------------------------- --- easy-soc-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index 8e1fd8c8b..0f36d8de6 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=92f1e5a99226bd18897b1832e1879555e9953751 +PKG_SOURCE_VERSION:=03a776e8af7399e11d1405b351df0dafa3b9ae33 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git PKG_MAINTAINER:=Anjan Chanda PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz