mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
[openwrt.git] / package / iw / patches / 120-tdls_peer_indentation.patch
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
This page took 0.041822 seconds and 5 git commands to generate.