No description
Find a file
Anjan Chanda 1efd84e640 Update feed [ feed_inteno_packages ] package [ mtk-bndstrg ]
-------------------------------------------------------------------------------
* dc542ed mtk-bndstrg: remove 'bndstrg' executable from git control
* 77f0c67 mtk-bndstrg: add more debug messages
* 7563a42 mtk-bndstrg: cleanup and refactor periodic exec loop
* 22161ce mtk-bndstrg: don't lookup nvram to decide clients' connection
* 91ae9ce mtk-bndstrg: enhance dynamic steering between 2.4G and 5G
* a531de6 mtk-bndstrg: fix client's state in DEFAULT_5G condition check
* 017d440 mtk-bndstrg: fix client's state checking in update_entry
* 135215d mtk-bndstrg: consider total frames in BAND_PERSIST decision
* 286fd5d mtk-bndstrg: change Hold time and low Rssi threshold default values
* 22fabf5 mtk-bndstrg: pass updated Control_Flags in CLI_ADD msg
* cd248e3 mtk-bndstrg: Skip checking nss and load-balance rules
* 22a9ab8 mtk-bndstrg: don't exit daemon prematurely
* da5014c mtk-bndstrg: change 'TableIndex' data type
* a1c0eda mtk-bndstrg: initialize bndstrg message buffers to zero
* cf9bd08 mtk-bndstrg: add improved debug messages
* 4f5528e mtk-bndstrg: improve debugging macros
* 484923b mtk-bndstrg: Update code to version bndstrg_5030
-------------------------------------------------------------------------------
commit dc542ed2f07ee0ff6966d498665c1d4ea571f06e
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:39:22 +0530

    mtk-bndstrg: remove 'bndstrg' executable from git control

Base directory -> /
 bndstrg | Bin 163132 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
-------------------------------------------------------------------------------
commit 77f0c676a4e6c694869f69f0c26ccc5ebc0c27a2
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:36:21 +0530

    mtk-bndstrg: add more debug messages

Base directory -> /
 bndstrg.c | 34 +++++++++++++++++++++++++++++++---
 1 file changed, 31 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 7563a429c249dcca4278d71425b0915cfc290045
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:34:43 +0530

    mtk-bndstrg: cleanup and refactor periodic exec loop

Base directory -> /
 bndstrg.c | 84 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 33 insertions(+), 51 deletions(-)
-------------------------------------------------------------------------------
commit 22161cedb798f089037240605512d085e5a2fdcc
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:29:15 +0530

    mtk-bndstrg: don't lookup nvram to decide clients' connection

Base directory -> /
 bndstrg.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 91ae9ce4615d2927d4c6e67f8846333ffd766334
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:21:53 +0530

    mtk-bndstrg: enhance dynamic steering between 2.4G and 5G

Base directory -> /
 bndstrg.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 bndstrg.h |  2 ++
 2 files changed, 60 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit a531de6e3cc226567476e0321c56fede7d069fc8
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:16:24 +0530

    mtk-bndstrg: fix client's state in DEFAULT_5G condition check

Base directory -> /
 bndstrg.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 017d4403923544c7f987e69ad24930b70d0c1b26
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:14:08 +0530

    mtk-bndstrg: fix client's state checking in update_entry

Base directory -> /
 bndstrg.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 135215d98dd0b1eca4b55dddf42e44c6779a5fe2
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-13 14:11:03 +0530

    mtk-bndstrg: consider total frames in BAND_PERSIST decision

Base directory -> /
 bndstrg.c | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 286fd5d32526217109b2064abbdedd13db67b185
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 15:02:31 +0530

    mtk-bndstrg: change Hold time and low Rssi threshold default values

Base directory -> /
 bndstrg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 22fabf524f6101eb3ed12ff1adf2d3d10fe5528f
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 14:58:56 +0530

    mtk-bndstrg: pass updated Control_Flags in CLI_ADD msg

Base directory -> /
 driver_wext.c | 3 +++
 1 file changed, 3 insertions(+)
-------------------------------------------------------------------------------
commit cd248e3aadba9568ccdb9531fe1335a575d0f39d
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 14:54:01 +0530

    mtk-bndstrg: Skip checking nss and load-balance rules

Base directory -> /
 bndstrg.c | 2 ++
 1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 22a9ab84a142aae28ca35aaff2443a125aa6422b
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 14:21:24 +0530

    mtk-bndstrg: don't exit daemon prematurely

Base directory -> /
 bndstrg.c | 2 ++
 1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit da5014ce87587c075a557f20d9743b67b243487c
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 14:16:03 +0530

    mtk-bndstrg: change 'TableIndex' data type

Base directory -> /
 bndstrg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit a1c0eda897f20b26b86e4a2a587e639b98480d24
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 14:08:00 +0530

    mtk-bndstrg: initialize bndstrg message buffers to zero

Base directory -> /
 bndstrg.c     | 2 +-
 driver_wext.c | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit cf9bd084b06e55bfcee30e967450dbe8880fb718
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 13:59:57 +0530

    mtk-bndstrg: add improved debug messages

Base directory -> /
 bndstrg.c | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 72 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
commit 4f5528e88cd4606043ff7346f5e398dfd6b99a04
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 13:43:59 +0530

    mtk-bndstrg: improve debugging macros

Base directory -> /
 bndstrg.c |  5 +++++
 debug.h   | 27 +++++++++++++++++++++++++++
 main.c    |  5 ++++-
 3 files changed, 36 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 484923b663d03a61a198bcde3cf5364ab08d0ace
