Commit Graph

358 Commits (012b44f840bf09b67d3bc2ec02b09afb49d82237)

Author SHA1 Message Date
Hauke Mehrtens 012b44f840 mac80211: fix build problems with kmod-mac80211=n
Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko.

Fix problem in ticket #6813.

SVN-Revision: 20125
15 years ago
Nicolas Thill b4e99d33d9 use a common way of marking packages as not supported on specific targets
SVN-Revision: 20117
15 years ago
Felix Fietkau 656de42f9c Revert "mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients.
SVN-Revision: 20115
15 years ago
Felix Fietkau 3f733bc1ec mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out)
SVN-Revision: 20114
15 years ago
Felix Fietkau 56f94c0d2a mac80211: fix compile for 2.6.33 (thx, acoul)
SVN-Revision: 20113
15 years ago
Felix Fietkau 8b9afa6f75 mac80211: fix interface setup for wds client 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
SVN-Revision: 20106
15 years ago
Felix Fietkau ddb6eb9d51 mac80211: add support for the noscan option for skipping the initial scan on hostapd startup
SVN-Revision: 20089
15 years ago
Hauke Mehrtens 32885a5a05 mac80211: build ipw2x00 driver from compat-wireless
ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel.

SVN-Revision: 20073
15 years ago
Felix Fietkau 3f6ca40dd1 mac80211: remove an obsolete patch which breaks 2.6.32 compat
SVN-Revision: 20046
15 years ago
Felix Fietkau 708a33027f mac80211: small whitespace fix in minstrel_ht
SVN-Revision: 20045
15 years ago
Felix Fietkau 33f8fa04df mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter)
SVN-Revision: 20040
15 years ago
Felix Fietkau e7c6e9d603 mac80211: improve minstrel_ht performance by reducing the impact of slow sampling
SVN-Revision: 20038
15 years ago
Felix Fietkau a12048b2bf mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length
SVN-Revision: 20035
15 years ago
Felix Fietkau 05ca2b606a mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats
SVN-Revision: 20034
15 years ago
Felix Fietkau e111568b6d mac80211: implement .rate_update in minstrel_ht
SVN-Revision: 20033
15 years ago
Felix Fietkau c5885e669e mac80211: update to wireless-testing 2010-03-03
SVN-Revision: 20032
15 years ago
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
15 years ago
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
15 years ago
Felix Fietkau cbd858715d mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default)
SVN-Revision: 19943
15 years ago
Nicolas Thill 01a683ec51 mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules
SVN-Revision: 19923
15 years ago
Felix Fietkau ee2c54569f mac80211: fix essid setting for ad-hoc (thx, stintel)
SVN-Revision: 19916
15 years ago
Felix Fietkau 13cfa88855 mac80211: fix client mode
SVN-Revision: 19915
15 years ago
Felix Fietkau 1c8fbfbaa6 mac80211: fix interface startup order for AP+STA (patch by yann lopez)
SVN-Revision: 19912
15 years ago
Felix Fietkau e08dd936ef ath9k: disable RIFS search on some chips to avoid baseband hangs
SVN-Revision: 19829
15 years ago
Florian Fainelli 2ae5683e83 fix accidently commited ancient mac80211 patches in r19789-19791 (#6716)
SVN-Revision: 19797
15 years ago
Florian Fainelli 1373140033 mac80211: make the vlan injection patch more specific
SVN-Revision: 19791
15 years ago
Florian Fainelli 39cd0fa893 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19790
15 years ago
Florian Fainelli 0ddfa39ecb mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19789
15 years ago
Jo-Philipp Wich e9cacfa59a mac80211: fix typo introduced in r19760 (#6707)
SVN-Revision: 19763
15 years ago
Hauke Mehrtens 046caa7e25 rt2800lib depends on rt2x00-usb
The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build.

SVN-Revision: 19760
15 years ago
Felix Fietkau 6fdcbd0831 ath9k: fix beacon timer restarts after card resets - improves stability in AP mode
SVN-Revision: 19757
15 years ago
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
15 years ago
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
15 years ago
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
15 years ago
Felix Fietkau b47efaaf4d ath9k: fix rate control fallback rate selection - improves throughput and link stability
SVN-Revision: 19716
15 years ago
Felix Fietkau b3caca3677 mac80211: move the 2.6.30 compat patch to the other compat patches
SVN-Revision: 19715
15 years ago
Jo-Philipp Wich 0cfd25119d mac80211: add compile fix for pre-2.6.32 kernels
SVN-Revision: 19692
15 years ago
Felix Fietkau dd4893f453 mac80211: update to wireless-testing 2010-02-16
SVN-Revision: 19688
15 years ago
Felix Fietkau 69d4a1e9b8 ath9k: adjust ack timeout workaround patch based on upstream submission
SVN-Revision: 19638
15 years ago
Imre Kaloz 7b367d0313 with no users left, remove support for 2.6.21
SVN-Revision: 19578
15 years ago
Gabor Juhos 0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
SVN-Revision: 19565
15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
SVN-Revision: 19550
15 years ago
Felix Fietkau 085737e0b0 mac80211: update to latest wireless-testing from today
SVN-Revision: 19501
15 years ago
Felix Fietkau 52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces
SVN-Revision: 19494
15 years ago
Felix Fietkau 34c0c72a6e mac80211: make the vlan injection patch more specific
SVN-Revision: 19477
15 years ago
Felix Fietkau 8b08994455 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap
SVN-Revision: 19476
15 years ago
Felix Fietkau 04e89fe9c5 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues
SVN-Revision: 19474
15 years ago
Felix Fietkau a8f779a9f7 mac80211: fix rekeying in ap mode with connected powersave stations
SVN-Revision: 19470
15 years ago
Felix Fietkau 869c08cc59 mac80211: fix aggregation setup on wds ap interfaces
SVN-Revision: 19469
15 years ago
Felix Fietkau 5f0bcfe153 mac80211: i maintain this package
SVN-Revision: 19438
15 years ago