Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: remove ep93xx target from blacklist. | Florian Fainelli | 2012-09-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 33465 | ||||
* | mac80211: bump PKG_RELEASE | Felix Fietkau | 2012-09-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 33333 | ||||
* | mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵ | Felix Fietkau | 2012-09-08 | 1 | -2/+2 |
| | | | | | | and more SVN-Revision: 33331 | ||||
* | mac80211: do not delete linux/*_platform.h, they are touched by patches. ↵ | Felix Fietkau | 2012-08-06 | 1 | -3/+6 |
| | | | | | | instead make the build fail if they differ from the ones in the kernel tree to prevent subtle runtime issues (see #11981) SVN-Revision: 33030 | ||||
* | mac80211: remove header files used to share struct with platform code. | Hauke Mehrtens | 2012-08-05 | 1 | -0/+6 |
| | | | | | | | | | The structs defined in these header files should be the same as the structes used by the platform code otherwise it will cause strange runtime errors. By removing them from compat-wireless we will get a compile error instead of a runtime error if they are out of sync. SVN-Revision: 33006 | ||||
* | mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds | John Crispin | 2012-07-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 32886 | ||||
* | mac80211: update to latest wireless-testing + some monitor mode fixes and ↵ | Felix Fietkau | 2012-07-16 | 1 | -2/+2 |
| | | | | | | some libertas driver fixes SVN-Revision: 32760 | ||||
* | mac80211: update to latest version, fix tx gain patch | Felix Fietkau | 2012-07-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 32655 | ||||
* | mac80211: add support for AR9550 | Gabor Juhos | 2012-07-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32588 | ||||
* | mac80211: update to wireless-testing 2012-06-14 | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 32420 | ||||
* | mac80211: make brcmfmac depend on usb | Hauke Mehrtens | 2012-06-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 32019 | ||||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | 1 | -3/+3 |
| | | | | SVN-Revision: 32002 | ||||
* | mac80211: use built-in regulatory database instead of crda to avoid various ↵ | Felix Fietkau | 2012-05-28 | 1 | -1/+4 |
| | | | | | | race conditions SVN-Revision: 31954 | ||||
* | mac80211: add brcmfmac driver | Hauke Mehrtens | 2012-05-18 | 1 | -16/+51 |
| | | | | SVN-Revision: 31786 | ||||
* | switch to the new linux-firmware git tree, use the new wl12xx firmware files | Imre Kaloz | 2012-05-03 | 1 | -10/+12 |
| | | | | SVN-Revision: 31575 | ||||
* | mac80211: load lib80211 after cfg80211 (#11342) | Felix Fietkau | 2012-04-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31537 | ||||
* | mac80211: update to 2012-04-17, adds some build fixes and juhosg's ar9380 tx ↵ | Felix Fietkau | 2012-04-19 | 1 | -2/+2 |
| | | | | | | power fix SVN-Revision: 31347 | ||||
* | mac80211: update to wireless-testing 2012-04-13 | Felix Fietkau | 2012-04-16 | 1 | -3/+5 |
| | | | | SVN-Revision: 31322 | ||||
* | mac80211: add missing dependency to mac80211 to brcmsmac | Hauke Mehrtens | 2012-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 31277 | ||||
* | mac80211: kmod-ath should not depend on PCI or USB support for the atheros ↵ | Felix Fietkau | 2012-03-30 | 1 | -1/+1 |
| | | | | | | target SVN-Revision: 31151 | ||||
* | mac80211: add the real compat-wireless version + openwrt revision to the ↵ | Felix Fietkau | 2012-03-10 | 1 | -0/+1 |
| | | | | | | compat_version SVN-Revision: 30862 | ||||
* | mac80211: delete linux/eeprom_93cx6.h since the module is used from the ↵ | Felix Fietkau | 2012-02-29 | 1 | -0/+1 |
| | | | | | | kernel tree, fixes rt2x00 issues on lantiq SVN-Revision: 30754 | ||||
* | mac80211: update to wireless-testing 2012-02-27 | Felix Fietkau | 2012-02-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 30746 | ||||
* | mac80211: update to wireless-testing 2012-02-23 | Felix Fietkau | 2012-02-27 | 1 | -4/+4 |
| | | | | SVN-Revision: 30742 | ||||
* | mac80211: b43: use firmware version 666.2 as default | Hauke Mehrtens | 2012-02-21 | 1 | -6/+3 |
| | | | | SVN-Revision: 30673 | ||||
* | mac80211: add brcmsmac driver | Hauke Mehrtens | 2012-02-19 | 1 | -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 firmware | Hauke Mehrtens | 2012-02-19 | 1 | -2/+2 |
| | | | | | | Thank you Eugene San for the patch SVN-Revision: 30642 | ||||
* | mac80211: rt2x00: allow to disable bands via platform data | Gabor Juhos | 2012-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 30629 | ||||
* | package/mac80211: fix a possible NULL pointer dereference in rt2x00 | Gabor Juhos | 2012-02-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 30586 | ||||
* | package/mac80211: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 30413 | ||||
* | mac80211: disable ath6kl until it's packaged and used somewhere | Felix Fietkau | 2012-02-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 30397 | ||||
* | mac80211: update to wireless-testing 2012-02-06 | Felix Fietkau | 2012-02-07 | 1 | -5/+5 |
| | | | | SVN-Revision: 30346 | ||||
* | mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb | Gabor Juhos | 2012-01-25 | 1 | -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 driver | Imre Kaloz | 2012-01-14 | 1 | -5/+34 |
| | | | | SVN-Revision: 29751 | ||||
* | mac80211: current revisions build with 3.2 | Jonas Gorski | 2012-01-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 29728 | ||||
* | mac80211: make mesh support optional | Felix Fietkau | 2011-12-12 | 1 | -0/+7 |
| | | | | SVN-Revision: 29506 | ||||
* | mac80211: add support for firmware 666.2 for b43 devices | Hauke Mehrtens | 2011-12-08 | 1 | -6/+23 |
| | | | | SVN-Revision: 29485 | ||||
* | mac80211: update to 2011-12-01 | Felix Fietkau | 2011-12-05 | 1 | -4/+4 |
| | | | | SVN-Revision: 29436 | ||||
* | mac80211: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-11-21 | 1 | -2/+0 |
| | | | | SVN-Revision: 29285 | ||||
* | mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵ | Jo-Philipp Wich | 2011-11-21 | 1 | -0/+2 |
| | | | | | | on boot SVN-Revision: 29284 | ||||
* | mac80211: update to wireless-testing 2011-11-15 | Felix Fietkau | 2011-11-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 29240 | ||||
* | mac80211: enable support for RaLink Rt53xx USB devices in rt2800usb | Felix Fietkau | 2011-11-14 | 1 | -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.2 | Jonas Gorski | 2011-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 28896 | ||||
* | carl9170: add dependency on kmod-input-core | Felix Fietkau | 2011-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 28808 | ||||
* | mac80211: update to wireless-testing 2011-11-04 | Felix Fietkau | 2011-11-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 28771 | ||||
* | mac80211: update to wireless-testing 2011-11-01 | Felix Fietkau | 2011-11-01 | 1 | -2/+5 |
| | | | | SVN-Revision: 28711 | ||||
* | package/kernel: prefix library modules with lib- | Nicolas Thill | 2011-10-28 | 1 | -4/+4 |
| | | | | SVN-Revision: 28656 | ||||
* | package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX) | Jonas Gorski | 2011-10-26 | 1 | -4/+4 |
| | | | | SVN-Revision: 28601 | ||||
* | mac80211: allow building ath9k_htc without PCI support, based on patch by ↵ | Jo-Philipp Wich | 2011-10-25 | 1 | -1/+1 |
| | | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573 | ||||
* | mac80211: autoload ath9k_htc after USB controller drivers | Jo-Philipp Wich | 2011-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 28442 |