summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: add stbc supportnbd2010-04-183-0/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add ldpc and stbc support to minstrel_htnbd2010-04-181-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG ↵nbd2010-04-171-11/+0
| | | | | | turns on debugging for atheros drivers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use minstrel_ht by default for ath9knbd2010-04-171-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: minstrel_ht - increase space between sampling attempts to allow ↵nbd2010-04-171-1/+1
| | | | | | for better aggregation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable 3-stream support in minstrel_htnbd2010-04-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: enable 3-stream and MCS16-23 supportnbd2010-04-174-0/+214
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve reliability of the rx stuck fixupnbd2010-04-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-16nbd2010-04-179-35464/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20966 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a minstrel_ht off-by-one bug (patch by Christian Lamparter)nbd2010-04-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: move all configuration items in submenus, merge Config.in* ↵nico2010-04-166-167/+184
| | | | | | into the main Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix crash issues caused by the ar9300 support patchnbd2010-04-157-604/+755
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash in ath9k_hw_reset on older hwnbd2010-04-141-69/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ↵nbd2010-04-1418-9936/+7251
| | | | | | ar9300 patch set, fixes #7135 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: add a patch to fix package/carl9170 build failurenico2010-04-131-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: more fixes/cleanups for ar9280 and ar9300nbd2010-04-1310-427/+345
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash bug and a dma sync issuenbd2010-04-122-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 ↵nbd2010-04-1027-137/+38248
| | | | | | patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update rt2x00 mcu patch (thanks to Luis Correia)juhosg2010-04-032-42/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove MCU requests for SoC platforms in the rt2x00 driverjuhosg2010-04-012-1/+60
| | | | | | | | | The ralink SoC platforms do not have an MCU. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selectedjuhosg2010-03-311-0/+1
| | | | | | | | | | When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with the CONFIG_RT2X00_DEBUG flag set to enable debug output. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a typo in rt2x00 configjuhosg2010-03-311-1/+1
| | | | | | | | | Fix a simple typo Signed-off-by: Luis Correia <luis.f.correia@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing config file for the rt2x00juhosg2010-03-311-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable building of the rt2800 on the ramips targetjuhosg2010-03-304-8/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix mesh.hauke2010-03-291-0/+45
| | | | | | | This fixes #6774 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix build of ipw2200hauke2010-03-271-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: make sure that the rx path does not get stucknbd2010-03-261-0/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable b43 nphy until it actually worksnbd2010-03-261-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-03-24nbd2010-03-2616-278/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a client mode crash that happens on wpa rekeyingnbd2010-03-121-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵nbd2010-03-111-28/+38
| | | | | | stats updates and reduce the frequency of aggregation checks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve performance a bitnbd2010-03-111-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix build problems with kmod-mac80211=nhauke2010-03-101-2/+3
| | | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use a common way of marking packages as not supported on specific ↵nico2010-03-101-1/+1
| | | | | | targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "mac80211/ath9k: fix duration calculation for short-guard-interval ↵nbd2010-03-102-15/+1
| | | | | | | | frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/ath9k: fix duration calculation for short-guard-interval frames ↵nbd2010-03-102-1/+15
| | | | | | (thanks to Duy Nguyen for pointing this out) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20114 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile for 2.6.33 (thx, acoul)nbd2010-03-103-10/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix interface setup for wds clientnbd2010-03-091-2/+2
| | | | | | | | sometimes an interface does not get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add support for the noscan option for skipping the initial scan on ↵nbd2010-03-091-0/+2
| | | | | | hostapd startup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: build ipw2x00 driver from compat-wirelesshauke2010-03-082-22/+96
| | | | | | | ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete patch which breaks 2.6.32 compatnbd2010-03-081-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: small whitespace fix in minstrel_htnbd2010-03-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)nbd2010-03-071-6/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: improve minstrel_ht performance by reducing the impact of slow ↵nbd2010-03-071-6/+14
| | | | | | sampling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for ↵nbd2010-03-071-126/+107
| | | | | | improved performance and a-mpdu length git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: increase minstrel_ht precision by properly using a-mpdu frame statsnbd2010-03-071-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: implement .rate_update in minstrel_htnbd2010-03-071-23/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-03-03nbd2010-03-0713-119/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: enable debugfs support by default - having access to the rate ↵nbd2010-03-061-0/+1
| | | | | | control statistics is very useful for figuring out the real quality of a link git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add some missing config files and make compat-wireless build with ↵hauke2010-03-021-0/+9
| | | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19956 3c298f89-4303-0410-b956-a3cf2f4a3e73