Root/
| 1 | --- a/station.c |
| 2 | +++ b/station.c |
| 3 | @@ -258,7 +258,7 @@ static int print_sta_handler(struct nl_m |
| 4 | } |
| 5 | |
| 6 | if (sta_flags->mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) { |
| 7 | - printf("\n\tTDLS peer:\t\t"); |
| 8 | + printf("\n\tTDLS peer:\t"); |
| 9 | if (sta_flags->set & BIT(NL80211_STA_FLAG_TDLS_PEER)) |
| 10 | printf("yes"); |
| 11 | else |
| 12 |
