Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: fix compile with older kernel versions | Hauke Mehrtens | 2011-04-09 | 1 | -0/+12 |
| | | | | SVN-Revision: 26573 | ||||
* | kernel: add symbols, small fixes | Hauke Mehrtens | 2011-04-09 | 1 | -1/+1 |
| | | | | | | | | * Some module should be loaded later to load them after the modules they are depending on * add some more missing config symbols * make CS5535 build again SVN-Revision: 26570 | ||||
* | ath5k: add some more performance improvements | Felix Fietkau | 2011-04-09 | 5 | -0/+444 |
| | | | | SVN-Revision: 26566 | ||||
* | ath5k: rename a misnamed patch | Felix Fietkau | 2011-04-09 | 1 | -0/+0 |
| | | | | SVN-Revision: 26565 | ||||
* | ath5k: add a few fixes that improve performance | Felix Fietkau | 2011-04-09 | 3 | -0/+147 |
| | | | | SVN-Revision: 26564 | ||||
* | ath5k: fix tx status reporting | Felix Fietkau | 2011-04-09 | 1 | -0/+37 |
| | | | | SVN-Revision: 26563 | ||||
* | ath9k: properly count retries when frames are filtered due to excessive ↵ | Felix Fietkau | 2011-04-09 | 1 | -16/+39 |
| | | | | | | retries when a client is not in powersave mode SVN-Revision: 26545 | ||||
* | mac80211: fix reading the station flags in debugfs | Felix Fietkau | 2011-04-09 | 1 | -0/+9 |
| | | | | SVN-Revision: 26544 | ||||
* | mac80211: add Intel wireless drivers. | Hauke Mehrtens | 2011-04-08 | 1 | -5/+277 |
| | | | | | | | | | | This adds the Intel wireless drivers for their normal cards. Thank you framer99 for the patch, I extended it a little bit. This closes #7227 SVN-Revision: 26534 | ||||
* | ath9k: improve the rx dma stop fix, add more debugging output in case the ↵ | Felix Fietkau | 2011-04-08 | 2 | -21/+26 |
| | | | | | | issue still occurs SVN-Revision: 26532 | ||||
* | mac80211: fix support for iftype wds | Felix Fietkau | 2011-04-08 | 3 | -0/+255 |
| | | | | SVN-Revision: 26531 | ||||
* | mac80211: update to wireless-testing 2011-04-06 | Felix Fietkau | 2011-04-07 | 22 | -517/+362 |
| | | | | | | adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages SVN-Revision: 26506 | ||||
* | ath9k: fall back to the default noise floor if the calibrated one is not ↵ | Felix Fietkau | 2011-04-05 | 1 | -1/+1 |
| | | | | | | available, fixes signal strength display in initial scan SVN-Revision: 26494 | ||||
* | mac80211: move 620-rt2x00_soc_led_support.patch to the correct place | Gabor Juhos | 2011-04-04 | 1 | -0/+75 |
| | | | | | | * fixes [26463] SVN-Revision: 26467 | ||||
* | mac80211: update rt2800-{pci,usb} dependencies | Gabor Juhos | 2011-04-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 26465 | ||||
* | mac80211: rt2800-lib doesn't depend on rt2x00-usb | Gabor Juhos | 2011-04-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26464 | ||||
* | mac80211: add WLAN LED support for Ralink RT305x SoC Devices | Gabor Juhos | 2011-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU request, but do nothing for SoC. This patch checks for SoC and sets the register to enable the WLAN LED (instead of an MCU request). This fixes the WLAN LED for RT305x devices (such as the HW550-3G). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26463 | ||||
* | mac80211: increase delay between aggregation session negotiation attempts - ↵ | Felix Fietkau | 2011-04-03 | 1 | -0/+49 |
| | | | | | | improves interop with intel clients SVN-Revision: 26444 | ||||
* | mac80211: rtl818x depends on kmod-usb-core | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26443 | ||||
* | ath9k: fix missing chip wakeups causing instability issues on at least ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+127 |
| | | | | | | AR5416 (probably on other devices as well); fixes #9107 SVN-Revision: 26418 | ||||
* | ath9k-htc: enable debugfs support | Felix Fietkau | 2011-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 26412 | ||||
* | mac80211: fix duplicate probe request reception (triggering unnecessary ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+18 |
| | | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408 | ||||
* | ath9k: fix adhoc beacon issues (#9163) | Felix Fietkau | 2011-04-02 | 2 | -0/+28 |
| | | | | SVN-Revision: 26395 | ||||
* | mac80211: add all drivers to PKG_CONFIG_DEPENDS | Felix Fietkau | 2011-03-30 | 1 | -0/+9 |
| | | | | SVN-Revision: 26369 | ||||
* | ath9k: fix reported signal strength | Felix Fietkau | 2011-03-30 | 1 | -0/+27 |
| | | | | SVN-Revision: 26368 | ||||
* | ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵ | Felix Fietkau | 2011-03-27 | 1 | -0/+13 |
| | | | | | | fix some AP mode stability issues on these chips SVN-Revision: 26316 | ||||
* | mac80211: disable an unnecessary backport to reduce code size | Felix Fietkau | 2011-03-26 | 1 | -0/+16 |
| | | | | SVN-Revision: 26303 | ||||
* | mac80211: remove an obsolete backport patch | Felix Fietkau | 2011-03-26 | 1 | -11/+0 |
| | | | | SVN-Revision: 26302 | ||||
* | mac80211: add a pending patch to remove the dependency on ecb | Felix Fietkau | 2011-03-25 | 1 | -0/+158 |
| | | | | SVN-Revision: 26295 | ||||
* | mac80211: fix zd1211 config override | Felix Fietkau | 2011-03-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 26294 | ||||
* | mac80211: update to wireless-testing 2011-03-24 | Felix Fietkau | 2011-03-25 | 20 | -1394/+49 |
| | | | | SVN-Revision: 26293 | ||||
* | ath9k: fix chip wakeup on interface start - should fix some instability issues | Felix Fietkau | 2011-03-25 | 1 | -0/+20 |
| | | | | SVN-Revision: 26290 | ||||
* | mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵ | Felix Fietkau | 2011-03-25 | 1 | -0/+47 |
| | | | | | | rates connects SVN-Revision: 26287 | ||||
* | mac80211: fix dropping multicast proberequest frames for ad-hoc | Felix Fietkau | 2011-03-24 | 1 | -0/+19 |
| | | | | SVN-Revision: 26284 | ||||
* | ath9k: add a few de-bloating and optimization patches | Felix Fietkau | 2011-03-23 | 10 | -0/+964 |
| | | | | SVN-Revision: 26281 | ||||
* | ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵ | Felix Fietkau | 2011-03-23 | 2 | -2/+13 |
| | | | | | | client mode) SVN-Revision: 26280 | ||||
* | mac80211: update to wireless-testing 2011-03-22 | Felix Fietkau | 2011-03-22 | 23 | -1901/+145 |
| | | | | SVN-Revision: 26273 | ||||
* | ath9k: add a patch from linux-wireless@ for reducing driver size | Felix Fietkau | 2011-03-22 | 1 | -0/+1075 |
| | | | | SVN-Revision: 26264 | ||||
* | mac80211: initialize the last rx time when creating a station | Felix Fietkau | 2011-03-21 | 1 | -0/+10 |
| | | | | | | | | | should hopefully finally take care of the nasty reassociation issues which showed up as Jan 1 00:51:10 OpenWrt daemon.info hostapd: wlan0: STA 00:xx:xx:xx:xx:xx IEEE 802.11: deauthenticated due to inactivity right after associating, leading to an immediate disconnect. Will probably fix #8343, #8830 and others. SVN-Revision: 26251 | ||||
* | ath9k: re-run nfcal only when stuck beacons become more frequent | Felix Fietkau | 2011-03-21 | 1 | -0/+12 |
| | | | | SVN-Revision: 26250 | ||||
* | ath9k: increase ATH_BCBUF, allows creating 8 virtual APs | Felix Fietkau | 2011-03-21 | 1 | -0/+24 |
| | | | | SVN-Revision: 26249 | ||||
* | ath9k: improve precision of beacon timer calculations | Felix Fietkau | 2011-03-21 | 1 | -0/+317 |
| | | | | SVN-Revision: 26248 | ||||
* | ath9k: add some minor debugfs cleanups | Felix Fietkau | 2011-03-21 | 2 | -4/+111 |
| | | | | SVN-Revision: 26247 | ||||
* | hostapd: add a separate config symbol for 802.11n driver support | Felix Fietkau | 2011-03-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 26212 | ||||
* | mac80211: add an aggregation rx reorder timeout handling fix | Felix Fietkau | 2011-03-16 | 1 | -0/+11 |
| | | | | SVN-Revision: 26185 | ||||
* | ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues ↵ | Felix Fietkau | 2011-03-15 | 1 | -0/+11 |
| | | | | | | with 2-antenna devices such as the wrt160nl SVN-Revision: 26168 | ||||
* | ath9k: enable an ar913x specific hardware fix for sending block-ack | Felix Fietkau | 2011-03-15 | 1 | -0/+21 |
| | | | | SVN-Revision: 26167 | ||||
* | mac80211: Fix unique device autodetection | Vasilis Tsiligiannis | 2011-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 26165 | ||||
* | mac80211: fix ath9k/ath9k-htc description (thx, swalker) | Felix Fietkau | 2011-03-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 26160 | ||||
* | ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new ↵ | Felix Fietkau | 2011-03-13 | 1 | -7/+67 |
| | | | | | | package for ath9k_htc SVN-Revision: 26130 |