mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 02:07:28 +01:00
Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* db2ced9 libdsl improvements for Broadcom platform
* 6d26413 libwifi: handle radio oper std for only STA iface
* fe5ba89 libwifi: mtk: add single/multi_ap mode
-------------------------------------------------------------------------------
commit db2ced904ddbd6ab936403ae193b2e343845fdf1
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-12-10 11:00:40 +0000
libdsl improvements for Broadcom platform
- Report supported profiles based on current config in DSL driver
- Replace deprecated StandardsSupported and StandardUsed with XTSE and
XTSUsed
Base directory -> /
libdsl/broadcom/bcm_dsl_api.c | 260 +++++++++++++++++++++++++++++++++---------
libdsl/xdsl.h | 1 +
2 files changed, 210 insertions(+), 51 deletions(-)
-------------------------------------------------------------------------------
commit 6d26413522242a352715fafc1e9fc62626fc61f9
Author: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Date: 2020-11-27 18:30:47 +0000
libwifi: handle radio oper std for only STA iface
Signed-off-by: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 13 ++++++++-----
libwifi/wpactrl_util.c | 27 ++++++++++++++++-----------
libwifi/wpactrl_util.h | 1 +
3 files changed, 25 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
commit fe5ba89b8479ba5574fe8cf6e38904125f6aa9fb
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-30 18:32:43 +0100
libwifi: mtk: add single/multi_ap mode
Extend wifi API with wps multi_ap parameter.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/wifi.h | 9 +++++----
libwifi/wpactrl_util.c | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
07ca78f548
commit
ef37f8d9c1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ PKG_RELEASE:=1
|
|||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=44ecccf9892e4b1a80d98964d67050026035eb2b
|
||||
PKG_SOURCE_VERSION:=db2ced904ddbd6ab936403ae193b2e343845fdf1
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git
|
||||
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue