1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00
Commit Graph

48 Commits

Author SHA1 Message Date
nbd
ecbadaac0e iw: sync nl80211.h update with compat-wireless
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 21:13:18 +00:00
nbd
99eff05981 iw: update to version 3.3, sync with latest nl80211.h changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 11:28:21 +00:00
juhosg
8f348ad02b 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:/#

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 11:47:44 +00:00
nbd
c5994771e1 iw: fix setting txpower (#10254)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-01 19:16:52 +00:00
nbd
5c53069e8a iw: update to v3.1, add support for per-chain signal strength info
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-08 14:48:29 +00:00
nbd
2c2b0133d1 iw: add support for configuring HT IBSS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-24 19:53:27 +00:00
jow
030f9c1bee [package] iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-22 12:02:35 +00:00
nbd
ebbc05cf3b iw: add support for showing the rx bitrate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-10 03:37:35 +00:00
nbd
c33ed4f5a3 iw: update to 0.9.22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-10 03:37:28 +00:00
acinonyx
87e0cf685d [package] iw: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 08:56:14 +00:00
acinonyx
5f2327a475 [package] iw: Extend antenna setting 'all' to apply for either rx or tx antenna
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 08:47:31 +00:00
nbd
e7706e4dfb 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:34:12 +00:00
nbd
c338b106e5 iw: Add signal average to station information
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25109 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:34:08 +00:00
nbd
379e89101f iw: Add support to print station retry counters
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:34:05 +00:00
nbd
166805a08e 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:34:01 +00:00
nbd
fedce2a94d iw: Add support for antenna configuration commands
Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:33:58 +00:00
nbd
705a3eff36 iw: sync nl80211 header to fix the multicast rate setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 19:59:13 +00:00
nbd
36e00229f1 iw: add support for setting the multicast rate for ibss
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 23:51:07 +00:00
nbd
cd82540cd9 iw: add support for the new survey data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-09 00:36:59 +00:00
nbd
0594958cad iw: update to 0.9.21, add support for showing the in-use flag for survey data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-29 15:16:21 +00:00
hauke
b36eeab506 iw: update to version 0.9.20
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-18 19:39:57 +00:00
nbd
5b8b96e823 remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
nico
2d8161b0e9 [package] use a common way of marking packages as not supported on specific targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 04:12:57 +00:00
nbd
66fdfcd513 iw, mac80211: get the frequency info per-netdev instead of per-phy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-17 20:49:28 +00:00
nbd
40f5a41eae iw: print the current operating frequency in the phy info
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-17 03:07:55 +00:00
nbd
67599df0cb iw: add patch for setting coverage class / distance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-15 01:16:44 +00:00
nbd
23e3403240 iw: update to 0.9.19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-15 01:16:34 +00:00
hauke
cc71c84c17 [iw] Update iw to version 0.9.18
The deleted patches went upstream.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 23:16:11 +00:00
nbd
3b3a36db38 mac80211: implement wds sta support (wds ap support work in progress, needs hostapd changes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-10 19:27:19 +00:00
juhosg
dcbf352921 [package] iw: update to 0.9.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-26 15:29:54 +00:00
juhosg
af4be27550 [package] iw: update to 0.9.16
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-17 09:46:50 +00:00
juhosg
0c6f7b3d3e [package] iw: update to 0.9.15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-05 17:27:45 +00:00
hauke
546972e6f2 [iw] Update to version 0.9.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-24 20:44:14 +00:00
nbd
26da93c73c fix more issues with libnl-tiny and eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-04 16:13:46 +00:00
nbd
847fd17544 iw: use libnl-tiny, forcibly disable git version check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 14:38:30 +00:00
hauke
820eb57635 [iw] Update iw to version 0.9.13.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-25 14:53:42 +00:00
nbd
796a9d1091 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
hauke
83b4c4420d [iw] Update iw to version 0.9.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-10 12:20:35 +00:00
florian
cb43546c9e [package] update iw to 0.9.11 (#4833)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-03 08:36:33 +00:00
hauke
b896d7c590 [iw] Updated iw to 0.9.10.
Thanks to quentin


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14943 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-18 21:00:13 +00:00
nico
f8b8f7c474 [package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24 00:08:08 +00:00
juhosg
2eb90f0fa7 [package] iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-28 09:24:02 +00:00
nbd
c181f4417f fix iw compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 11:01:33 +00:00
florian
2b2c8ed9ce Upgrade iw to stable 0.9.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12642 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-21 14:51:44 +00:00
nbd
43c33080b7 enable iw for all 2.6 versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-31 02:43:42 +00:00
florian
fa1ec9490a Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 18:23:29 +00:00
nbd
d7ac2229f5 make sure iw doesn't get compiled on older kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:33:31 +00:00
nbd
a8060f110a add iw utility (untested)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9637 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-30 11:30:37 +00:00