aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw/patches/302-sta-retries.patch
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2011-01-27 08:56:14 +0000
committerVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>2011-01-27 08:56:14 +0000
commit9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8 (patch)
treeed1684662d9a0c1d15b5812a1004b254942aff9f /package/iw/patches/302-sta-retries.patch
parent984e573e16c166f08afa6f02a060ee5d766d0f18 (diff)
downloadmaster-187ad058-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.tar.gz
master-187ad058-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.tar.bz2
master-187ad058-9261d17ae5557a2f0fbe2ac7ee8fc9559b5ab8d8.zip
[package] iw: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25135 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/patches/302-sta-retries.patch')
-rw-r--r--package/iw/patches/302-sta-retries.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/iw/patches/302-sta-retries.patch b/package/iw/patches/302-sta-retries.patch
index 6141d29233..8c1ce13efc 100644
--- a/package/iw/patches/302-sta-retries.patch
+++ b/package/iw/patches/302-sta-retries.patch
@@ -7,11 +7,9 @@ Signed-off-by: Bruno Randolf <br1@einfach.org>
station.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
-diff --git a/station.c b/station.c
-index 8cf038d..7639553 100644
--- a/station.c
+++ b/station.c
-@@ -48,6 +48,8 @@ static int print_sta_handler(struct nl_msg *msg, void *arg)
+@@ -48,6 +48,8 @@ static int print_sta_handler(struct nl_m
[NL80211_STA_INFO_LLID] = { .type = NLA_U16 },
[NL80211_STA_INFO_PLID] = { .type = NLA_U16 },
[NL80211_STA_INFO_PLINK_STATE] = { .type = NLA_U8 },
@@ -20,7 +18,7 @@ index 8cf038d..7639553 100644
};
static struct nla_policy rate_policy[NL80211_RATE_INFO_MAX + 1] = {
-@@ -96,6 +98,12 @@ static int print_sta_handler(struct nl_msg *msg, void *arg)
+@@ -96,6 +98,12 @@ static int print_sta_handler(struct nl_m
if (sinfo[NL80211_STA_INFO_TX_PACKETS])
printf("\n\ttx packets:\t%u",
nla_get_u32(sinfo[NL80211_STA_INFO_TX_PACKETS]));