Skip to content

Instantly share code, notes, and snippets.

View Fail-Safe's full-sized avatar

Mark B Fail-Safe

  • United States
View GitHub Profile
Index: backports-6.1-rc8/net/mac80211/sta_info.c
===================================================================
--- backports-6.1-rc8.orig/net/mac80211/sta_info.c
+++ backports-6.1-rc8/net/mac80211/sta_info.c
@@ -673,12 +673,13 @@ __sta_info_alloc(struct ieee80211_sub_if
}
sta->cparams.ce_threshold = CODEL_DISABLED_THRESHOLD;
- sta->cparams.target = MS2TIME(20);
- sta->cparams.interval = MS2TIME(100);
@Fail-Safe
Fail-Safe / mt76_Brain2000.patch
Created March 9, 2023 18:37
Patch to Switch to Brain2000's mt76 Repo
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 34930d7693..87690dacd7 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -6,11 +6,11 @@ PKG_RELEASE=5
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
-PKG_SOURCE_URL:=https://github.com/openwrt/mt76
+PKG_SOURCE_URL:=https://github.com/Brain2000/mt76