mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 06:43:09 +01:00
iw: replace patch with upstream version
Replace patch with upstream version. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://github.com/openwrt/openwrt/pull/21723 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
788958880b
commit
42f9b095d6
1 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,19 @@
|
|||
From 05bc0bb7d7cafbcad1e24ce7c7ab08943c5751d8 Mon Sep 17 00:00:00 2001
|
||||
From: Aleksander Jan Bajkowski <olek2@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@openwrt.org>
|
||||
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
|
||||
Link: https://patch.msgid.link/20260118120013.4383-1-olek2@wp.pl
|
||||
Signed-off-by: Johannes Berg <johannes.berg@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
|
||||
Loading…
Add table
Reference in a new issue