]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: scan: add missing word for rm capabilities
authorMarkus Theil <markus.theil@tu-ilmenau.de>
Fri, 7 Feb 2020 15:54:04 +0000 (16:54 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Feb 2020 18:09:06 +0000 (19:09 +0100)
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
Link: https://lore.kernel.org/r/20200207155406.8985-1-markus.theil@tu-ilmenau.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
scan.c

diff --git a/scan.c b/scan.c
index fd522d47360ca15607556d368ec3d7c4d6b7c56d..a07636acbe780fd71a71d491d863396b9d0779f5 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -609,7 +609,7 @@ static void print_rm_enabled_capabilities(const uint8_t type, uint8_t len,
        PRINT_RM_CAPA(2, "Parallel Measurements");
        PRINT_RM_CAPA(3, "Repeated Measurements");
        PRINT_RM_CAPA(4, "Beacon Passive Measurement");
-       PRINT_RM_CAPA(5, "Beacon Active");
+       PRINT_RM_CAPA(5, "Beacon Active Measurement");
        PRINT_RM_CAPA(6, "Beacon Table Measurement");
        PRINT_RM_CAPA(7, "Beacon Measurement Reporting Conditions");
        PRINT_RM_CAPA(8, "Frame Measurement");