summaryrefslogtreecommitdiffstats
path: root/package/iw/patches
Commit message (Collapse)AuthorAgeFilesLines
* iw: update to version 3.3, sync with latest nl80211.h changesnbd2012-02-076-357/+70
| | | | 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 emptyjuhosg2011-11-091-4/+6
| | | | | | | | | | | | | | | | | | | | | | 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)nbd2011-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 infonbd2011-10-085-94/+321
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for configuring HT IBSSnbd2011-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 ↵jow2011-05-221-0/+11
| | | | | | 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 bitratenbd2011-02-101-0/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 0.9.22nbd2011-02-108-492/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: Refresh patchesacinonyx2011-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 antennaacinonyx2011-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 timenbd2011-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 informationnbd2011-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 countersnbd2011-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 intervalnbd2011-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 commandsnbd2011-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 settingnbd2010-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 ibssnbd2010-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 datanbd2010-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 datanbd2010-09-293-30/+84
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to version 0.9.20hauke2010-07-182-248/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw, mac80211: get the frequency info per-netdev instead of per-phynbd2010-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 infonbd2010-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 / distancenbd2010-01-152-0/+248
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.18hauke2009-11-283-300/+0
| | | | | | | 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 ↵nbd2009-11-103-0/+300
hostapd changes) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18356 3c298f89-4303-0410-b956-a3cf2f4a3e73