vdutta
a6a54316e8
uspd: Multiple fixes
...
- instance_mode parameter in usp ubus object methods
- Remove list_inform to align with latest bbf changes
- transaction related usp.raw methods
- Segregate usp and usp.raw object methods
- Support of percent escaped double quote in unique key search
- set: Show end_session_flag for cwmp proto
- Parallel processing support for operate and get commands
- unique_keys in 'dump_schema' method
- In/Out parameters in 'list_operate' method
- Performance optimizations
2020-11-19 18:04:07 +05:30
Amin Ben Ramdhane
0273969b9c
icwmp: 6.0-2020-10-19
2020-11-19 13:20:24 +01:00
Andreas Gnau
0781d5620d
natalie-dect: Change open SDK download URL to https
2020-11-19 13:18:03 +01:00
Andreas Gnau
d8d42400b1
endptmngr: Change open SDK download URL to https
2020-11-19 13:18:03 +01:00
Amin Ben Ramdhane
c3ee0a2d8a
Align BulkData & XMPP & UDPEchoserver & TWAMP with latest bbf changes
...
- remove unnecessary arguments from object/parameter definition
2020-11-19 13:16:47 +01:00
Amin Ben Ramdhane
d66c3c0bbf
bbf: 3.0-2020-11-19
2020-11-19 13:15:55 +01:00
Andreas Gnau
a57d03d7e9
iop: config: Change CONFIG_LOCALMIRROR to https
2020-11-19 13:11:42 +01:00
Jani Juvan
ec35396ffc
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* c04da97 ubus indexes for line and channel starting from 1
-------------------------------------------------------------------------------
commit c04da9743198041de1fbaa05600d997a4f71c174
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-18 10:10:06 +0100
ubus indexes for line and channel starting from 1
Base directory -> /
dslmngr.c | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2020-11-18 13:22:41 +01:00
Jani Juvan
7e9a109466
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 656dc78 libwifi: mtk: add SCAN_ABORT event
-------------------------------------------------------------------------------
commit 656dc782fda897559d5e3b336cab571162daee5f
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-11-16 11:46:52 +0100
libwifi: mtk: add SCAN_ABORT event
Add SCAN_ABORT event for radio interface.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 3 +++
libwifi/wifi.h | 1 +
2 files changed, 4 insertions(+)
-------------------------------------------------------------------------------
2020-11-18 13:22:27 +01:00
Omar Kallel
21c9d13b7a
cwmp: get forced inform and froced notifications from cwmp uci config instead of bbf
2020-11-18 10:16:16 +01:00
Jani Juvan
f467f2a90f
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* db4be52 fix for handling negative uints
-------------------------------------------------------------------------------
commit db4be520b7d03cfa576a95850ea44e59b41381ec
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-17 16:30:17 +0100
fix for handling negative uints
Base directory -> /
dslmngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2020-11-17 16:39:27 +01:00
Sukru Senli
8ffe458009
remove reference to non-existing parameters
2020-11-17 13:22:09 +01:00
Sukru Senli
a9122f9909
cifsd, cifsd-tools: replaced by ksmbd and ksmbd-tools
2020-11-17 13:21:16 +01:00
Sukru Senli
cea453c91c
correct copyright headers in package Makefiles
2020-11-17 13:14:22 +01:00
Rahul
4b707a26f4
Fix Bug #3822 : BurstSize default value updated
...
The default value of burst size in config is set to -1 which is one
part of the problem. The other part of the problem is that the check
in tr181 is not good enough to disallow negative values. That will
be fixed in a seprate patch.
2020-11-17 16:32:29 +05:30
Amin Ben Ramdhane
81a39308cc
bbf: 2.9-2020-11-16
2020-11-16 22:07:04 +01:00
Jani Juvan
73d7e51afa
Update feed [ iopsys ] package [ dslmngr ]
...
-------------------------------------------------------------------------------
* 2da1a3f clean-up json-files api-testing
* 21b0119 fixed invalid json
* 549a924 Fix a compilation error in testing
* c06c317 moved dependencies to shell-script instead of having them in docker file
-------------------------------------------------------------------------------
commit 2da1a3fc3d7ba2babfd88032af05c0e226e89008
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 17:14:11 +0200
clean-up json-files api-testing
Base directory -> /
test/api/json/atm.link.validation.json | 12 ------------
test/api/json/dsl.channel.validation.json | 2 +-
test/api/json/dsl.line.validation.json | 13 -------------
3 files changed, 1 insertion(+), 26 deletions(-)
-------------------------------------------------------------------------------
commit 21b0119c090832da9f8a3e4882876649f747ed22
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-12 08:45:15 +0200
fixed invalid json
Base directory -> /
test/api/json/atm.link.validation.json | 3 ---
1 file changed, 3 deletions(-)
-------------------------------------------------------------------------------
commit 549a924c5f3d48db43f02b469e7261feec10c47e
Author: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: 2020-08-10 12:39:18 +0200
Fix a compilation error in testing
Base directory -> /
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit c06c31728555a091f2807e64ddf7849829c57fef
Author: Suru Dissanaike <suru.dissanaike@iopsys.eu>
Date: 2020-08-05 15:15:41 +0200
moved dependencies to shell-script instead of having them in docker file
Base directory -> /
.gitlab-ci.yml | 9 ++++++---
gitlab-ci/install-dependencies.sh | 22 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2020-11-16 15:49:31 +01:00
Jani Juvan
557f2693d3
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(+)
-------------------------------------------------------------------------------
2020-11-16 15:48:24 +01:00
Sukru Senli
c9b2973ac8
qosmngr: correct cpu_model check
2020-11-13 22:51:13 +01:00
Sukru Senli
6f15e7ff27
qos: skip policer config for BCM6755
2020-11-13 22:37:38 +01:00
Sukru Senli
f431a3ddf5
icwmp: remove icwmp-tr098 subpackage
2020-11-13 21:51:08 +01:00
Anjan Chanda
4ce6578aa7
ieee1905-2.1.30
2020-11-13 21:45:44 +01:00
Amin Ben Ramdhane
39ab8e9282
bbf: 2.9-2020-11-13
2020-11-13 17:10:38 +01:00
Jani Juvan
e5694c1429
easy-soc-lib: Fix Makefile to pass correct broadcom chip config
2020-11-13 15:36:07 +01:00
Andreas Gnau
0c998dbb66
endptmngr: Renaming and clean-up of config-options
...
* Don't pass unused config options to Makefile
* Account for rename TARGET_NO_VOICE => !BCM_VOICE
2020-11-11 21:15:40 +01:00
Amin Ben Ramdhane
d8b5f3e1f0
bbf: 2.8-2020-11-11
2020-11-11 20:34:43 +01:00
Ronny Nilsson
0b39626067
Update feed [ iopsys ] package [ libpicoevent ]
...
-------------------------------------------------------------------------------
* f446f18 LICENSE: GPLv2 -> LGPLv2.1
-------------------------------------------------------------------------------
commit f446f186102539cceedaa15a95a33547ac3c1fd7
Author: Sukru Senli <sukru.senli@iopsys.eu>
Date: 2020-04-27 14:38:26 +0200
LICENSE: GPLv2 -> LGPLv2.1
Base directory -> /
LICENSE | 631 +++++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 406 insertions(+), 225 deletions(-)
-------------------------------------------------------------------------------
2020-11-11 20:07:31 +01:00
Ronny Nilsson
5665076321
endptmngr: restore autostart of endptmngr at boot.
2020-11-11 16:26:44 +01:00
Anjan Chanda
db5c1613f5
wfadatad: 3.0.0
2020-11-11 12:33:51 +01:00
Benjamin Larsson
c82cf9ebb0
Update feed [ iopsys ] package [ peripheral_manager ]
...
-------------------------------------------------------------------------------
* dd4a72a Dimmed LEDs should light up when press indicator is used.
* 68606f4 Remove test/include/mock_board.h
* c7e50cb Update path for IOP6.
* 5e2a45b Fully implement Linux GPIO and remove Broadcom ioctl().
* aff6aaf Update README.md
* 4dd33de Each button object needs to change lowercase, otherwise the button object will report error in ubus call.
-------------------------------------------------------------------------------
commit dd4a72aca663bf3c9a57f20e889e43a55d3da1b3
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-06 10:06:15 +0200
Dimmed LEDs should light up when press indicator is used.
When having dimmed LEDs and press indicator event occurs, we do want to them
to temporarily light up 100%.
Base directory -> /
src/led.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
-------------------------------------------------------------------------------
commit 68606f4dd3dbfe03d4256cd256e797f035d36c51
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:58:55 +0200
Remove test/include/mock_board.h
The file 'mock_board.h' serves no purpose and should be removed.
This commit removes it.
Base directory -> /
test/include/mock_board.h | 109 ----------------------------------------------
1 file changed, 109 deletions(-)
-------------------------------------------------------------------------------
commit c7e50cb16c2f583e842ccb0622631e7e03dc3079
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:40:42 +0200
Update path for IOP6.
The paths have changed on IOP6, this change reflects the current paths.
Base directory -> /
src/peripheral_manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 5e2a45b15b231da37764d00469137609471ae4c6
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2020-10-09 14:38:12 +0200
Fully implement Linux GPIO and remove Broadcom ioctl().
This also removes the obsolete use of sprintf() and correctly initializes
the variables (with cacheline alignment).
What needs further testing is bit-banging via the /sys/class/gpio-interface.
My initial testing on the EX600 showed however that this is possible.
Base directory -> /
CMakeLists.txt | 15 +------------
src/eco_bug.c | 4 +---
src/gpio.c | 56 -----------------------------------------------
src/gpio.h | 42 ++++++++---------------------------
src/gpio_button.c | 15 -------------
src/gpio_led.c | 7 ------
src/gpio_linux.c | 52 +++++++++++++++++++++----------------------
src/gpio_test.c | 13 ++++-------
src/led.c | 4 ++--
src/prox_px3220.c | 2 +-
src/touch_sx9512.c | 23 +++++--------------
test/include/mock_board.h | 1 -
12 files changed, 48 insertions(+), 186 deletions(-)
-------------------------------------------------------------------------------
commit aff6aafa04d908dca48852babe7dc0b0fa900aa8
Author: Andreas Jonson <andreas.jonson@iopsys.eu>
Date: 2020-09-09 11:09:44 +0200
Update README.md
Base directory -> /
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 4dd33de8f7b023c5260dc493ed37337fb2c2dc31
Author: pitchaiah prakash <pitchaiah.murugan@iopsys.eu>
Date: 2020-07-08 20:29:24 +0200
Each button object needs to change lowercase, otherwise the button object
will report error in ubus call.
Base directory -> /
src/button.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
2020-11-10 15:34:17 +01:00
Ronny Nilsson
1f7565536d
endptmngr: Adaptions for working with Broadcom 5.04L.02
2020-11-10 15:01:51 +01:00
Ronny Nilsson
1922fa2560
iop: TaaS need the trickle application too.
2020-11-08 01:12:27 +01:00
Ronny Nilsson
fe86ade858
iop: Refactor, extract to separate function.
2020-11-08 01:11:10 +01:00
Ronny Nilsson
f49c4f4a64
Rename due to several remote lab TaaS commands will be added to same file.
2020-11-08 00:35:51 +01:00
Jani Juvan
ac7491c010
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 92f1e5a libdsl: broadcom header fixup
* 4c72c1f libwifi: mtk: use reload_config
* e1f9fb9 libwifi: refactor ap_info call
* 321445d libwifi: nlwifi: fill survey in channels_info
* c723e0a libwifi: nlwifi: add channels_info
* f3368e4 libwifi: nlwifi: get vendor/product id
* 24dca3f libwifi: wifi: add channels_info callback
* 012de6c libwifi: mtk: add req_btm
* b900276 libwifi: mtk: add oper_std indication for backhaul
* 2deb863 libwifi: mtk: get_param - empty outupt buffer
* 89cd623 libwifi: iterate wildcard SSID IE correctly
* 6f508cb libwifi: introduce IE defines
* 4b582a3 libwifi: nlwifi: get channel correctly
* 22d94bb libwifi: nlwifi: introduce nlwifi_get_survey()
* 3ca5d99 libwifi: nlwifi: check max for supp channels
* 846cf76 libwifi: nlwifi: move phy_to_netdev()
* ef7c9c6 libwifi: wifi: use u64 for radio diagnostic
* 78b05b3 libwifi: nlwifi: get noise level
* 3e356a9 libwifi: nlwifi: use nlwifi_cmd() for scan
* 57b7659 libwifi: nlwifi: use nlwifi_cmd()
* 9a9fedf libwifi: nlwifi: use nlwifi_cmd()
* af18d6d libwifi: nlwifi: unlock phy commands
* b63aa97 libwifi: nlwifi: prepare for DFS
* 38e0638 libwifi: nlwifi: introduce nlwifi_cmd()
* 96eb796 libwifi: mtk: implement get_beacon_ies
-------------------------------------------------------------------------------
commit 92f1e5a99226bd18897b1832e1879555e9953751
Author: Jani Juvan <jani.juvan@iopsys.eu>
Date: 2020-11-05 15:55:05 +0100
libdsl: broadcom header fixup
Base directory -> /
libdsl/Makefile | 2 +-
libdsl/broadcom/AdslMibDef.h | 53 +++++++++++++++++++++++++++-----------------
libdsl/broadcom/bcmadsl.h | 31 ++++++++++++++++++--------
3 files changed, 56 insertions(+), 30 deletions(-)
-------------------------------------------------------------------------------
commit 4c72c1ff3c7e1d45d2007f68b6eb867e583b9bb7
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-28 10:24:41 +0100
libwifi: mtk: use reload_config
Use reload_config command when add/remove interfaces.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit e1f9fb9f62876029f83be79e51a9ccdce706edb5
Author: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Date: 2020-10-12 10:05:57 +0000
libwifi: refactor ap_info call
Use beacon ie in ap_info call to collect information about AP. Use size_t
instead of int to pass size arguments. Add some generic functions to parse
ies content. Move generic functions from wpactrl_util to util.
Signed-off-by: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 31 +-----
libwifi/util.c | 114 ++++++++++++++++++++++
libwifi/util.h | 3 +
libwifi/wpactrl_util.c | 256 ++++++++++++++++---------------------------------
libwifi/wpactrl_util.h | 17 +++-
5 files changed, 216 insertions(+), 205 deletions(-)
-------------------------------------------------------------------------------
commit 321445d0a8edfb171400cada477e15d154cb1c61
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-20 20:49:58 +0200
libwifi: nlwifi: fill survey in channels_info
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 104 +++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 96 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit c723e0ae1224212ec352161cf02cd328bcc2c07a
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-20 14:42:35 +0200
libwifi: nlwifi: add channels_info
Add implementation for channels_info. Fill DFS related params.
We still need to add survey data.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 1 +
libwifi/modules/nlwifi.c | 90 ++++++++++++++++++++++++++++++++++++++++++------
libwifi/modules/nlwifi.h | 1 +
3 files changed, 81 insertions(+), 11 deletions(-)
-------------------------------------------------------------------------------
commit f3368e44b69287499bde0206dca312c22ea2f73e
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-20 12:03:53 +0200
libwifi: nlwifi: get vendor/product id
Fill driver info vendor/product id.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 1 +
libwifi/modules/nlwifi.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
libwifi/modules/nlwifi.h | 1 +
3 files changed, 76 insertions(+)
-------------------------------------------------------------------------------
commit 24dca3f513087668117bd3d9127eab4051148380
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-23 15:50:41 +0200
libwifi: wifi: add channels_info callback
Will be used to get information about channels, like:
- dfs
- dfs state
- busy percent
- our busy_tx/busy_rx percent
- noise flour
- CAC time
- left NOP time
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/wifi.c | 11 +++++++++++
libwifi/wifi.h | 37 ++++++++++++++++++++++++++++++++++++-
2 files changed, 47 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 012de6c2776f745d4578fa34c7489ddbdb862515
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-15 16:27:37 +0200
libwifi: mtk: add req_btm
Add implementation for req_btm()
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 23 +++++++++++++++++++++++
libwifi/modules/nlwifi.c | 2 +-
libwifi/wpactrl_util.c | 3 +++
libwifi/wpactrl_util.h | 2 ++
4 files changed, 29 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit b9002767a83303d2a833948e9086bd85cd306d96
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-10-15 08:51:50 +0200
libwifi: mtk: add oper_std indication for backhaul
oper_std will return the information about link standard. 5GHz: a/n/ac are
supported separatelly 2,4GHz: b/g or n are supported.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 8 +++++-
libwifi/wpactrl_util.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++-
libwifi/wpactrl_util.h | 3 +++
3 files changed, 75 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 2deb86307a763a288eb8735b390ad7953f56ff01
Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Date: 2020-10-14 12:39:23 +0200
libwifi: mtk: get_param - empty outupt buffer
get_param function called multiple times, might not refresh output buffer.
Clear buffer before filling up with new data.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
Base directory -> /
libwifi/wpactrl_util.c | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 89cd6237ba90346101f62721424408202785e1c8
Author: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Date: 2020-10-14 10:36:32 +0000
libwifi: iterate wildcard SSID IE correctly
For wildcard SSID lenght of information element is zero, change macro
wifi_foreach_ie to handle also this case.
Signed-off-by: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Base directory -> /
libwifi/wifi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 6f508cbe6d958cdfc5f60c6827ce9b0cf939e53e
Author: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Date: 2020-10-05 20:53:50 +0000
libwifi: introduce IE defines
Replace raw IE ids with more redable defines like:
"0" -> IE_SSID
It will be usefull in IE's composition/decomposition.
Signed-off-by: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Base directory -> /
libwifi/modules/bcm.c | 14 +++++++-------
libwifi/modules/intel.c | 14 +++++++-------
libwifi/modules/nlwifi.c | 22 +++++++++++-----------
libwifi/util.c | 12 ++++++------
libwifi/wifi.h | 15 +++++++++++++++
5 files changed, 46 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
commit 4b582a3b69b7196ed7784d1f23b93523e49d0e1a
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-06 14:33:32 +0200
libwifi: nlwifi: get channel correctly
In case we don't have netdev, get channel from supported channels.
In other case upper layer could show band incorrectly.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 7 ++-----
libwifi/modules/nlwifi.c | 50 ++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 44 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
commit 22d94bb33d7a876ef8a6c588ba7f91b0c56e11a7
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-06 14:31:44 +0200
libwifi: nlwifi: introduce nlwifi_get_survey()
Get survey and fill radio diagnostic counters.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 76 +++++++++++++++++++++++++++++++++++++++---------
1 file changed, 62 insertions(+), 14 deletions(-)
-------------------------------------------------------------------------------
commit 3ca5d99a6d56699fdb0f5c7ee3d7690c49f110e7
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-06 14:26:17 +0200
libwifi: nlwifi: check max for supp channels
Check max for supported channels.
This is important while we are using NLM_F_DUMP - so cb() could be called
multiple times.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 846cf765afec559effe2fcb3598f4f88f1c2bbd4
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-06 14:07:23 +0200
libwifi: nlwifi: move phy_to_netdev()
Move phy_to_netdev() to nlwifi, while this is specyfic for opensource wifi
stack.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 35 -----------------------------------
libwifi/modules/nlwifi.c | 36 ++++++++++++++++++++++++++++++++++++
libwifi/modules/nlwifi.h | 1 +
3 files changed, 37 insertions(+), 35 deletions(-)
-------------------------------------------------------------------------------
commit ef7c9c6a90cc5b85ce1c6ad1300aeddbda260ca8
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-06 14:03:51 +0200
libwifi: wifi: use u64 for radio diagnostic
Use larger type for radio diagnostic counters.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/wifi.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit 78b05b31fb07e5daefd3052a00e3dc1693772892
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-10-01 16:51:13 +0200
libwifi: nlwifi: get noise level
Get noise level for the current channel.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 64 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 3e356a934396ae8b354c3096f97c01c90689d6ec
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 19:06:16 +0200
libwifi: nlwifi: use nlwifi_cmd() for scan
Use it also for NL80211_CMD_GET_SCAN.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 42 +++++++++++-------------------------------
1 file changed, 11 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
commit 57b7659c33b6a90963f95e251a8ab0b58b151861
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 18:42:22 +0200
libwifi: nlwifi: use nlwifi_cmd()
Use it for NL80211_CMD_GET_STATION command.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 168 +++++++++++------------------------------------
1 file changed, 38 insertions(+), 130 deletions(-)
-------------------------------------------------------------------------------
commit 9a9fedf0317820ad193ab457000a2cec193b4877
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 17:13:30 +0200
libwifi: nlwifi: use nlwifi_cmd()
Use it for NL80211_CMD_GET_INTERFACE.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 257 ++++++++++-------------------------------------
1 file changed, 52 insertions(+), 205 deletions(-)
-------------------------------------------------------------------------------
commit af18d6dcb14b8e643cc5a51655b9bedff3f033ba
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 12:13:30 +0200
libwifi: nlwifi: unlock phy commands
Before we allow only netdev commands.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 45 ++++++++++++++++-----------------------------
libwifi/modules/nlwifi.c | 44 +++++++++++++++++++++++++++++++++++++++-----
2 files changed, 55 insertions(+), 34 deletions(-)
-------------------------------------------------------------------------------
commit b63aa970233edb3ab75c8e5b48021669928ad410
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 11:56:00 +0200
libwifi: nlwifi: prepare for DFS
Request and show DFS channel state. This is preparation for real
implementation.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 38e063868ba27f6bea61b5f4fb905bd5480bc41c
Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: 2020-09-30 08:44:21 +0200
libwifi: nlwifi: introduce nlwifi_cmd()
Intruduce function that will send NL commands. As example use this command
for all calls that using NL80211_CMD_GET_WIPHY.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Base directory -> /
libwifi/modules/nlwifi.c | 274 +++++++++++++++++++----------------------------
1 file changed, 108 insertions(+), 166 deletions(-)
-------------------------------------------------------------------------------
commit 96eb796d35f53a540ed93b2a2a3c7f4575573021
Author: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Date: 2020-09-29 19:24:45 +0000
libwifi: mtk: implement get_beacon_ies
Beacon IEs are taken from hostapd via new hostapd_cli command "get_beacon
ies". IEs from hex string format are converted to binary array.
Signed-off-by: Marek Puzyniak <marek.puzyniak@iopsys.eu>
Base directory -> /
libwifi/modules/mtk.c | 7 +++++++
libwifi/wpactrl_util.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
libwifi/wpactrl_util.h | 2 ++
3 files changed, 57 insertions(+)
-------------------------------------------------------------------------------
2020-11-06 08:37:44 +01:00
Jani Juvan
63db10eb1f
easy-soc-lib: Fix Makefile to pass broadcom chip id properly
2020-11-06 08:35:41 +01:00
vdutta
651ad4ce22
map-1905: Add validate function in plugin
2020-11-06 10:14:22 +05:30
vdutta
51a3b0ad35
uspd: Added ubus methods to list_inform and init_notify
2020-11-05 15:50:09 +05:30
Oskar Viljasaar
0c8b1ea046
iop: genconfig: add iopsys-bcm2711 (rpi-4) support
2020-11-02 17:33:21 +01:00
Oskar Viljasaar
104805a36e
feeds_update: add support for iopsys-bcm27xx
2020-11-02 17:32:25 +01:00
Oskar Viljasaar
a1bfb1b568
iop: genconfig_min: add iopsys-bcm2711 (rpi-4) support
2020-11-02 17:31:41 +01:00
Sukru Senli
5c744f71e3
remove reference to iopsys_brcm63xx_mips target
2020-11-01 10:42:32 +01:00
Sukru Senli
20ca483d80
iop: genconfig: change juci theme directory
2020-10-31 12:28:24 +01:00
Sukru Senli
7a466c989c
iop: do not select loop-detector
2020-10-31 12:14:53 +01:00
Kenneth Johansson
ff63939e84
ssh_upgrade: Add handling for config option.
...
can now handle no reboot and keep config options.
2020-10-30 19:06:22 +01:00
Kenneth Johansson
3b283b8f3a
iop: ssh_upgrade: use sysupgrade as default.
...
sysupgrade is now more functional than iopu so use that instead.
2020-10-29 18:33:00 +01:00
Jakob Olsson
d93d72587e
ieee1905: 20.0.30
2020-10-29 13:51:52 +01:00
Ronny Nilsson
b098ef3dc2
Add support for TaaS smoketesting of images.
...
For developers and Jenkins etc. A short hand command for
testing the just built image on real hardware. To be
used before pushing commits and nightly images to public.
2020-10-28 16:11:26 +01:00
Simon Tate
8c69fc062a
bulkdata: Bulkdata fails to build on x86
...
To get bulkdata to build on x86, added limitation on the asprintf %.*s
to use integer type (as per the programming manual).
2020-10-27 13:05:24 +01:00
Amin Ben Ramdhane
8ad4f32786
bbf: 2.7-2020-10-23
2020-10-23 18:08:30 +01:00