arm-master
arm-sdk714
arm-sdk7
arm-ng
2025.2
2024.5
2024.4
2024.3
2024.2
2024.1
2023.5
2023.4
2023.3
2023.2
2023.1
2022.7
2022.6
2022.5
2022.4
2022.3
2022.2
2022.1
2021.8
2021.7
2021.6
2021.5
2021.4
2021.3
2021.2
2021.1
2021.1.082
2021.1.070
2021.1.044
2020.8
2020.8.164
2020.8.144
2020.8.130
2020.8.113
2020.8.083
2020.8.060
2020.8.048
2020.8.042
2020.8.029
2020.8.022
2020.8.021
2020.6
2020.6.084
2020.6.080
2020.6.076
2020.6.065
2020.6.064
2020.6.060
2020.6.055
2020.5
2020.4
2020.4.140
2020.4.100
2020.4.078
2020.3
2020.3.039
2020.3.031
2020.3.028
2020.3.027
2020.2
2020.1
2020.1.037
2020.1.001
2019.4
2019.4.095
2019.4.090
2019.4.056
2019.3
2019.3.274
2025.1
${ noResults }
3 Commits (arm-master)
Author | SHA1 | Message | Date |
---|---|---|---|
|
b6fb9591e3 |
SDK7: add wireless band steering feature (turned off by default)
Note: right now only On/Off at GUI (keep it simple). tested with dual-core arm and apple device (iOS 14) Control parameter can be adjusted via nvram variables (no GUI yet, tbd.). For basic infos, have a look at https://www.smallnetbuilder.com/wireless/wireless-howto/32653-asus-rt-ac3200-smart-connect-the-missing-manual?start=0 For default config see (or nvram variables) // [Example from SDK6 router] root@Tomato-ARM:/tmp/home/root# bsd -i === Basic info === max_ifnum: 2 mode: 2 role: 3 helper: 192.168.1.232[9877] primary: 192.168.1.231[9878] status_poll: 5 counter_poll: 0 idle_rate: 10 prefer_5g: 1 scheme: 2[3] steer_timeout: 15 sta_timeout: 120 maclist_timeout: 3 probe_timeout: 3600 probe_gap: 30 poll_interval: 1 slowest_at_ratio: 40 phyrate_delta: 200 === intf_info === idx: 0 idx=0 band=2 remote=0 enabled=1 steering_flags=0x2 Steer Policy: max=0 period=5 cnt=3 rssi=-52 phyrate_high=110 phyrate_low=0 flags=0x22 state=3 Rule Logic: OR RSSI: Greater than VHT: Allowed NON VHT: Allowed NEXT RF: NO PHYRATE (HIGH): Greater than or Equal to LOAD BALANCE: NO STA NUM BALANCE: NO PHYRATE (LOW): Less than N ONLY: NO Interface Qualify Policy: min_bw=0 rssi=-75 flags=0x0 Rule Logic: OR VHT: Allowed NON VHT: Allowed ifidx=0 bssidx=0 ifnames=eth1 valid=1: prefix=wl0_ ssid=MM24-Test idx=0x0 bssid=f0:70:60:7f:50:01 rclass=0x4 chanspec=0x1001 prio=0x0 video_idle=0 steer_prefix=wl1_ [1][0] policy=3[6] algo=0[2] Sta Select Policy: defined=YES: idle_rate=10 rssi=-52 phyrate_high=110 phyrate_low=0 wprio=0 wrssi=1 wphy_rate=1 wtx_failures=0 wtx_rate=0 wrx_rate=0 flags=0x122 Rule Logic: OR RSSI: Greater than VHT: Allowed NON VHT: Allowed NEXT RF: NO PHYRATE (HIGH): Greater than or Equal to LOAD BALANCE: NO SINGLE BAND: No Preference DUAL BAND: Prefered ACTIVE STA: Can't be Selected PHYRATE (LOW): Less than N ONLY: NO bssinfo to list: ifname=eth1, intf_info->idx=0 ifidx=1 bssidx=0 to_ifidx=1 ifnames=eth2 prefix=wl1_ idx: 1 idx=1 band=1 remote=0 enabled=1 steering_flags=0x0 Steer Policy: max=80 period=5 cnt=3 rssi=-82 phyrate_high=0 phyrate_low=0 flags=0x20 state=2 Rule Logic: OR RSSI: Less than or Equal to VHT: Allowed NON VHT: Allowed NEXT RF: NO PHYRATE (HIGH): Greater than or Equal to LOAD BALANCE: NO STA NUM BALANCE: NO PHYRATE (LOW): Less than N ONLY: NO Interface Qualify Policy: min_bw=60 rssi=-75 flags=0x0 Rule Logic: OR VHT: Allowed NON VHT: Allowed ifidx=1 bssidx=0 ifnames=eth2 valid=1: prefix=wl1_ ssid=MM24-Test idx=0x0 bssid=f0:70:60:7f:50:04 rclass=0x7 chanspec=0xe06a prio=0x0 video_idle=0 steer_prefix=wl0_ [0][0] policy=2[6] algo=0[2] Sta Select Policy: defined=YES: idle_rate=10 rssi=-82 phyrate_high=0 phyrate_low=0 wprio=0 wrssi=1 wphy_rate=1 wtx_failures=0 wtx_rate=0 wrx_rate=0 flags=0x20 Rule Logic: OR RSSI: Less than or Equal to VHT: Allowed NON VHT: Allowed NEXT RF: NO PHYRATE (HIGH): Greater than or Equal to LOAD BALANCE: NO SINGLE BAND: No Preference DUAL BAND: No Preference ACTIVE STA: Can't be Selected PHYRATE (LOW): Less than N ONLY: NO bssinfo to list: ifname=eth2, intf_info->idx=1 ifidx=0 bssidx=0 to_ifidx=0 ifnames=eth1 prefix=wl0_ root@Tomato-ARM:/tmp/home/root# Further Note: to save nvram space --> feature turned off for dir868l |
5 years ago |
|
af1859afbb |
Another big update
- updated et, wl, ctf, emf, igs, bcm57xx drivers - most binaries compiled from sources line libbcm, bcmcrypto, libbcmcrypto, nas, eapd, emf, igs - fixed flash used space - fixed wireless encryption problem (nas got Segmentation Fault) - added ionice and taskset for Samba - shared, include and router/shader code updated - one fix in optware install script - removed some mipsel stuff like iptables, iproute, et, nvram ... - CFLAGS, LDFLAGS updated - propably much more changes and fixes but i dont remember now ;) |
12 years ago |
|
6ae60e4580 | Remove src, src-rt and src-rt-6.x directories | 12 years ago |