120-tdls_peer_indentation.patch 313 B

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