<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback, branch master</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2026-07-15T14:00:50Z</updated>
<entry>
<title>mbedtls: fix arm32 build errors with GCC 15.3</title>
<updated>2026-07-15T14:00:50Z</updated>
<author>
<name>Shiji Yang</name>
</author>
<published>2026-06-13T14:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=b04fa18ce60bada61876a72298c9262077d3e228'/>
<id>urn:sha1:b04fa18ce60bada61876a72298c9262077d3e228</id>
<content type='text'>
It seems that GCC 15.3 has added additional OOB checks for ARCH arm32.

Signed-off-by: Shiji Yang &lt;yangshiji66@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23774
Signed-off-by: Jonas Jelonek &lt;jelonek.jonas@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "ath79: mikrotik: compile SWCONFIG and AR8216_PHY as modules"</title>
<updated>2026-06-26T08:13:53Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2026-06-22T10:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=d37e683439fb4d7093b02348038e325a9ae4c6dd'/>
<id>urn:sha1:d37e683439fb4d7093b02348038e325a9ae4c6dd</id>
<content type='text'>
This reverts commit 9091c9f8cbd9da4fe47477f45668c6a11b24c16d.
</content>
</entry>
<entry>
<title>Revert "ath79: mikrotik: also compile AG71XX_LEGACY as a module"</title>
<updated>2026-06-26T08:13:53Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2026-06-22T10:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=cf926a1cca493afbbce36945cc83ba5f5a771716'/>
<id>urn:sha1:cf926a1cca493afbbce36945cc83ba5f5a771716</id>
<content type='text'>
This reverts commit 12abb2413a5f314dbf8dc9f5769bc58378c8c940.
</content>
</entry>
<entry>
<title>irq-ath79-intc: move irq_chip to private struct</title>
<updated>2026-06-26T07:40:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2026-06-19T22:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=e9f79cac12756a1468d8792a0ae7e06f956fce10'/>
<id>urn:sha1:e9f79cac12756a1468d8792a0ae7e06f956fce10</id>
<content type='text'>
For whatever reason, the static array change is causing massive dmesg
spam. Revert it for now.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>irq-ath79-intc: use of_irq_get</title>
<updated>2026-06-26T07:40:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2026-06-19T22:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=708ed4c958bfa5a48400b420c84ce658fca2976e'/>
<id>urn:sha1:708ed4c958bfa5a48400b420c84ce658fca2976e</id>
<content type='text'>
Modern version of irq_of_map_and_parse() that does not require
irq_dispose_mapping() to be called.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>wip: add testfix for fdb issues</title>
<updated>2026-06-26T07:39:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2026-06-26T07:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=f3a8335287fa211a555d98a72dd5ae634fbe1c25'/>
<id>urn:sha1:f3a8335287fa211a555d98a72dd5ae634fbe1c25</id>
<content type='text'>
Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>ath10k-ct: add Coverage Class setting ipq40xx and qca99xx WiFi (WIP)</title>
<updated>2026-06-26T07:39:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2024-05-21T12:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=30f20259efea7fa03b9a6af0088ad976c1f8103e'/>
<id>urn:sha1:30f20259efea7fa03b9a6af0088ad976c1f8103e</id>
<content type='text'>
Since QCA wireless firmware version 10.4 the Coverage Class can be set
for ipq40xx and qca99xx circuits via the wmi interface.
A timeout value adjusts protocol timing for the extra radio propagation
time that is inherent to transmission over larger than local distances.

In due time an upstream patch in mac80211 can be anticipated.
This patch enables use of ipq40xx SoC based devices in OpenWrt in the
mean time when Coverage Class setting is required.

Authors:
Sebastian Gottschall    &lt;s.gottschall@dd-wrt.com&gt;
William Wortel          &lt;wwortel@dorpstraat.com&gt;

Signed-off-by: William Wortel &lt;wwortel@dorpstraat.com&gt;
Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>hostapd: sync config files with upstream</title>
<updated>2026-06-26T07:39:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2023-10-24T12:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=c931e4a5222aee9273b56e163719f57774871173'/>
<id>urn:sha1:c931e4a5222aee9273b56e163719f57774871173</id>
<content type='text'>
Sync all config files, without changing current behaviour

This removes some upstream deprecated options while
introducing new ones.

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>ath79: set rb912 back to 25.000MHz clock</title>
<updated>2026-06-26T07:39:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2025-02-19T12:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=070050a6ef1e36f92afc0e453ac5198d686eeec9'/>
<id>urn:sha1:070050a6ef1e36f92afc0e453ac5198d686eeec9</id>
<content type='text'>
My boards all contain a 25MHz xtal ..

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>ath79: rb91x: enable pcie power early (WIP)</title>
<updated>2026-06-26T07:39:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2024-01-08T16:25:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=a5306af810af6c5332d733fe57ea9fe327ea8f56'/>
<id>urn:sha1:a5306af810af6c5332d733fe57ea9fe327ea8f56</id>
<content type='text'>
ensure PCIe devices get enumerated properly during power-on

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
</feed>
