From ee486af38bf8e586b8b899b3fc59b8b7a15b0696 Mon Sep 17 00:00:00 2001 From: Jani Juvan Date: Fri, 27 Nov 2020 18:26:51 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * 44ecccf libdsl: fixed missing test stub updates * 7b299da libwifi: mtk: correct non-existing include * 79ba626 libwifi: mtk: fix oper_std when no ap iface * 905c729 libwifi: update phy to netdev with type parameter * 9094176 libwifi: simplify get_assoclist * bda31e8 bwifi: mtk: Add time to station and backhaul status * b50dd79 libwifi: mtk: include staging_dir mac header instead of kernel ------------------------------------------------------------------------------- commit 44ecccf9892e4b1a80d98964d67050026035eb2b Author: Jani Juvan Date: 2020-11-27 18:21:41 +0100 libdsl: fixed missing test stub updates Base directory -> / libdsl/test_stub/stub.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 7b299da891065b3a02f8e07bd9a835d0b0c74912 Author: Bartlomiej Grzeskowiak Date: 2020-11-24 19:47:00 +0100 libwifi: mtk: correct non-existing include nl80211.h does not exist in staging dir while esl is built. Copy of nl80211.h must be stored in esl. Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/copy_nl80211.h | 6930 ++++++++++++++++++++++++++++++++++++++++ libwifi/modules/nlwifi.c | 2 +- 2 files changed, 6931 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 79ba626ecdd15175c6375364e8eecac77c2193b1 Author: Marek Puzyniak Date: 2020-11-18 12:17:19 +0000 libwifi: mtk: fix oper_std when no ap iface Signed-off-by: Marek Puzyniak Base directory -> / libwifi/modules/mtk.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 905c729efe237f2dc2088d00d4fac9b301dd52d7 Author: Marek Puzyniak Date: 2020-11-23 14:58:22 +0000 libwifi: update phy to netdev with type parameter Introduce nlwifi_phy_to_netdev_with_type function which allows to get netdev from phy wiyh requested type. Possible options are: -NLWIFI_MODE_AP, -NLWIFI_MODE_STA, -NLWIFI_MODE_AP_STA, -NLWIFI_MODE_ANY. Signed-off-by: Marek Puzyniak Base directory -> / libwifi/modules/nlwifi.c | 40 ++++++++++++++++++++++++++++++++-------- libwifi/modules/nlwifi.h | 6 ++++++ 2 files changed, 38 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 909417616eea5e4ecc3059ae766fc8a55c21a6b1 Author: Marek Puzyniak Date: 2020-11-24 11:02:32 +0000 libwifi: simplify get_assoclist Use only one hostapd_cli command list_sta in order to collect assoctiated stations. Signed-off-by: Marek Puzyniak Base directory -> / libwifi/wpactrl_util.c | 63 +++++++++----------------------------------------- 1 file changed, 11 insertions(+), 52 deletions(-) ------------------------------------------------------------------------------- commit bda31e8fa970f7eb5c5077fc17a64c3ca07fc1b6 Author: Bartlomiej Grzeskowiak Date: 2020-11-24 08:28:34 +0100 bwifi: mtk: Add time to station and backhaul status Numbers taken from station dump: iw dev wlan1_1 station dump | egrep "inactive time|connected time| duration" idle -> inactive time: 450 ms in_network -> connected time: 2949 seconds tx_airtime -> tx duration: 57214 us rx_airtime -> rx duration: 1117926 us Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/nlwifi.c | 10 ++++++++++ 1 file changed, 10 insertions(+) ------------------------------------------------------------------------------- commit b50dd79423dcdf9c9eace5945c29641d849876db Author: Bartlomiej Grzeskowiak Date: 2020-11-24 08:25:02 +0100 libwifi: mtk: include staging_dir mac header instead of kernel nl80211.h header in linux-4.14.195 not contain TX_DURATION define in status enum. Fixed by including staging header from mac80211. Signed-off-by: Bartlomiej Grzeskowiak Base directory -> / libwifi/modules/nlwifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- --- 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 d673840b4..d44905812 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:=bb551b434ac9de31581e905cf5516644c12a877c +PKG_SOURCE_VERSION:=44ecccf9892e4b1a80d98964d67050026035eb2b 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