aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iw/patches/301-ibss_add_VHT80.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2016-06-22 19:09:54 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-22 19:09:54 +0200
commit3b4425c874c036370e97bf19a571539fa1b0f354 (patch)
treedaa3ff1349d16fdef1fc9c5ef72c3fe32b4edaef /package/network/utils/iw/patches/301-ibss_add_VHT80.patch
parent61d1d288b993532a0882dfdbc1f82d33596cfe08 (diff)
parent6d853e81c8a5aee47047e08e7dc4b3cf2b239d78 (diff)
downloadmaster-187ad058-3b4425c874c036370e97bf19a571539fa1b0f354.tar.gz
master-187ad058-3b4425c874c036370e97bf19a571539fa1b0f354.tar.bz2
master-187ad058-3b4425c874c036370e97bf19a571539fa1b0f354.zip
Merge branch 'master' of https://github.com/wigyori/openwrt
Diffstat (limited to 'package/network/utils/iw/patches/301-ibss_add_VHT80.patch')
-rw-r--r--package/network/utils/iw/patches/301-ibss_add_VHT80.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/network/utils/iw/patches/301-ibss_add_VHT80.patch b/package/network/utils/iw/patches/301-ibss_add_VHT80.patch
index 709fbb2914..0627bccb46 100644
--- a/package/network/utils/iw/patches/301-ibss_add_VHT80.patch
+++ b/package/network/utils/iw/patches/301-ibss_add_VHT80.patch
@@ -14,8 +14,6 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
ibss.c | 49 +++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 41 insertions(+), 8 deletions(-)
-diff --git a/ibss.c b/ibss.c
-index 7a0b707..a99a262 100644
--- a/ibss.c
+++ b/ibss.c
@@ -16,6 +16,39 @@
@@ -58,7 +56,7 @@ index 7a0b707..a99a262 100644
static int join_ibss(struct nl80211_state *state,
struct nl_msg *msg,
int argc, char **argv,
-@@ -30,12 +63,8 @@ static int join_ibss(struct nl80211_state *state,
+@@ -30,12 +63,8 @@ static int join_ibss(struct nl80211_stat
int bintval;
int i;
unsigned long freq;
@@ -73,7 +71,7 @@ index 7a0b707..a99a262 100644
{ .name = "HT20",
.width = NL80211_CHAN_WIDTH_20,
.freq1_diff = 0,
-@@ -60,6 +89,10 @@ static int join_ibss(struct nl80211_state *state,
+@@ -60,6 +89,10 @@ static int join_ibss(struct nl80211_stat
.width = NL80211_CHAN_WIDTH_10,
.freq1_diff = 0,
.chantype = -1 },
@@ -84,7 +82,7 @@ index 7a0b707..a99a262 100644
};
if (argc < 2)
-@@ -90,7 +123,7 @@ static int join_ibss(struct nl80211_state *state,
+@@ -90,7 +123,7 @@ static int join_ibss(struct nl80211_stat
NLA_PUT_U32(msg, NL80211_ATTR_CHANNEL_WIDTH,
chanmode_selected->width);
NLA_PUT_U32(msg, NL80211_ATTR_CENTER_FREQ1,