From: Ben Greear
uci set wireless.@wifi-device[0].phyname=wiphy0
Then reboot and/or re-plug that device, and this will
name the phy wiphy0 instead of phy0, phy1, etc.
This can help keep phy names consistent through driver reloads
which may make the system easier to configure properly or to
make
efile
@@ -0,0 +1,63 @@
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=rtl8812au-ct
+PKG_RELEASE=1
+
+PKG_LICENSE:=GPLv2
+PKG_LICENSE_FILES:=
+
+PKG_SOURCE_URL:=https://github.com/greearb/rtl8812AU_8821AU_linux.git
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_DATE:=2018-11-09
+PKG_SOURCE_VE
From: Ben Greear
This way the radio (phy) name can be the same through module reloads.
To set the desired name:
uci set wireless.@wifi-device[0].phyname=wiphy0
I guess this only works on ipq6086 boards as I could not find a more
generic place to put this. Maybe someone can improve it.
Signed
From: Ben Greear
Reloading the driver causes the phyX to change, and that caused
the MAC address to change. Instead, match on pci-bus which should
be immutable.
Signed-off-by: Ben Greear
---
.../ipq806x/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac| 8 +++-
1 file changed, 7 inse
+++ b/package/kernel/ath10k-ct/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ath10k-ct
-PKG_VERSION:=2017-01-18
+PKG_VERSION:=2017-01-19
PKG_RELEASE=1
PKG_LICENSE:=GPLv2
@@ -10,7 +10,7 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
From: Ben Greear
Signed-off-by: Ben Greear
---
...fix-tk-clearing-on-athentication-frame-rx.patch | 42 ++
1 file changed, 42 insertions(+)
create mode 100644
network/services/hostapd/patches/900-fix-tk-clearing-on-athentication-frame-rx.patch
diff --git
a/network/servic
From: Ben Greear
Signed-off-by: Ben Greear
---
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
b/package/kernel/mac80211/files/lib/netifd/wirel
From: Ben Greear
Good for QCA9880, 9882 chipsets.
Signed-off-by: Ben Greear
---
package/firmware/ath10k-firmware/Makefile | 36 +++
1 file changed, 36 insertions(+)
diff --git a/package/firmware/ath10k-firmware/Makefile
b/package/firmware/ath10k-firmware/Makefile
clude $(TOPDIR)/rules.mk
+
+PKG_NAME:=ath10k-ct
+PKG_VERSION:=2017-01-18
+PKG_RELEASE=1
+
+PKG_LICENSE:=GPLv2
+PKG_LICENSE_FILES:=
+
+PKG_SOURCE_URL:=https://github.com/greearb/ath10k-ct.git
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_VE
From: Ben Greear
This lets ath10k-ct compile.
Signed-off-by: Ben Greear
---
This and next 2 patches are against chaos-calmer tree. This seems
to allow ath10k-ct driver and firmware to work for me,
and should help the next person trying such a thing.
.../mac80211/patches/9997-mac80211-txq-de
10 matches
Mail list logo