Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected | Gabor Juhos | 2010-03-31 | 1 | -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> SVN-Revision: 20629 | ||||
* | mac80211: fix a typo in rt2x00 config | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
| | | | | | | | | Fix a simple typo Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 20626 | ||||
* | mac80211: add missing config file for the rt2x00 | Gabor Juhos | 2010-03-31 | 1 | -0/+15 |
| | | | | SVN-Revision: 20623 | ||||
* | mac80211: enable building of the rt2800 on the ramips target | Gabor Juhos | 2010-03-30 | 4 | -8/+99 |
| | | | | SVN-Revision: 20615 | ||||
* | mac80211: fix mesh. | Hauke Mehrtens | 2010-03-29 | 1 | -0/+45 |
| | | | | | | This fixes #6774 SVN-Revision: 20585 | ||||
* | mac80211: fix build of ipw2200 | Hauke Mehrtens | 2010-03-27 | 1 | -0/+33 |
| | | | | SVN-Revision: 20502 | ||||
* | ath9k: make sure that the rx path does not get stuck | Felix Fietkau | 2010-03-26 | 1 | -0/+59 |
| | | | | SVN-Revision: 20499 | ||||
* | mac80211: disable b43 nphy until it actually works | Felix Fietkau | 2010-03-26 | 1 | -0/+11 |
| | | | | SVN-Revision: 20498 | ||||
* | mac80211: update to wireless-testing 2010-03-24 | Felix Fietkau | 2010-03-26 | 16 | -278/+17 |
| | | | | SVN-Revision: 20497 | ||||
* | ath9k: fix a client mode crash that happens on wpa rekeying | Felix Fietkau | 2010-03-12 | 1 | -0/+37 |
| | | | | SVN-Revision: 20155 | ||||
* | minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵ | Felix Fietkau | 2010-03-11 | 1 | -28/+38 |
| | | | | | | stats updates and reduce the frequency of aggregation checks SVN-Revision: 20153 | ||||
* | mac80211: improve performance a bit | Felix Fietkau | 2010-03-11 | 1 | -0/+48 |
| | | | | SVN-Revision: 20145 | ||||
* | mac80211: fix build problems with kmod-mac80211=n | Hauke Mehrtens | 2010-03-10 | 1 | -2/+3 |
| | | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. SVN-Revision: 20125 | ||||
* | use a common way of marking packages as not supported on specific targets | Nicolas Thill | 2010-03-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 20117 | ||||
* | Revert "mac80211/ath9k: fix duration calculation for short-guard-interval ↵ | Felix Fietkau | 2010-03-10 | 2 | -15/+1 |
| | | | | | | frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients. SVN-Revision: 20115 | ||||
* | mac80211/ath9k: fix duration calculation for short-guard-interval frames ↵ | Felix Fietkau | 2010-03-10 | 2 | -1/+15 |
| | | | | | | (thanks to Duy Nguyen for pointing this out) SVN-Revision: 20114 | ||||
* | mac80211: fix compile for 2.6.33 (thx, acoul) | Felix Fietkau | 2010-03-10 | 3 | -10/+8 |
| | | | | SVN-Revision: 20113 | ||||
* | mac80211: fix interface setup for wds client sometimes an interface does not ↵ | Felix Fietkau | 2010-03-09 | 1 | -2/+2 |
| | | | | | | 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 SVN-Revision: 20106 | ||||
* | mac80211: add support for the noscan option for skipping the initial scan on ↵ | Felix Fietkau | 2010-03-09 | 1 | -0/+2 |
| | | | | | | hostapd startup SVN-Revision: 20089 | ||||
* | mac80211: build ipw2x00 driver from compat-wireless | Hauke Mehrtens | 2010-03-08 | 2 | -22/+96 |
| | | | | | | ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel. SVN-Revision: 20073 | ||||
* | mac80211: remove an obsolete patch which breaks 2.6.32 compat | Felix Fietkau | 2010-03-08 | 1 | -14/+0 |
| | | | | SVN-Revision: 20046 | ||||
* | mac80211: small whitespace fix in minstrel_ht | Felix Fietkau | 2010-03-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 20045 | ||||
* | mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter) | Felix Fietkau | 2010-03-07 | 1 | -6/+8 |
| | | | | SVN-Revision: 20040 | ||||
* | mac80211: improve minstrel_ht performance by reducing the impact of slow ↵ | Felix Fietkau | 2010-03-07 | 1 | -6/+14 |
| | | | | | | sampling SVN-Revision: 20038 | ||||
* | mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for ↵ | Felix Fietkau | 2010-03-07 | 1 | -126/+107 |
| | | | | | | improved performance and a-mpdu length SVN-Revision: 20035 | ||||
* | mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats | Felix Fietkau | 2010-03-07 | 1 | -5/+4 |
| | | | | SVN-Revision: 20034 | ||||
* | mac80211: implement .rate_update in minstrel_ht | Felix Fietkau | 2010-03-07 | 1 | -23/+45 |
| | | | | SVN-Revision: 20033 | ||||
* | mac80211: update to wireless-testing 2010-03-03 | Felix Fietkau | 2010-03-07 | 13 | -119/+11 |
| | | | | SVN-Revision: 20032 | ||||
* | mac80211: enable debugfs support by default - having access to the rate ↵ | Felix Fietkau | 2010-03-06 | 1 | -0/+1 |
| | | | | | | control statistics is very useful for figuring out the real quality of a link SVN-Revision: 20011 | ||||
* | kernel: add some missing config files and make compat-wireless build with ↵ | Hauke Mehrtens | 2010-03-02 | 1 | -0/+9 |
| | | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956 | ||||
* | mac80211: add the new 802.11n minstrel rate control implementation ↵ | Felix Fietkau | 2010-03-01 | 7 | -1/+1314 |
| | | | | | | (optional, not used by default) SVN-Revision: 19943 | ||||
* | mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵ | Nicolas Thill | 2010-03-01 | 1 | -0/+2 |
| | | | | | | rt2800-lib modules SVN-Revision: 19923 | ||||
* | mac80211: fix essid setting for ad-hoc (thx, stintel) | Felix Fietkau | 2010-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19916 | ||||
* | mac80211: fix client mode | Felix Fietkau | 2010-02-28 | 1 | -12/+12 |
| | | | | SVN-Revision: 19915 | ||||
* | mac80211: fix interface startup order for AP+STA (patch by yann lopez) | Felix Fietkau | 2010-02-28 | 1 | -23/+30 |
| | | | | SVN-Revision: 19912 | ||||
* | ath9k: disable RIFS search on some chips to avoid baseband hangs | Felix Fietkau | 2010-02-24 | 1 | -0/+31 |
| | | | | SVN-Revision: 19829 | ||||
* | fix accidently commited ancient mac80211 patches in r19789-19791 (#6716) | Florian Fainelli | 2010-02-21 | 2 | -48/+0 |
| | | | | SVN-Revision: 19797 | ||||
* | mac80211: make the vlan injection patch more specific | Florian Fainelli | 2010-02-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 19791 | ||||
* | mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa ↵ | Florian Fainelli | 2010-02-21 | 1 | -0/+11 |
| | | | | | | rekeying with wds ap SVN-Revision: 19790 | ||||
* | mac80211: fix an eap frame handling bug in ath9k - fixes client mode ↵ | Florian Fainelli | 2010-02-21 | 1 | -0/+37 |
| | | | | | | rekeying issues SVN-Revision: 19789 | ||||
* | mac80211: fix typo introduced in r19760 (#6707) | Jo-Philipp Wich | 2010-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 19763 | ||||
* | rt2800lib depends on rt2x00-usb | Hauke Mehrtens | 2010-02-19 | 1 | -1/+1 |
| | | | | | | The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build. SVN-Revision: 19760 | ||||
* | ath9k: fix beacon timer restarts after card resets - improves stability in ↵ | Felix Fietkau | 2010-02-19 | 1 | -0/+22 |
| | | | | | | AP mode SVN-Revision: 19757 | ||||
* | remove pcmcia and sdio | Hauke Mehrtens | 2010-02-19 | 4 | -3/+34 |
| | | | | | | | | This fixes #6701 Remove the pcmcia and sdio interface from b43 driver to not depend on these modules. SVN-Revision: 19756 | ||||
* | mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board | Gabor Juhos | 2010-02-19 | 2 | -1/+24 |
| | | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19745 | ||||
* | mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵ | Felix Fietkau | 2010-02-19 | 1 | -97/+21 |
| | | | | | | | | | | | | | | | | | | | Tintel) Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant or wpad, so maybe I need to add a check somewhere to see if wpa_supplicant is available, and show the user a warning if he tries client mode without wpa_supplicant. Suggestions on where to add this check are welcome. Tested with ath5k in client mode on open and wpa2-psk network, and tested on my ath9k based AP as well to make sure it doesn't break AP mode. SVN-Revision: 19718 | ||||
* | ath9k: fix rate control fallback rate selection - improves throughput and ↵ | Felix Fietkau | 2010-02-19 | 1 | -0/+55 |
| | | | | | | link stability SVN-Revision: 19716 | ||||
* | mac80211: move the 2.6.30 compat patch to the other compat patches | Felix Fietkau | 2010-02-19 | 1 | -0/+0 |
| | | | | SVN-Revision: 19715 | ||||
* | mac80211: add compile fix for pre-2.6.32 kernels | Jo-Philipp Wich | 2010-02-17 | 1 | -0/+14 |
| | | | | SVN-Revision: 19692 | ||||
* | mac80211: update to wireless-testing 2010-02-16 | Felix Fietkau | 2010-02-17 | 14 | -85/+27 |
| | | | | SVN-Revision: 19688 |