]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: fix typo on LDPC capability
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 8 Apr 2010 20:10:25 +0000 (16:10 -0400)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 9 Apr 2010 07:42:39 +0000 (09:42 +0200)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
util.c

diff --git a/util.c b/util.c
index 9fc08441a7bd79812dcd47a1b11d75ab7f938118..42c992d32cfced97df54e03737559cdc97208662 100644 (file)
--- a/util.c
+++ b/util.c
@@ -436,7 +436,7 @@ void print_ht_capability(__u16 cap)
 
        printf("\t\tCapabilities: 0x%02x\n", cap);
 
-       PRINT_HT_CAP((cap & BIT(0)), "RX LDCP");
+       PRINT_HT_CAP((cap & BIT(0)), "RX LDPC");
        PRINT_HT_CAP((cap & BIT(1)), "HT20/HT40");
        PRINT_HT_CAP(!(cap & BIT(1)), "HT20");