]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
align TDLS output
authorJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 09:44:18 +0000 (11:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 09:44:18 +0000 (11:44 +0200)
station.c

index d58534f23f0a8fb04a6f73954d9203947abbf4c7..dde552f2065dd55289c2c6a46c0c8c03f90c19a0 100644 (file)
--- a/station.c
+++ b/station.c
@@ -274,7 +274,7 @@ static int print_sta_handler(struct nl_msg *msg, void *arg)
                }
 
                if (sta_flags->mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
-                       printf("\n\tTDLS peer:\t\t");
+                       printf("\n\tTDLS peer:\t");
                        if (sta_flags->set & BIT(NL80211_STA_FLAG_TDLS_PEER))
                                printf("yes");
                        else