diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-06 22:35:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-06 22:35:50 +0000 |
commit | da252b4fb825db33d0719edc60c0af3286310e72 (patch) | |
tree | 6a741b60b1037239d0bef35239845b5d8721b874 /package/network/utils/iw/patches/120-tdls_peer_indentation.patch | |
parent | 63e3eca5522b4dbcaa0412b1dadc44fa7ccc3ce5 (diff) |
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.patch | 11 |
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 68368734e..000000000 --- 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 |