From c1b362944851c77238ff3b9012beee84f7d10a5c Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 26 Nov 2018 09:49:31 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * 74323d2 libwifi: mtk: implement get operational phymode * 06c3b5a libwifi: bcm: fix country code in get supported channels * cc374ea libwifi: bcm: implement get phymode * 3834111 libwifi: api to add vendor ie ------------------------------------------------------------------------------- commit 74323d283e5fe11c491b2a1ceeeda158b691e5b2 Author: Anjan Chanda Date: 2018-11-24 18:21:50 +0100 libwifi: mtk: implement get operational phymode Base directory -> / libwifi/mtk.c | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 06c3b5a688dacb2010b6c4b6f6e64a9c6bfbcf1e Author: Anjan Chanda Date: 2018-11-24 15:07:07 +0100 libwifi: bcm: fix country code in get supported channels Base directory -> / libwifi/bcm.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit cc374ea362479516f606a4189d2e82bf5aa97e63 Author: Anjan Chanda Date: 2018-11-24 13:56:06 +0100 libwifi: bcm: implement get phymode Base directory -> / libwifi/bcm.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 3834111e7ddc7a823c008db298babb3f2a48b3a7 Author: Anjan Chanda Date: 2018-11-23 13:15:10 +0100 libwifi: api to add vendor ie Base directory -> / libwifi/mtk.c | 36 ++++++++++++++++++++++++++++++++++++ libwifi/wifi.c | 10 ++++++++++ libwifi/wifi.h | 29 +++++++++++++++++++++++++++++ 3 files changed, 75 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 d5366977a..444a1b65a 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -9,7 +9,7 @@ PKG_VERSION:=1.0.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=7fdc60c76a432ab4059bf35f22be58068b8f1501 +PKG_SOURCE_VERSION:=74323d283e5fe11c491b2a1ceeeda158b691e5b2 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git PKG_MAINTAINER:=Anjan Chanda