projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
iw: update to version 3.3, sync with latest nl80211.h changes
[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