Commit graph

349 commits

Author SHA1 Message Date
Felix Fietkau
708a33027f mac80211: small whitespace fix in minstrel_ht
SVN-Revision: 20045
2010-03-08 00:34:26 +00:00
Felix Fietkau
33f8fa04df mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)
SVN-Revision: 20040
2010-03-07 18:35:39 +00:00
Felix Fietkau
e7c6e9d603 mac80211: improve minstrel_ht performance by reducing the impact of slow sampling
SVN-Revision: 20038
2010-03-07 17:00:43 +00:00
Felix Fietkau
a12048b2bf mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length
SVN-Revision: 20035
2010-03-07 16:29:41 +00:00
Felix Fietkau
05ca2b606a mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats
SVN-Revision: 20034
2010-03-07 16:29:37 +00:00
Felix Fietkau
e111568b6d mac80211: implement .rate_update in minstrel_ht
SVN-Revision: 20033
2010-03-07 16:29:33 +00:00
Felix Fietkau
c5885e669e mac80211: update to wireless-testing 2010-03-03
SVN-Revision: 20032
2010-03-07 16:29:28 +00:00
Felix Fietkau
908ffaaac7 mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link
SVN-Revision: 20011
2010-03-06 10:04:30 +00:00
Hauke Mehrtens
f88371a696 kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
Thanks tripolar for the missing config symbols

