diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-01-27 08:56:14 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-01-27 08:56:14 +0000 |
commit | 2ac7f2cab469ddda373f6a194ac7867209d03ed9 (patch) | |
tree | a5f5a411049890af5af12abea32ab99a0222594f /package/iw/patches/501-ibss-bintval.patch | |
parent | 57355faae118ec3bd4fcc6706d6fab8c4a5f887d (diff) | |
download | upstream-2ac7f2cab469ddda373f6a194ac7867209d03ed9.tar.gz upstream-2ac7f2cab469ddda373f6a194ac7867209d03ed9.tar.bz2 upstream-2ac7f2cab469ddda373f6a194ac7867209d03ed9.zip |
iw: Refresh patches
SVN-Revision: 25135
Diffstat (limited to 'package/iw/patches/501-ibss-bintval.patch')
-rw-r--r-- | package/iw/patches/501-ibss-bintval.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iw/patches/501-ibss-bintval.patch b/package/iw/patches/501-ibss-bintval.patch index aa18641e60..791e2a0716 100644 --- a/package/iw/patches/501-ibss-bintval.patch +++ b/package/iw/patches/501-ibss-bintval.patch @@ -9,11 +9,9 @@ Signed-off-by: Bruno Randolf <br1@einfach.org> ibss.c | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) -diff --git a/ibss.c b/ibss.c -index ed2c73a..9c9c133 100644 --- a/ibss.c +++ b/ibss.c -@@ -26,6 +26,7 @@ static int join_ibss(struct nl80211_state *state, +@@ -26,6 +26,7 @@ static int join_ibss(struct nl80211_stat int n_rates = 0; char *value = NULL, *sptr = NULL; float rate; @@ -21,7 +19,7 @@ index ed2c73a..9c9c133 100644 if (argc < 2) return 1; -@@ -57,6 +58,17 @@ static int join_ibss(struct nl80211_state *state, +@@ -57,6 +58,17 @@ static int join_ibss(struct nl80211_stat } } |