X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fiw%2Fpatches%2F302-sta-retries.patch;h=8c1ce13efc2a87a781045421a4bbd5eced86345f;hp=6141d292330775b9366d96e33374a62f45212b0c;hb=e0ec01146c27165451b399c55703ede221a215f4;hpb=3a0bc7eaf972d3e4b75880dd4d0293fbb3b8afa0;ds=sidebyside 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 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]));