Author: Anjan Chanda <anjan.chanda@inteno.se>
Date: 2017-07-12 13:28:17 +0530

    mtk-bndstrg: Update code to version bndstrg_5030

Base directory -> /
 bndstrg       |  Bin 160584 -> 163132 bytes
 bndstrg.c     | 1046 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 bndstrg.h     |  140 ++++++--
 debug.h       |    2 +-
 driver.h      |    2 +
 driver_wext.c |   34 +-
 main.c        |    4 +-
 7 files changed, 1141 insertions(+), 87 deletions(-)
-------------------------------------------------------------------------------
2017-07-13 15:22:03 +05:30
4g-support 4g-support: send hotplug.usb events with dongle details 2016-06-10 17:30:34 +02:00
asterisk-1.8.x-mod asterisk: asterisk.hotplug: try ipv6 address to bind if ipv4 is not available 2017-05-10 18:43:53 +02:00
ated Use http url:s for public packets 2017-05-04 13:32:47 +02:00
bashdb Add bash debugger. 2017-03-23 10:07:43 +01:00
bootchart2 Add bootchart2. 2016-03-11 20:59:14 +01:00
catv changed back config from 0/1 to no/yes for backwords compability reasons 2016-08-31 15:27:01 +02:00
crashlog crashlog: put into syslog that we have received a file. 2015-09-24 13:15:44 +02:00
dectmngr dectmngr v1.0.23 2016-07-08 19:46:53 +02:00
dectmngr2 Revert "Add natalie-dect as dependency for dectmngr2" 2017-06-21 14:17:28 +02:00
endptcfg Add OPEN config parameters to the kconfig system 2016-04-15 11:39:13 +02:00
eventlog eventlog package 2016-09-12 12:46:25 +02:00
gigaset-elements gigaset-elements 2.4.2 - dg400 integration, dectmngr2 support 2016-10-28 13:48:23 +02:00
ice-client ice-client: set passwords via uci 2017-07-04 13:40:05 +02:00
icgroupd icgroupd: Disable RT-scheduling control due to mips malfunction 2016-04-20 10:24:12 +02:00
icwmp icwmp-3.0-2017-07-10 2017-07-12 10:23:32 +02:00
ifsi Fix circular dependency 2015-09-01 10:39:16 +02:00
inbd Update feed [ feed_inteno_packages ] package [ inbd ] 2017-06-30 08:58:28 +02:00
inotify-tools Add inotify-tools, iop_write_monitor. 2016-02-25 18:19:22 +01:00
inteno-netmodes inteno-netmodes: bring uplink wifi interface up/down if broadcom 2017-07-05 15:05:16 +02:00
iop iop: genconfig: remove build_dir not found warning 2017-07-12 10:17:44 +02:00
iup iup: convert DESKEY to HEX format 2017-06-22 12:02:04 +02:00
iwatchdog Creashlog: handle default values. 2015-09-21 16:01:57 +02:00
layer2interface correct variable name. 2017-07-05 13:45:33 +02:00
libcgroup libcgroup: Add missing dependency on librt 2016-06-08 15:49:44 +02:00
libstrophe libstrophe: rename base64_decode/encode functions 2016-07-05 14:42:41 +02:00
libtrace Update feed [ feed_inteno_packages ] package [ libtrace ] 2017-04-06 10:44:45 +02:00
lmbench lmbench again. for real this time. 2016-09-02 15:07:05 +02:00
logrotate logrotate package added 2016-11-11 09:54:17 +01:00
mtk-bndstrg Update feed [ feed_inteno_packages ] package [ mtk-bndstrg ] 2017-07-13 15:22:03 +05:30
multiwan multiwan: allow comma as separator in dns servers list 2017-01-18 16:43:51 +01:00
natalie-dect Build natalie-dect single threaded. for real this time. 2017-06-22 16:36:41 +02:00
natalie-dect-h Updated Natalie to version 12.26 2016-07-08 19:46:53 +02:00
ndisc ndisc package 2016-09-09 15:08:07 +02:00
peripheral_manager Update feed [ feed_inteno_packages ] package [ peripheral_manager ] 2017-06-09 16:54:46 +02:00
picolisp add picolisp-3.1.10 2016-02-29 21:39:17 +01:00
port-management port_management: configure only if the necessary tools exist 2017-03-23 10:05:12 +01:00
power-management power-management: replace unexisting pwrctl command with correct one 2016-02-29 10:07:06 +01:00
questd Update feed [ feed_inteno_packages ] package [ questd ] 2017-07-10 14:48:51 +02:00
samba2 samba2: set --with-included-popt 2016-07-05 17:04:35 +02:00
samba3 samba3: security patches for CVE-2010-2063 CVE-2010-3069 CVE-2012-1182 2017-05-31 16:50:55 +02:00
sipcalc add sipcalc package 2015-12-18 11:18:47 +01:00
speedtest-cli Merged some of the quarantine files 2015-06-23 17:27:14 +02:00
syslog-ng3 syslong-ng3: depend on libeventlog 2016-09-12 12:46:25 +02:00
tptest Update feed [ feed_inteno_packages ] package [ tptest ] 2017-03-23 10:04:39 +01:00
uboot Update feed [ feed_inteno_packages ] package [ u-boot ] 2017-06-19 17:20:08 +02:00
ubus-mqtt Changed Makefiles to use HTTP URLs. 2016-02-19 11:24:32 +01:00
voice-client voice_client: support binding asterisk to ipv6 interface 2017-04-28 11:26:17 +02:00
voicesec replaced ihgsp and iopsys urls 2016-03-09 16:13:34 +01:00
wifimngr update package dependencies for ice-client and wifimngr 2016-04-06 13:36:07 +02:00