aboutsummaryrefslogtreecommitdiffstats
path: root/package/iw
Commit message (Collapse)AuthorAgeFilesLines
* AA: iw: sync with trunk r40801Felix Fietkau2014-06-117-1085/+379
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@41117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: sync with latest nl80211 headerFelix Fietkau2013-05-091-11/+880
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 3.6 and add support for configuring antenna gainFelix Fietkau2012-09-286-269/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: sync nl80211.h update with compat-wirelessFelix Fietkau2012-04-161-7/+214
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to version 3.3, sync with latest nl80211.h changesFelix Fietkau2012-02-077-362/+73
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pacakge/iw: don't show a stray ']' if the chain signal attribute list is emptyGabor Juhos2011-11-092-5/+7
| | | | | | | | | | | | | | | | | | | | | | 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
* iw: fix setting txpower (#10254)Felix Fietkau2011-11-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to v3.1, add support for per-chain signal strength infoFelix Fietkau2011-10-086-97/+324
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for configuring HT IBSSFelix Fietkau2011-06-241-0/+113
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: fix calculation of fractional multicast rates like 5.5Mbps due ↵Jo-Philipp Wich2011-05-222-2/+13
| | | | | | to wrong operator precedence git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for showing the rx bitrateFelix Fietkau2011-02-101-0/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.22Felix Fietkau2011-02-109-494/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: Refresh patchesVasilis Tsiligiannis2011-01-274-20/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: Extend antenna setting 'all' to apply for either rx or tx antennaVasilis Tsiligiannis2011-01-271-14/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Fix data types for iw survey channel timeFelix Fietkau2011-01-261-10/+10
| | | | | | | | | 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
* iw: Add signal average to station informationFelix Fietkau2011-01-261-0/+36
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add support to print station retry countersFelix Fietkau2011-01-261-0/+35
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add ibss join parameter for beacon intervalFelix Fietkau2011-01-261-0/+57
| | | | | | | | 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
* iw: Add support for antenna configuration commandsFelix Fietkau2011-01-261-0/+82
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: sync nl80211 header to fix the multicast rate settingFelix Fietkau2010-11-221-11/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for setting the multicast rate for ibssFelix Fietkau2010-10-252-11/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for the new survey dataFelix Fietkau2010-10-093-11/+152
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.21, add support for showing the in-use flag for survey dataFelix Fietkau2010-09-294-32/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to version 0.9.20Hauke Mehrtens2010-07-183-250/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use a common way of marking packages as not supported on specific ↵Nicolas Thill2010-03-101-1/+1
| | | | | | targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw, mac80211: get the frequency info per-netdev instead of per-phyFelix Fietkau2010-01-171-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: print the current operating frequency in the phy infoFelix Fietkau2010-01-171-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19179 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add patch for setting coverage class / distanceFelix Fietkau2010-01-152-0/+248
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.19Felix Fietkau2010-01-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.18Hauke Mehrtens2009-11-284-302/+2
| | | | | | | The deleted patches went upstream. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement wds sta support (wds ap support work in progress, needs ↵Felix Fietkau2009-11-103-0/+300
| | | | | | hostapd changes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.17Gabor Juhos2009-08-261-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.16Gabor Juhos2009-08-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.15Gabor Juhos2009-08-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update to version 0.9.14Hauke Mehrtens2009-05-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix more issues with libnl-tiny and eglibcFelix Fietkau2009-05-041-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: use libnl-tiny, forcibly disable git version checkFelix Fietkau2009-04-301-4/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.13.Hauke Mehrtens2009-04-251-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.12Hauke Mehrtens2009-04-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update iw to 0.9.11 (#4833)Florian Fainelli2009-04-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Updated iw to 0.9.10.Hauke Mehrtens2009-03-181-2/+2
| | | | | | | Thanks to quentin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & ↵Nicolas Thill2009-02-241-2/+2
| | | | | | $(TARGET_LDFLAGS) when appropriate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)Gabor Juhos2009-01-281-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iw compileFelix Fietkau2008-09-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade iw to stable 0.9.5Florian Fainelli2008-09-211-8/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable iw for all 2.6 versionsFelix Fietkau2008-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365Florian Fainelli2008-07-061-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure iw doesn't get compiled on older kernelsFelix Fietkau2007-11-301-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9639 3c298f89-4303-0410-b956-a3cf2f4a3e73