packages: sort network related packages into package/network/
[openwrt.git] / package / network / utils / iw / patches / 120-tdls_peer_indentation.patch
1 --- a/station.c
2 +++ b/station.c
3 @@ -267,7 +267,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