SVN-Revision: 19956
2010-03-02 21:26:36 +00:00
Felix Fietkau
cbd858715d mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default)
SVN-Revision: 19943
2010-03-01 21:48:55 +00:00
Nicolas Thill
01a683ec51 mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules
SVN-Revision: 19923
2010-03-01 05:44:12 +00:00
Felix Fietkau
ee2c54569f mac80211: fix essid setting for ad-hoc (thx, stintel)
SVN-Revision: 19916
2010-02-28 19:05:32 +00:00
Felix Fietkau
13cfa88855 mac80211: fix client mode
SVN-Revision: 19915
2010-02-28 19:02:05 +00:00
Felix Fietkau
1c8fbfbaa6 mac80211: fix interface startup order for AP+STA (patch by yann lopez)
SVN-Revision: 19912
2010-02-28 17:06:53 +00:00
Felix Fietkau
e08dd936ef ath9k: disable RIFS search on some chips to avoid baseband hangs
SVN-Revision: 19829
2010-02-24 03:43:30 +00:00
Florian Fainelli
2ae5683e83 fix accidently commited ancient mac80211 patches in r19789-19791 (#6716)
SVN-Revision: 19797
2010-02-21 15:43:09 +00:00
Florian Fainelli
1373140033 mac80211: make the vlan injection patch more specific
SVN-Revision: 19791
2010-02-21 14:14:32 +00:00
Florian Fainelli
39cd0fa893 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19790
2010-02-21 14:14:28 +00:00
Florian Fainelli
0ddfa39ecb mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19789
2010-02-21 14:14:17 +00:00
Jo-Philipp Wich
e9cacfa59a mac80211: fix typo introduced in r19760 (#6707)
SVN-Revision: 19763
2010-02-19 22:44:22 +00:00
Hauke Mehrtens
046caa7e25 rt2800lib depends on rt2x00-usb
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.

SVN-Revision: 19760
2010-02-19 19:13:23 +00:00
Felix Fietkau
6fdcbd0831 ath9k: fix beacon timer restarts after card resets - improves stability in AP mode
SVN-Revision: 19757
2010-02-19 17:22:37 +00:00
Hauke Mehrtens
3889c76a6e remove pcmcia and sdio
This fixes #6701

Remove the pcmcia and sdio interface from b43 driver to not depend on these modules.

SVN-Revision: 19756
2010-02-19 15:41:55 +00:00
Gabor Juhos
a71b06ad65 mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>

SVN-Revision: 19745
2010-02-19 11:52:22 +00:00
Felix Fietkau
d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn 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
2010-02-19 01:07:21 +00:00
Felix Fietkau
b47efaaf4d ath9k: fix rate control fallback rate selection - improves throughput and link stability
SVN-Revision: 19716
2010-02-19 00:47:32 +00:00
Felix Fietkau
b3caca3677 mac80211: move the 2.6.30 compat patch to the other compat patches
SVN-Revision: 19715
2010-02-19 00:47:28 +00:00
Jo-Philipp Wich
0cfd25119d mac80211: add compile fix for pre-2.6.32 kernels
SVN-Revision: 19692
2010-02-17 22:37:04 +00:00
Felix Fietkau
dd4893f453 mac80211: update to wireless-testing 2010-02-16
SVN-Revision: 19688
2010-02-17 14:13:27 +00:00
Felix Fietkau
69d4a1e9b8 ath9k: adjust ack timeout workaround patch based on upstream submission
SVN-Revision: 19638
2010-02-15 17:28:52 +00:00
Imre Kaloz
7b367d0313 with no users left, remove support for 2.6.21
SVN-Revision: 19578
2010-02-11 08:37:57 +00:00
Gabor Juhos
0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
2010-02-09 16:27:35 +00:00
Felix Fietkau
e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
2010-02-08 13:42:14 +00:00
Felix Fietkau
085737e0b0 mac80211: update to latest wireless-testing from today
SVN-Revision: 19501
2010-02-03 00:43:09 +00:00
Felix Fietkau
52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
2010-02-02 02:19:01 +00:00
Felix Fietkau
34c0c72a6e mac80211: make the vlan injection patch more specific
SVN-Revision: 19477
2010-01-31 22:23:47 +00:00
Felix Fietkau
8b08994455 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19476
2010-01-31 22:17:55 +00:00
Felix Fietkau
04e89fe9c5 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19474
2010-01-31 21:27:51 +00:00
Felix Fietkau
a8f779a9f7 mac80211: fix rekeying in ap mode with connected powersave stations
SVN-Revision: 19470
2010-01-31 20:58:02 +00:00
Felix Fietkau
869c08cc59 mac80211: fix aggregation setup on wds ap interfaces
SVN-Revision: 19469
2010-01-31 20:57:58 +00:00
Felix Fietkau
5f0bcfe153 mac80211: i maintain this package
SVN-Revision: 19438
2010-01-31 12:18:21 +00:00
Hauke Mehrtens
5f7c02c011 add rt2800lib module
This module is needed by rt2800pci and rt2800usb

SVN-Revision: 19390
2010-01-29 22:54:37 +00:00
Hauke Mehrtens
dc1007a12c compat should not depend on pcmcia or usb remove pcmcia and usb backport form compat.ko If an with usb or pcmcia module not directly included into the image is build all wireless packages depend on usb and pcmcia.
This hopefully fixes #6586

SVN-Revision: 19389
2010-01-29 22:53:44 +00:00
Felix Fietkau
eb694a7a83 mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto and retransmissions
SVN-Revision: 19337
2010-01-26 00:14:44 +00:00
Felix Fietkau
8d689fedac mac80211: restrict the killing of wpa_supplicant processes to the right interface (#5991)
SVN-Revision: 19334
2010-01-25 22:11:21 +00:00
Felix Fietkau
226fd49634 mac80211: fix a WARN_ON in client mode
SVN-Revision: 19315
2010-01-24 19:28:11 +00:00
Felix Fietkau
9f75c26a70 ath9k: improve max rate retry handling
SVN-Revision: 19308
2010-01-24 02:27:31 +00:00
Jo-Philipp Wich
789ec837e9 mac80211: make b43-fwsquash.py work with python 3.x
SVN-Revision: 19307
2010-01-24 02:26:57 +00:00
Felix Fietkau
1089b3213d ath9k: fix an initialization error on 2GHz-only cards (based on discussion on ath9k-devel@)
SVN-Revision: 19296
2010-01-23 18:25:45 +00:00
Nicolas Thill
815dc97a58 add explicit dependency on kmod-crypto-core when required (closes: #6557)
SVN-Revision: 19291
2010-01-23 16:39:31 +00:00