Skip to content

Instantly share code, notes, and snippets.

+diff --git a/mt7615/mcu.c b/mt7615/mcu.c
index 856ff36e..2c67abb6 100644
--- a/mt7615/mcu.c
+++ b/mt7615/mcu.c
@@ -750,6 +750,11 @@ mt7615_mcu_add_dev(struct mt7615_phy *phy, struct ieee80211_vif *vif,
&data, sizeof(data), true);
}
+static int
+__mt7615_mcu_add_sta(struct mt76_phy *phy, struct ieee80211_vif *vif,
From aa240909b9c14977c75600559d2b4d7d182ad995 Mon Sep 17 00:00:00 2001
From: Sander Vanheule <sander@svanheule.net>
Date: Thu, 13 May 2021 09:05:16 +0200
Subject: [PATCH] ramips: replace PoE gpio-export by regulator
A PoE passthrough as present on the TP-Link EAP235-Wall can also be seen
as a regulator with a fixed voltage output. Replace the gpio-export node
by a fixed-regulator node.
Signed-off-by: Sander Vanheule <sander@svanheule.net>