mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-13 20:40:08 +01:00
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 <jani.juvan@iopsys.eu>
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 <jani.juvan@iopsys.eu>
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 <bartlomiej.grzeskowiak@iopsys.eu>
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 <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6c0ba2ae1b35298ea93b85fb3989d084b20fb113
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
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 <bartlomiej.grzeskowiak@iopsys.eu>
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 <bartlomiej.grzeskowiak@iopsys.eu>
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 <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
-------------------------------------------------------------------------------
This commit is contained in:
parent
c9b2973ac8
commit
557f2693d3
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:=92f1e5a99226bd18897b1832e1879555e9953751
|
||||
PKG_SOURCE_VERSION:=03a776e8af7399e11d1405b351df0dafa3b9ae33
|
||||
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