Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> --- util.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/util.c b/util.c index 9fc0844..42c992d 100644 --- 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"); -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html