Commit graph

47 commits

Author SHA1 Message Date
Felix Fietkau
1827efa544 iw: update to version 3.3, sync with latest nl80211.h changes
SVN-Revision: 30347
2012-02-07 11:28:21 +00:00
Gabor Juhos
b1a4acfb40 pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
Without the patch, the output of 'station dump' command looks weird in
some cases:

root@OpenWrt:/# iw dev wlan0 station dump
Station 00:21:27:cb:57:02 (on wlan0)
        inactive time:  190 ms
        rx bytes:       36652
        rx packets:     149
        tx bytes:       1998
        tx packets:     16
        tx retries:     0
        tx failed:      0
        signal:         -31 ] dBm
        signal avg:     -30 [-32, -36] dBm
        tx bitrate:     5.5 MBit/s
        rx bitrate:     54.0 MBit/s
root@OpenWrt:/#

SVN-Revision: 28879
2011-11-09 11:47:44 +00:00
Felix Fietkau
2afada967c iw: fix setting txpower (#10254)
SVN-Revision: 28710
2011-11-01 19:16:52 +00:00
Felix Fietkau
b486d768d1 iw: update to v3.1, add support for per-chain signal strength info
SVN-Revision: 28385
2011-10-08 14:48:29 +00:00
Felix Fietkau
9a790eb3df iw: add support for configuring HT IBSS
SVN-Revision: 27278
2011-06-24 19:53:27 +00:00
Jo-Philipp Wich
7e6b24a810 iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence
SVN-Revision: 26968
2011-05-22 12:02:35 +00:00
Felix Fietkau
84a0ad20a2 iw: add support for showing the rx bitrate
SVN-Revision: 25442
2011-02-10 03:37:35 +00:00
Felix Fietkau
1ede637d89 iw: update to 0.9.22
SVN-Revision: 25440
2011-02-10 03:37:28 +00:00
Vasilis Tsiligiannis
2ac7f2cab4 iw: Refresh patches
SVN-Revision: 25135
2011-01-27 08:56:14 +00:00
Vasilis Tsiligiannis
57355faae1 iw: Extend antenna setting 'all' to apply for either rx or tx antenna
SVN-Revision: 25134
2011-01-27 08:47:31 +00:00
Felix Fietkau
2b01200057 iw: Fix data types for iw survey channel time
The channel times are unsigned 64 bit values, so we shouldn't print them as
signed values.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25110
2011-01-26 11:34:12 +00:00
Felix Fietkau
f7f7771d0c iw: Add signal average to station information
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25109
2011-01-26 11:34:08 +00:00
Felix Fietkau
1ecfca065a iw: Add support to print station retry counters
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25108
2011-01-26 11:34:05 +00:00
Felix Fietkau
3bb98c5e1a iw: Add ibss join parameter for beacon interval
NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25107
2011-01-26 11:34:01 +00:00
Felix Fietkau
4e13b7774e iw: Add support for antenna configuration commands
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

SVN-Revision: 25106
2011-01-26 11:33:58 +00:00
Felix Fietkau
059613f4d1 iw: sync nl80211 header to fix the multicast rate setting
SVN-Revision: 24104
2010-11-22 19:59:13 +00:00
Felix Fietkau
f65c625fda iw: add support for setting the multicast rate for ibss
SVN-Revision: 23636
2010-10-25 23:51:07 +00:00
Felix Fietkau
1931868927 iw: add support for the new survey data
SVN-Revision: 23351
2010-10-09 00:36:59 +00:00
Felix Fietkau
5dc2fe588d iw: update to 0.9.21, add support for showing the in-use flag for survey data
SVN-Revision: 23155
2010-09-29 15:16:21 +00:00
Hauke Mehrtens
debd136a52 iw: update to version 0.9.20
SVN-Revision: 22285
2010-07-18 19:39:57 +00:00
Felix Fietkau
ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Nicolas Thill
b4e99d33d9 use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
2010-03-10 04:12:57 +00:00
Felix Fietkau
b97cfa4bf5 iw, mac80211: get the frequency info per-netdev instead of per-phy
SVN-Revision: 19194
2010-01-17 20:49:28 +00:00
Felix Fietkau
6f78b03bcb iw: print the current operating frequency in the phy info
SVN-Revision: 19179
2010-01-17 03:07:55 +00:00
Felix Fietkau
dce797bb74 iw: add patch for setting coverage class / distance
SVN-Revision: 19140
2010-01-15 01:16:44 +00:00
Felix Fietkau
40470f71fc iw: update to 0.9.19
SVN-Revision: 19138
2010-01-15 01:16:34 +00:00
Hauke Mehrtens
a9241174f5 Update iw to version 0.9.18
The deleted patches went upstream.

SVN-Revision: 18591
2009-11-28 23:16:11 +00:00
Felix Fietkau
1dbcfdaf2f mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
SVN-Revision: 18356
2009-11-10 19:27:19 +00:00
Gabor Juhos
34be279659 iw: update to 0.9.17
SVN-Revision: 17409
2009-08-26 15:29:54 +00:00
Gabor Juhos
b585d761c7 iw: update to 0.9.16
SVN-Revision: 17292
2009-08-17 09:46:50 +00:00
Gabor Juhos
60c9e8f5d7 iw: update to 0.9.15
SVN-Revision: 17134
2009-08-05 17:27:45 +00:00
Hauke Mehrtens
7563aadd82 Update to version 0.9.14
SVN-Revision: 16041
2009-05-24 20:44:14 +00:00
Felix Fietkau
0f632264ec fix more issues with libnl-tiny and eglibc
SVN-Revision: 15592
2009-05-04 16:13:46 +00:00
Felix Fietkau
3750e2788d iw: use libnl-tiny, forcibly disable git version check
SVN-Revision: 15514
2009-04-30 14:38:30 +00:00
Hauke Mehrtens
ca6bc346d3 Update iw to version 0.9.13.
SVN-Revision: 15404
2009-04-25 14:53:42 +00:00
Felix Fietkau
34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Hauke Mehrtens
4e4bda2949 Update iw to version 0.9.12
SVN-Revision: 15198
2009-04-10 12:20:35 +00:00
Florian Fainelli
39cb0be665 update iw to 0.9.11 (#4833)
SVN-Revision: 15084
2009-04-03 08:36:33 +00:00
Hauke Mehrtens
726eb970d6 Updated iw to 0.9.10. Thanks to quentin
SVN-Revision: 14943
2009-03-18 21:00:13 +00:00
Nicolas Thill
21d7852de0 replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
SVN-Revision: 14651
2009-02-24 00:08:08 +00:00
Gabor Juhos
a7187cb4ff iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
SVN-Revision: 14235
2009-01-28 09:24:02 +00:00
Felix Fietkau
2b04816c55 fix iw compile
SVN-Revision: 12760
2008-09-28 11:01:33 +00:00
Florian Fainelli
ed19d22451 Upgrade iw to stable 0.9.5
SVN-Revision: 12642
2008-09-21 14:51:44 +00:00
Felix Fietkau
473493c834 enable iw for all 2.6 versions
SVN-Revision: 12035
2008-07-31 02:43:42 +00:00
Florian Fainelli
0b0061e01b Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365
SVN-Revision: 11734
2008-07-06 18:23:29 +00:00
Felix Fietkau
1b3a1d0de1 make sure iw doesn't get compiled on older kernels
SVN-Revision: 9639
2007-11-30 11:33:31 +00:00
Felix Fietkau
fc144fff14 add iw utility (untested)
SVN-Revision: 9637
2007-11-30 11:30:37 +00:00