aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: improve minstrel_ht performance by reducing the impact of slow ↵Felix Fietkau2010-03-071-6/+14
| | | | | | sampling SVN-Revision: 20038
* mac80211: simplify minstrel_ht code, rewrite packet sampling algorithm for ↵Felix Fietkau2010-03-071-126/+107
| | | | | | improved performance and a-mpdu length SVN-Revision: 20035
* mac80211: increase minstrel_ht precision by properly using a-mpdu frame statsFelix Fietkau2010-03-071-5/+4
| | | | SVN-Revision: 20034
* mac80211: implement .rate_update in minstrel_htFelix Fietkau2010-03-071-23/+45
| | | | SVN-Revision: 20033
* mac80211: update to wireless-testing 2010-03-03Felix Fietkau2010-03-0713-119/+11
| | | | SVN-Revision: 20032
* mac80211: enable debugfs support by default - having access to the rate ↵Felix Fietkau2010-03-061-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 Mehrtens2010-03-021-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 Fietkau2010-03-017-1/+1314
| | | | | | (optional, not used by default) SVN-Revision: 19943
* mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵Nicolas Thill2010-03-011-0/+2
| | | | | | rt2800-lib modules SVN-Revision: 19923
* mac80211: fix essid setting for ad-hoc (thx, stintel)Felix Fietkau2010-02-281-1/+1
| | | | SVN-Revision: 19916
* mac80211: fix client modeFelix Fietkau2010-02-281-12/+12
| | | | SVN-Revision: 19915
* mac80211: fix interface startup order for AP+STA (patch by yann lopez)Felix Fietkau2010-02-281-23/+30
| | | | SVN-Revision: 19912
* ath9k: disable RIFS search on some chips to avoid baseband hangsFelix Fietkau2010-02-241-0/+31
| | | | SVN-Revision: 19829
* fix accidently commited ancient mac80211 patches in r19789-19791 (#6716)Florian Fainelli2010-02-212-48/+0
| | | | SVN-Revision: 19797
* mac80211: make the vlan injection patch more specificFlorian Fainelli2010-02-211-1/+1
| | | | SVN-Revision: 19791
* mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa ↵Florian Fainelli2010-02-211-0/+11
| | | | | | rekeying with wds ap SVN-Revision: 19790
* mac80211: fix an eap frame handling bug in ath9k - fixes client mode ↵Florian Fainelli2010-02-211-0/+37
| | | | | | rekeying issues SVN-Revision: 19789
* mac80211: fix typo introduced in r19760 (#6707)Jo-Philipp Wich2010-02-191-1/+1
| | | | SVN-Revision: 19763
* rt2800lib depends on rt2x00-usbHauke Mehrtens2010-02-191-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 Fietkau2010-02-191-0/+22
| | | | | | AP mode SVN-Revision: 19757
* remove pcmcia and sdioHauke Mehrtens2010-02-194-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 boardGabor Juhos2010-02-192-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 Fietkau2010-02-191-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 Fietkau2010-02-191-0/+55
| | | | | | link stability SVN-Revision: 19716
* mac80211: move the 2.6.30 compat patch to the other compat patchesFelix Fietkau2010-02-191-0/+0
| | | | SVN-Revision: 19715
* mac80211: add compile fix for pre-2.6.32 kernelsJo-Philipp Wich2010-02-171-0/+14
| | | | SVN-Revision: 19692
* mac80211: update to wireless-testing 2010-02-16Felix Fietkau2010-02-1714-85/+27
| | | | SVN-Revision: 19688
* ath9k: adjust ack timeout workaround patch based on upstream submissionFelix Fietkau2010-02-151-3/+9
| | | | SVN-Revision: 19638
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
| | | | SVN-Revision: 19578
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-092-2/+78
| | | | SVN-Revision: 19565
* mac80211: use wpa_supplicant for unencrypted connections to improve client ↵Felix Fietkau2010-02-081-1/+15
| | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550
* mac80211: update to latest wireless-testing from todayFelix Fietkau2010-02-0314-132/+36
| | | | SVN-Revision: 19501
* mac80211: fix setup with more than 2 ap mode interfacesFelix Fietkau2010-02-021-0/+1
| | | | SVN-Revision: 19494
* mac80211: make the vlan injection patch more specificFelix Fietkau2010-01-311-1/+1
| | | | SVN-Revision: 19477
* mac80211: fix lookup for vlan'd stations for injected frames - fixes wpa ↵Felix Fietkau2010-01-311-0/+11
| | | | | | rekeying with wds ap SVN-Revision: 19476
* mac80211: fix an eap frame handling bug in ath9k - fixes client mode ↵Felix Fietkau2010-01-311-0/+37
| | | | | | rekeying issues SVN-Revision: 19474
* mac80211: fix rekeying in ap mode with connected powersave stationsFelix Fietkau2010-01-311-0/+48
| | | | SVN-Revision: 19470
* mac80211: fix aggregation setup on wds ap interfacesFelix Fietkau2010-01-311-0/+20
| | | | SVN-Revision: 19469
* mac80211: i maintain this packageFelix Fietkau2010-01-311-0/+1
| | | | SVN-Revision: 19438
* add rt2800lib moduleHauke Mehrtens2010-01-291-6/+15
| | | | | | This module is needed by rt2800pci and rt2800usb SVN-Revision: 19390
* compat should not depend on pcmcia or usb remove pcmcia and usb backport ↵Hauke Mehrtens2010-01-292-0/+100
| | | | | | | | 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
* mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto ↵Felix Fietkau2010-01-2619-369/+11
| | | | | | and retransmissions SVN-Revision: 19337
* mac80211: restrict the killing of wpa_supplicant processes to the right ↵Felix Fietkau2010-01-251-2/+6
| | | | | | interface (#5991) SVN-Revision: 19334
* mac80211: fix a WARN_ON in client modeFelix Fietkau2010-01-241-0/+11
| | | | SVN-Revision: 19315
* ath9k: improve max rate retry handlingFelix Fietkau2010-01-241-0/+42
| | | | SVN-Revision: 19308
* mac80211: make b43-fwsquash.py work with python 3.xJo-Philipp Wich2010-01-241-14/+14
| | | | SVN-Revision: 19307
* ath9k: fix an initialization error on 2GHz-only cards (based on discussion ↵Felix Fietkau2010-01-231-0/+26
| | | | | | on ath9k-devel@) SVN-Revision: 19296
* add explicit dependency on kmod-crypto-core when required (closes: #6557)Nicolas Thill2010-01-231-1/+1
| | | | SVN-Revision: 19291
* mac80211: improve wifi interface cleanupFelix Fietkau2010-01-231-1/+2
| | | | SVN-Revision: 19285
* mac80211: fix spurious error return codes in enable_mac80211()Jo-Philipp Wich2010-01-221-1/+1
| | | | SVN-Revision: 19265