mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2026-01-09 17:11:27 +00:00
Compare commits
3 Commits
v4.2.0
...
staging-WI
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52fe7a24b6 | ||
|
|
6cad3f7070 | ||
|
|
190f042059 |
@@ -1057,8 +1057,7 @@ return {
|
||||
bss_event("add", name);
|
||||
},
|
||||
bss_reload: function(phy, name, obj, reconf) {
|
||||
//bss_event("reload", name, { reconf: reconf != 0 });
|
||||
bss_event("reload", name, { reconf: false });
|
||||
bss_event("reload", name, { reconf: reconf != 0 });
|
||||
},
|
||||
bss_remove: function(phy, name, obj) {
|
||||
bss_event("remove", name);
|
||||
|
||||
@@ -96,6 +96,7 @@ function wiphy_detect() {
|
||||
let info = {
|
||||
antenna_rx: phy.wiphy_antenna_avail_rx,
|
||||
antenna_tx: phy.wiphy_antenna_avail_tx,
|
||||
reconf: true,
|
||||
bands: {},
|
||||
radios: []
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@ PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
|
||||
PKG_MIRROR_HASH:=6d3b8e342ce8e7aeef908acfcbefc989523f0de9cac215d8be4f148746c4e0ce
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2025-12-12
|
||||
PKG_SOURCE_VERSION:=d26c4b0a1e38d331deeef89c5ccf669ce9044791
|
||||
PKG_SOURCE_VERSION:=c991632278a71d08b82f78e32c51b580f4a01081
|
||||
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
|
||||
Reference in New Issue
Block a user