Commit graph

24 commits

Author SHA1 Message Date
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
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
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