[openwrt/openwrt] iw: replace patch with upstream version

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 28 15:10:53 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/42f9b095d68e807100c45edff019eb37dccdd2f0

commit 42f9b095d68e807100c45edff019eb37dccdd2f0
Author: Aleksander Jan Bajkowski <olek2 at wp.pl>
AuthorDate: Mon Jan 26 23:25:00 2026 +0100

    iw: replace patch with upstream version
    
    Replace patch with upstream version.
    
    Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
    Link: https://github.com/openwrt/openwrt/pull/21723
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 ...> 130-iw-survey-add-BSS-receive-time-to-survey.patch} | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/package/network/utils/iw/patches/130-survey-bss-rx-time.patch b/package/network/utils/iw/patches/130-iw-survey-add-BSS-receive-time-to-survey.patch
similarity index 51%
rename from package/network/utils/iw/patches/130-survey-bss-rx-time.patch
rename to package/network/utils/iw/patches/130-iw-survey-add-BSS-receive-time-to-survey.patch
index d488c141c9..9be54cb805 100644
--- a/package/network/utils/iw/patches/130-survey-bss-rx-time.patch
+++ b/package/network/utils/iw/patches/130-iw-survey-add-BSS-receive-time-to-survey.patch
@@ -1,3 +1,19 @@
+From 05bc0bb7d7cafbcad1e24ce7c7ab08943c5751d8 Mon Sep 17 00:00:00 2001
+From: Aleksander Jan Bajkowski <olek2 at wp.pl>
+Date: Sun, 18 Jan 2026 13:00:07 +0100
+Subject: [PATCH] iw: survey: add BSS receive time to survey
+
+Print channel BSS receive time in survey dump. This patch comes
+from OpenWRT. It's been in use for 7 years.
+
+Cc: Felix Fietkau <nbd at openwrt.org>
+Signed-off-by: Aleksander Jan Bajkowski <olek2 at wp.pl>
+Link: https://patch.msgid.link/20260118120013.4383-1-olek2@wp.pl
+Signed-off-by: Johannes Berg <johannes.berg at intel.com>
+---
+ survey.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
 --- a/survey.c
 +++ b/survey.c
 @@ -60,6 +60,9 @@ static int print_survey_handler(struct n




More information about the lede-commits mailing list