mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
ucentral: development update
* improve handling of the /certificates partition * ignore sysupgrade.tgz provided by R1 * update netifd * fix mac80211.sh bug when setting HE beamforming * update ucentral-schema Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -25,7 +25,7 @@ index 7061456b08..cce2529ac8 100644
|
||||
-PKG_SOURCE_VERSION:=c00c8335d6188daa326ecfe5a62da15a9b9987e1
|
||||
-PKG_MIRROR_HASH:=c740e51e0cec13eec336ba1c7a643db3b64a9a2235f8c1b73a566cb89e841190
|
||||
+PKG_SOURCE_DATE:=2021-05-26
|
||||
+PKG_SOURCE_VERSION:=50381d0a2998f6c0fc4823f0c2aa4206063d549e
|
||||
+PKG_SOURCE_VERSION:=b0d0906883021baca9ef6e80ba0480ac3e2a4b7a
|
||||
+PKG_MIRROR_HASH:=
|
||||
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
From 1bf3acc4bcfb66325ea65086af71ee9d67d4e137 Mon Sep 17 00:00:00 2001
|
||||
From 55944d85d5afb04d1d54c59ef68058c7dd1da9ce Mon Sep 17 00:00:00 2001
|
||||
From: John Crispin <john@phrozen.org>
|
||||
Date: Thu, 27 May 2021 13:25:03 +0200
|
||||
Subject: [PATCH 01/30] mac80211: update to latest HEAD
|
||||
Subject: [PATCH 01/32] mac80211: update to latest HEAD
|
||||
|
||||
Signed-off-by: John Crispin <john@phrozen.org>
|
||||
---
|
||||
@@ -206,7 +206,7 @@ index fb576c5809..473bbf597c 100644
|
||||
AG => Dual A-PHY G-PHY
|
||||
G => G-PHY
|
||||
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
|
||||
index 92c56afd24..5856d0571f 100644
|
||||
index 92c56afd24..f30632cb92 100644
|
||||
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
|
||||
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
|
||||
@@ -26,7 +26,6 @@ drv_mac80211_init_device_config() {
|
||||
@@ -257,7 +257,7 @@ index 92c56afd24..5856d0571f 100644
|
||||
+ set -- $capab
|
||||
+ [ "$(($4))" -gt 0 ] || continue
|
||||
+ [ "$(((0x$2) & $3))" -gt 0 ] || {
|
||||
+ eval "$4=0"
|
||||
+ eval "$1=0"
|
||||
+ continue
|
||||
+ }
|
||||
+ append base_cfg "$1=1" "$N"
|
||||
|
||||
Reference in New Issue
Block a user