From 8c18af64cc2e39fe45a9d403a5b3bb5ae2f58907 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Wed, 28 Nov 2018 17:03:35 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * ea3843a libwifi: add new api to get country code * b49fffa libwifi: bcm: set 'disassoc imminent' in BTM request * 89874c0 libwifi: set 'disassoc imminent' in BTM request mode ------------------------------------------------------------------------------- commit ea3843a5567fa7c8478e4456334f2b533af615eb Author: Anjan Chanda Date: 2018-11-28 16:53:02 +0100 libwifi: add new api to get country code Base directory -> / libwifi/bcm.c | 16 ++++++++++++++++ libwifi/broadcom.h | 16 ++++++++++++++++ libwifi/wifi.c | 10 ++++++++++ libwifi/wifi.h | 11 +++++++++++ 4 files changed, 53 insertions(+) ------------------------------------------------------------------------------- commit b49fffab09a9fa71ee5993d611180b7ae30e5241 Author: Anjan Chanda Date: 2018-11-28 15:39:37 +0100 libwifi: bcm: set 'disassoc imminent' in BTM request Base directory -> / libwifi/bcm.c | 1 + 1 file changed, 1 insertion(+) ------------------------------------------------------------------------------- commit 89874c02d01f0fcf189e9b6cbc3d1c41ef4e1bac Author: Anjan Chanda Date: 2018-11-28 15:03:28 +0100 libwifi: set 'disassoc imminent' in BTM request mode Base directory -> / libwifi/mtk.c | 2 ++ 1 file changed, 2 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 52651053e..fd6d501d2 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:=01850dd95fb7fb3db014f5b19c907374a6fe2b4e +PKG_SOURCE_VERSION:=ea3843a5567fa7c8478e4456334f2b533af615eb PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git PKG_MAINTAINER:=Anjan Chanda