summaryrefslogtreecommitdiffstats
path: root/package/mac80211
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: add Intel wireless drivers.hauke2011-04-081-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve the rx dma stop fix, add more debugging output in case the ↵nbd2011-04-082-21/+26
| | | | | | issue still occurs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix support for iftype wdsnbd2011-04-083-0/+255
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-04-06nbd2011-04-0722-517/+362
| | | | | | adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fall back to the default noise floor if the calibrated one is not ↵nbd2011-04-051-1/+1
| | | | | | available, fixes signal strength display in initial scan git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: move 620-rt2x00_soc_led_support.patch to the correct placejuhosg2011-04-041-0/+75
| | | | | | * fixes [26463] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update rt2800-{pci,usb} dependenciesjuhosg2011-04-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rt2800-lib doesn't depend on rt2x00-usbjuhosg2011-04-041-1/+1
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add WLAN LED support for Ralink RT305x SoC Devicesjuhosg2011-04-041-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: increase delay between aggregation session negotiation attempts - ↵nbd2011-04-031-0/+49
| | | | | | improves interop with intel clients git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rtl818x depends on kmod-usb-corenbd2011-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix missing chip wakeups causing instability issues on at least ↵nbd2011-04-021-0/+127
| | | | | | AR5416 (probably on other devices as well); fixes #9107 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k-htc: enable debugfs supportnbd2011-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix duplicate probe request reception (triggering unnecessary ↵nbd2011-04-021-0/+18
| | | | | | probe responses in multi-BSSID setups) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix adhoc beacon issues (#9163)nbd2011-04-022-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add all drivers to PKG_CONFIG_DEPENDSnbd2011-03-301-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix reported signal strengthnbd2011-03-301-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵nbd2011-03-271-0/+13
| | | | | | fix some AP mode stability issues on these chips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: disable an unnecessary backport to reduce code sizenbd2011-03-261-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove an obsolete backport patchnbd2011-03-261-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add a pending patch to remove the dependency on ecbnbd2011-03-251-0/+158
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix zd1211 config overridenbd2011-03-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-24nbd2011-03-2520-1394/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix chip wakeup on interface start - should fix some instability issuesnbd2011-03-251-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵nbd2011-03-251-0/+47
| | | | | | rates connects git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix dropping multicast proberequest frames for ad-hocnbd2011-03-241-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a few de-bloating and optimization patchesnbd2011-03-2310-0/+964
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a pending patch for fixing a stopped queue issue (mostly for ↵nbd2011-03-232-2/+13
| | | | | | client mode) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-22nbd2011-03-2223-1901/+145
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch from linux-wireless@ for reducing driver sizenbd2011-03-221-0/+1075
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: initialize the last rx time when creating a stationnbd2011-03-211-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: re-run nfcal only when stuck beacons become more frequentnbd2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: increase ATH_BCBUF, allows creating 8 virtual APsnbd2011-03-211-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve precision of beacon timer calculationsnbd2011-03-211-0/+317
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some minor debugfs cleanupsnbd2011-03-212-4/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a separate config symbol for 802.11n driver supportnbd2011-03-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add an aggregation rx reorder timeout handling fixnbd2011-03-161-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: force the rx chainmask on ar913x to 0x7 - fixes calibration issues ↵nbd2011-03-151-0/+11
| | | | | | with 2-antenna devices such as the wrt160nl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: enable an ar913x specific hardware fix for sending block-acknbd2011-03-151-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: Fix unique device autodetectionacinonyx2011-03-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath9k/ath9k-htc description (thx, swalker)nbd2011-03-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: split package into kmod-ath9k and kmod-ath9k-common, add a new ↵nbd2011-03-131-7/+67
| | | | | | package for ath9k_htc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-11nbd2011-03-1328-1210/+396
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/ath9k: improve pending patches based on review feedbacknbd2011-03-114-19/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix spurious channel type changes when vifs are created/deletednbd2011-03-111-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch to fix the interoperability issues with intel clients ↵nbd2011-03-111-0/+11
| | | | | | (fixes #8830) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Add wext support to libertas-sd driverhcg2011-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: redirect EAP frames on AP VLAN interfaces to the main AP interface ↵nbd2011-03-101-0/+67
| | | | | | to fix a bridging related race condition git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: improve tx dma fixes based on review feedbacknbd2011-03-103-20/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: get rid of most of those annoying dma tx stop issuesnbd2011-03-104-0/+306
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25988 3c298f89-4303-0410-b956-a3cf2f4a3e73