aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* ath5k: fix config options for debugfsFelix Fietkau2011-04-101-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add symbols, small fixesHauke Mehrtens2011-04-091-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add Intel wireless drivers.Hauke Mehrtens2011-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
* mac80211: update to wireless-testing 2011-04-06Felix Fietkau2011-04-071-2/+3
| | | | | | 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
* mac80211: update rt2800-{pci,usb} dependenciesGabor Juhos2011-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-usbGabor Juhos2011-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 DevicesGabor Juhos2011-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: rtl818x depends on kmod-usb-coreFelix Fietkau2011-04-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k-htc: enable debugfs supportFelix Fietkau2011-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add all drivers to PKG_CONFIG_DEPENDSFelix Fietkau2011-03-301-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix zd1211 config overrideFelix Fietkau2011-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-24Felix Fietkau2011-03-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-03-22Felix Fietkau2011-03-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a separate config symbol for 802.11n driver supportFelix Fietkau2011-03-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix ath9k/ath9k-htc description (thx, swalker)Felix Fietkau2011-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 ↵Felix Fietkau2011-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-11Felix Fietkau2011-03-131-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] Add wext support to libertas-sd driverHamish Guthrie2011-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Don't include p54spi default eepromMichael Büsch2011-03-071-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38: Let mac80211 select CONFIG_AVERAGEMichael Büsch2011-03-011-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: override CONFIG_IWLWIFI_LEGACYFelix Fietkau2011-02-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: set CONFIG_RTLWIFIFelix Fietkau2011-02-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2011-02-25Felix Fietkau2011-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-131-1/+1
| | | | | | hostapd/wpa_supplicant can make it optional git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-02-07Felix Fietkau2011-02-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-01-24Felix Fietkau2011-01-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)Felix Fietkau2011-01-211-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-01-19Felix Fietkau2011-01-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile errors on powerpcFelix Fietkau2011-01-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: include the kfifo backport in compat.ko if necessary (fixes ↵Felix Fietkau2011-01-131-0/+4
| | | | | | libertas, rt2x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-01-05, should improve aggregation ↵Felix Fietkau2011-01-091-5/+6
| | | | | | reliability in ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/mac80211/carl9170]: fix md5sum, use our mirror with a fixed-up ↵Imre Kaloz2011-01-041-4/+4
| | | | | | filename to make sure we get the right fw version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/mac80211/carl9170]: use the latest fw releaseImre Kaloz2011-01-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/mac80211]: tune ath dependencies - carl9170 can be used on targets ↵Imre Kaloz2011-01-031-3/+3
| | | | | | with usb but without pci git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add CONFIG_ATH5K_PCI only when not on aterhos targetHauke Mehrtens2010-12-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rmove unused config symbols.Hauke Mehrtens2010-12-221-5/+0
| | | | | | | CONFIG_RT2800PCI_PCI and CONFIG_RT2800PCI_SOC were removed some time ago and CONFIG_IWLWIFI was replaced by CONFIG_COMPAT_IWLWIFI in compat wireless git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: activate ahb bud for ath5k driver if on atheros target.Hauke Mehrtens2010-12-221-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-12-16Felix Fietkau2010-12-181-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2010-12-09Felix Fietkau2010-12-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-11-30Felix Fietkau2010-12-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: use per-device struct for pm_qos_* operationsGabor Juhos2010-12-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportImre Kaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to latest wireless-testing + more stability workFelix Fietkau2010-11-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-11-16Felix Fietkau2010-11-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-11-10 + some pending workFelix Fietkau2010-11-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia ↵Hauke Mehrtens2010-11-101-1/+1
| | | | | | patches from compat-wireless git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wireless: build hermes packages from compat-wirelessand not from the kernel.Hauke Mehrtens2010-11-101-1/+64
| | | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-10-19Felix Fietkau2010-10-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-10-15, add a few ath9k fixes and ↵Felix Fietkau2010-10-161-2/+2
| | | | | | performance enhancements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: kmod-p54-common needs crc-ccitt, patch by loswillosJo-Philipp Wich2010-10-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23384 3c298f89-4303-0410-b956-a3cf2f4a3e73