aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: add the real compat-wireless version + openwrt revision to the ↵Felix Fietkau2012-03-101-0/+1
| | | | | | compat_version SVN-Revision: 30862
* mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵Felix Fietkau2012-02-291-0/+1
| | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754
* mac80211: update to wireless-testing 2012-02-27Felix Fietkau2012-02-271-2/+2
| | | | SVN-Revision: 30746
* mac80211: update to wireless-testing 2012-02-23Felix Fietkau2012-02-271-4/+4
| | | | SVN-Revision: 30742
* mac80211: b43: use firmware version 666.2 as defaultHauke Mehrtens2012-02-211-6/+3
| | | | SVN-Revision: 30673
* mac80211: add brcmsmac driverHauke Mehrtens2012-02-191-3/+42
| | | | | | brcmsmac does not work on bcm47xx based devices or has AP mode support for now. SVN-Revision: 30643
* mac80211: fix directory of mwl8k firmwareHauke Mehrtens2012-02-191-2/+2
| | | | | | Thank you Eugene San for the patch SVN-Revision: 30642
* mac80211: rt2x00: allow to disable bands via platform dataGabor Juhos2012-02-181-1/+1
| | | | SVN-Revision: 30629
* package/mac80211: fix a possible NULL pointer dereference in rt2x00Gabor Juhos2012-02-161-1/+1
| | | | SVN-Revision: 30586
* package/mac80211: apply AR71XX PCI workaround on ATH79 as wellGabor Juhos2012-02-101-1/+1
| | | | SVN-Revision: 30413
* mac80211: disable ath6kl until it's packaged and used somewhereFelix Fietkau2012-02-091-0/+1
| | | | SVN-Revision: 30397
* mac80211: update to wireless-testing 2012-02-06Felix Fietkau2012-02-071-5/+5
| | | | SVN-Revision: 30346
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbGabor Juhos2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! On Mon, Nov 14, 2011 at 03:01:34PM +0100, Daniel Golle wrote: > The driver works quite nice and stable for me using a RaLink Rt5370 USB device. > > Signed-off-by: Daniel Golle <dgolle@allnet.de> > > Index: package/mac80211/Makefile > =================================================================== > --- package/mac80211/Makefile (revision 29114) > +++ package/mac80211/Makefile (working copy) > @@ -1147,6 +1147,7 @@ > CONFIG_RT2800_LIB=$(if $(CONFIG_PACKAGE_kmod-rt2800-lib),m) \ > CONFIG_RT2800PCI=$(if $(CONFIG_PACKAGE_kmod-rt2800-pci),m) \ > CONFIG_RT2800USB=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),m) \ > + CONFIG_RT2800USB_RT53XX=$(if $(CONFIG_PACKAGE_kmod-rt2800-usb),y) \ > CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \ > CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \ > CONFIG_RTL8192CE= \ Aparently this was wrong, CONFIG_RT2800USB_RT53XX is supposed to live in BUILDARGS rather than MAKE_OPTS to actually get support for the Rt5370. Thanks to actmnophn for the hint! This reverts changeset 29116 and adds it to the right section in the Makefile. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29906
* build and package the wl12xx driverImre Kaloz2012-01-141-5/+34
| | | | SVN-Revision: 29751
* mac80211: current revisions build with 3.2Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29728
* mac80211: make mesh support optionalFelix Fietkau2011-12-121-0/+7
| | | | SVN-Revision: 29506
* mac80211: add support for firmware 666.2 for b43 devicesHauke Mehrtens2011-12-081-6/+23
| | | | SVN-Revision: 29485
* mac80211: update to 2011-12-01Felix Fietkau2011-12-051-4/+4
| | | | SVN-Revision: 29436
* mac80211: revert unrelated change in previous commitJo-Philipp Wich2011-11-211-2/+0
| | | | SVN-Revision: 29285
* mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵Jo-Philipp Wich2011-11-211-0/+2
| | | | | | on boot SVN-Revision: 29284
* mac80211: update to wireless-testing 2011-11-15Felix Fietkau2011-11-181-2/+2
| | | | SVN-Revision: 29240
* mac80211: enable support for RaLink Rt53xx USB devices in rt2800usbFelix Fietkau2011-11-141-0/+1
| | | | | | | | The driver works quite nice and stable for me using a RaLink Rt5370 USB device. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29116
* package: mac80211: mark as broken for 3.2Jonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28896
* carl9170: add dependency on kmod-input-coreFelix Fietkau2011-11-071-1/+1
| | | | SVN-Revision: 28808
* mac80211: update to wireless-testing 2011-11-04Felix Fietkau2011-11-051-2/+2
| | | | SVN-Revision: 28771
* mac80211: update to wireless-testing 2011-11-01Felix Fietkau2011-11-011-2/+5
| | | | SVN-Revision: 28711
* package/kernel: prefix library modules with lib-Nicolas Thill2011-10-281-4/+4
| | | | SVN-Revision: 28656
* package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-4/+4
| | | | SVN-Revision: 28601
* mac80211: allow building ath9k_htc without PCI support, based on patch by ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
* mac80211: autoload ath9k_htc after USB controller driversJo-Philipp Wich2011-10-131-1/+1
| | | | SVN-Revision: 28442
* mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵Hauke Mehrtens2011-10-131-7/+8
| | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all SVN-Revision: 28437
* mac80211: use new version of carl80211 firmwareHauke Mehrtens2011-10-131-2/+2
| | | | | | This firmware is compatible with the driver version in use. SVN-Revision: 28436
* mac80211: use correct firmware for ath9k_htcHauke Mehrtens2011-10-131-4/+5
| | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433
* mac80211: update to wireless-testing 2011-10-05 + pending patchesFelix Fietkau2011-10-091-4/+4
| | | | SVN-Revision: 28392
* mac80211: update to wireless-testing 2011-09-14Felix Fietkau2011-09-151-2/+2
| | | | SVN-Revision: 28245
* mac80211: allow building for linux 3.1 againJonas Gorski2011-08-281-1/+1
| | | | | | wireless-testing 2011-08-26 properly detects and works with linux 3.1. SVN-Revision: 28096
* mac80211: update to wireless-testing 2011-08-26Felix Fietkau2011-08-271-4/+4
| | | | SVN-Revision: 28093
* mac80211: Fix the location firmware is copied to (libertas_sdio driver loads ↵Hamish Guthrie2011-08-221-2/+2
| | | | | | firmware from /lib/formware/libertas) SVN-Revision: 28069
* mac80211: configure hostapd logging optionsJo-Philipp Wich2011-08-201-2/+2
| | | | SVN-Revision: 28057
* mac80211: update to 2011-08-10Felix Fietkau2011-08-111-3/+3
| | | | SVN-Revision: 27958
* package/mac80211: mark as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | compat-wireless does not support 3.1 yet. SVN-Revision: 27935
* mac80211: always store broadcom firmware in b43 and b43legacy dirHauke Mehrtens2011-08-061-0/+1
| | | | | | | | This is always used to build a firmware for linux systems also if we are on freebsd. This is one patch from #9897 SVN-Revision: 27926
* mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)Felix Fietkau2011-08-011-8/+0
| | | | SVN-Revision: 27863
* mac80211: fix typo and make broken options depend on BROKENHauke Mehrtens2011-07-231-2/+4
| | | | SVN-Revision: 27735
* mca80211: add support for b43 on bcma bus.Hauke Mehrtens2011-07-231-6/+34
| | | | | | This makes b43 work on broadcom SoCs using bcma as system bus. SVN-Revision: 27734
* kernel: use lib80211 from compat-wireless instead of the kernelFelix Fietkau2011-07-041-5/+31
| | | | SVN-Revision: 27436
* max80211: rt2x00: load the eeprom data from a file on Ralink SoCsGabor Juhos2011-07-031-1/+4
| | | | SVN-Revision: 27395
* mac80211: force b44 and atl* to be disabled, even if they are enabled in the ↵Felix Fietkau2011-06-251-0/+5
| | | | | | kernel tree SVN-Revision: 27285
* mac80211: update to wireless-testing 2011-06-22Felix Fietkau2011-06-241-3/+3
| | | | SVN-Revision: 27275
* mac80211: enable cfg80211 debugfs supportFelix Fietkau2011-06-241-1/+2
| | | | SVN-Revision: 27273