aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw/patches/120-tdls_peer_indentation.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-06 22:35:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-06 22:35:50 +0000
commitf4f4d540587e148a1e16d79d2e4e19d9b87820cc (patch)
tree6a741b60b1037239d0bef35239845b5d8721b874 /package/network/utils/iw/patches/120-tdls_peer_indentation.patch
parent38b02b3b29e7f57d29650d7c8648c37c2b532a3b (diff)
downloadmaster-187ad058-f4f4d540587e148a1e16d79d2e4e19d9b87820cc.tar.gz
master-187ad058-f4f4d540587e148a1e16d79d2e4e19d9b87820cc.tar.bz2
master-187ad058-f4f4d540587e148a1e16d79d2e4e19d9b87820cc.zip
iw: update to 3.10, sync with nl80211.h changes in compat-wireless
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iw/patches/120-tdls_peer_indentation.patch')
-rw-r--r--package/network/utils/iw/patches/120-tdls_peer_indentation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/utils/iw/patches/120-tdls_peer_indentation.patch b/package/network/utils/iw/patches/120-tdls_peer_indentation.patch
deleted file mode 100644
index 68368734e1..0000000000
--- a/package/network/utils/iw/patches/120-tdls_peer_indentation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/station.c
-+++ b/station.c
-@@ -267,7 +267,7 @@ static int print_sta_handler(struct nl_m
- }
-
- if (sta_flags->mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
-- printf("\n\tTDLS peer:\t\t");
-+ printf("\n\tTDLS peer:\t");
- if (sta_flags->set & BIT(NL80211_STA_FLAG_TDLS_PEER))
- printf("yes");
- else