361 Commits (d0d0ef25e57c4c6fe3874d0abff57d83eb7542ba)

Author SHA1 Message Date
Felix Fietkau a95d43125c ath9k: fix a client mode crash that happens on wpa rekeying 15 years ago
Felix Fietkau a27a5a1973 minstrel_ht: make the ewma of the ampdu length more smooth by updating it on stats updates and reduce the frequency of aggregation checks 15 years ago
Felix Fietkau 9ab5d11a46 mac80211: improve performance a bit 15 years ago
Hauke Mehrtens 012b44f840 mac80211: fix build problems with kmod-mac80211=n 15 years ago
Nicolas Thill b4e99d33d9 use a common way of marking packages as not supported on specific targets 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. 15 years ago
Felix Fietkau 3f733bc1ec mac80211/ath9k: fix duration calculation for short-guard-interval frames (thanks to Duy Nguyen for pointing this out) 15 years ago
Felix Fietkau 56f94c0d2a mac80211: fix compile for 2.6.33 (thx, acoul) 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 15 years ago
Felix Fietkau ddb6eb9d51 mac80211: add support for the noscan option for skipping the initial scan on hostapd startup 15 years ago
Hauke Mehrtens 32885a5a05 mac80211: build ipw2x00 driver from compat-wireless 15 years ago
Felix Fietkau 3f6ca40dd1 mac80211: remove an obsolete patch which breaks 2.6.32 compat 15 years ago
Felix Fietkau 708a33027f mac80211: small whitespace fix in minstrel_ht 15 years ago
Felix Fietkau 33f8fa04df mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter) 15 years ago
Felix Fietkau e7c6e9d603 mac80211: improve minstrel_ht performance by reducing the impact of slow sampling 15 years ago
Felix Fietkau a12048b2bf mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for improved performance and a-mpdu length 15 years ago
Felix Fietkau 05ca2b606a mac80211: increase minstrel_ht precision by properly using a-mpdu frame stats 15 years ago
Felix Fietkau e111568b6d mac80211: implement .rate_update in minstrel_ht 15 years ago
Felix Fietkau c5885e669e mac80211: update to wireless-testing 2010-03-03 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 15 years ago
Hauke Mehrtens f88371a696 kernel: add some missing config files and make compat-wireless build with kernel 2.6.33 15 years ago
Felix Fietkau cbd858715d mac80211: add the new 802.11n minstrel rate control implementation (optional, not used by default) 15 years ago
Nicolas Thill 01a683ec51 mac80211: add 2 missing config symbols needed to build rt2x00-lib & rt2800-lib modules 15 years ago
Felix Fietkau ee2c54569f mac80211: fix essid setting for ad-hoc (thx, stintel) 15 years ago
Felix Fietkau 13cfa88855 mac80211: fix client mode 15 years ago
Felix Fietkau 1c8fbfbaa6 mac80211: fix interface startup order for AP+STA (patch by yann lopez) 15 years ago
Felix Fietkau e08dd936ef ath9k: disable RIFS search on some chips to avoid baseband hangs 15 years ago
Florian Fainelli 2ae5683e83 fix accidently commited ancient mac80211 patches in r19789-19791 (#6716) 15 years ago
Florian Fainelli 1373140033 mac80211: make the vlan injection patch more specific 15 years ago
Florian Fainelli 39cd0fa893 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap 15 years ago
Florian Fainelli 0ddfa39ecb mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues 15 years ago
Jo-Philipp Wich e9cacfa59a mac80211: fix typo introduced in r19760 (#6707) 15 years ago
Hauke Mehrtens 046caa7e25 rt2800lib depends on rt2x00-usb 15 years ago
Felix Fietkau 6fdcbd0831 ath9k: fix beacon timer restarts after card resets - improves stability in AP mode 15 years ago
Hauke Mehrtens 3889c76a6e remove pcmcia and sdio 15 years ago
Gabor Juhos a71b06ad65 mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board 15 years ago
Felix Fietkau d692a2340c mac80211: always use wpa_supplicant for client connections (patch by Stijn Tintel) 15 years ago
Felix Fietkau b47efaaf4d ath9k: fix rate control fallback rate selection - improves throughput and link stability 15 years ago
Felix Fietkau b3caca3677 mac80211: move the 2.6.30 compat patch to the other compat patches 15 years ago
Jo-Philipp Wich 0cfd25119d mac80211: add compile fix for pre-2.6.32 kernels 15 years ago
Felix Fietkau dd4893f453 mac80211: update to wireless-testing 2010-02-16 15 years ago
Felix Fietkau 69d4a1e9b8 ath9k: adjust ack timeout workaround patch based on upstream submission 15 years ago
Imre Kaloz 7b367d0313 with no users left, remove support for 2.6.21 15 years ago
Gabor Juhos 0cbc5f678d ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700 15 years ago
Felix Fietkau e1efddf19b mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653) 15 years ago
Felix Fietkau 085737e0b0 mac80211: update to latest wireless-testing from today 15 years ago
Felix Fietkau 52c2e565dd mac80211: fix setup with more than 2 ap mode interfaces 15 years ago
Felix Fietkau 34c0c72a6e mac80211: make the vlan injection patch more specific 15 years ago
Felix Fietkau 8b08994455 mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa rekeying with wds ap 15 years ago
Felix Fietkau 04e89fe9c5 mac80211: fix an eap frame handling bug in ath9k - fixes client mode rekeying issues 15 years ago