Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: update to wireless-testing 2010-06-15 | Felix Fietkau | 2010-06-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 21943 | ||||
* | Add support for Marvell 88W8686 | Hamish Guthrie | 2010-06-23 | 1 | -6/+43 |
| | | | | SVN-Revision: 21887 | ||||
* | mac80211: fix compile on systems that do not have /bin/true | Felix Fietkau | 2010-06-14 | 1 | -1/+2 |
| | | | | SVN-Revision: 21801 | ||||
* | mac80211: update to 2010-06-10, add pending work with stability and ↵ | Felix Fietkau | 2010-06-10 | 1 | -2/+2 |
| | | | | | | throughput fixes for ath9k SVN-Revision: 21756 | ||||
* | mac80211: remove the pid rate control algorithm to save a few kbytes | Felix Fietkau | 2010-06-01 | 1 | -1/+0 |
| | | | | SVN-Revision: 21654 | ||||
* | mac80211: update to wireless-testing 2010-05-24 | Felix Fietkau | 2010-05-25 | 1 | -3/+4 |
| | | | | SVN-Revision: 21568 | ||||
* | mac80211: use stable firmware for b43 driver as the experimental causes ↵ | Hauke Mehrtens | 2010-05-16 | 1 | -1/+1 |
| | | | | | | | | problems on some devices with L-PHY This should close #6907 SVN-Revision: 21470 | ||||
* | mac80211: update b43-fwcutter | Hauke Mehrtens | 2010-05-16 | 1 | -8/+8 |
| | | | | SVN-Revision: 21468 | ||||
* | mac80211: update to wireless-testing 2010-05-12 plus some pending patches | Felix Fietkau | 2010-05-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 21454 | ||||
* | ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless. | Hauke Mehrtens | 2010-05-15 | 1 | -7/+1 |
| | | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449 | ||||
* | mac80211: update to wireless-testing 2010-04-28 | Felix Fietkau | 2010-04-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 21271 | ||||
* | mac80211: update to wireless-testing 2010-04-21 | Felix Fietkau | 2010-04-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 21089 | ||||
* | mac80211: add mwl8k driver | Hauke Mehrtens | 2010-04-21 | 1 | -1/+16 |
| | | | | | | This closes #7209 SVN-Revision: 21077 | ||||
* | mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG ↵ | Felix Fietkau | 2010-04-17 | 1 | -11/+0 |
| | | | | | | turns on debugging for atheros drivers SVN-Revision: 20972 | ||||
* | mac80211: use minstrel_ht by default for ath9k | Felix Fietkau | 2010-04-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 20971 | ||||
* | mac80211: update to wireless-testing 2010-04-16 | Felix Fietkau | 2010-04-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 20966 | ||||
* | package/mac80211: move all configuration items in submenus, merge Config.in* ↵ | Nicolas Thill | 2010-04-16 | 1 | -22/+184 |
| | | | | | | into the main Makefile SVN-Revision: 20910 | ||||
* | mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ↵ | Felix Fietkau | 2010-04-14 | 1 | -2/+2 |
| | | | | | | ar9300 patch set, fixes #7135 SVN-Revision: 20849 | ||||
* | mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 ↵ | Felix Fietkau | 2010-04-10 | 1 | -3/+3 |
| | | | | | | patches SVN-Revision: 20777 | ||||
* | mac80211: update rt2x00 mcu patch (thanks to Luis Correia) | Gabor Juhos | 2010-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 20674 | ||||
* | mac80211: remove MCU requests for SoC platforms in the rt2x00 driver | Gabor Juhos | 2010-04-01 | 1 | -1/+1 |
| | | | | | | | | The ralink SoC platforms do not have an MCU. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 20650 | ||||
* | mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected | Gabor Juhos | 2010-03-31 | 1 | -0/+1 |
| | | | | | | | | | When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with the CONFIG_RT2X00_DEBUG flag set to enable debug output. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20629 | ||||
* | mac80211: enable building of the rt2800 on the ramips target | Gabor Juhos | 2010-03-30 | 1 | -8/+44 |
| | | | | SVN-Revision: 20615 | ||||
* | mac80211: update to wireless-testing 2010-03-24 | Felix Fietkau | 2010-03-26 | 1 | -2/+4 |
| | | | | SVN-Revision: 20497 | ||||
* | mac80211: fix build problems with kmod-mac80211=n | Hauke Mehrtens | 2010-03-10 | 1 | -2/+3 |
| | | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. SVN-Revision: 20125 | ||||
* | use a common way of marking packages as not supported on specific targets | Nicolas Thill | 2010-03-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 20117 | ||||
* | mac80211: build ipw2x00 driver from compat-wireless | Hauke Mehrtens | 2010-03-08 | 1 | -11/+96 |
| | | | | | | ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel. SVN-Revision: 20073 | ||||
* | mac80211: update to wireless-testing 2010-03-03 | Felix Fietkau | 2010-03-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 20032 | ||||
* | kernel: add some missing config files and make compat-wireless build with ↵ | Hauke Mehrtens | 2010-03-02 | 1 | -0/+9 |
| | | | | | | | | kernel 2.6.33 Thanks tripolar for the missing config symbols SVN-Revision: 19956 | ||||
* | mac80211: add the new 802.11n minstrel rate control implementation ↵ | Felix Fietkau | 2010-03-01 | 1 | -1/+3 |
| | | | | | | (optional, not used by default) SVN-Revision: 19943 | ||||
* | mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵ | Nicolas Thill | 2010-03-01 | 1 | -0/+2 |
| | | | | | | rt2800-lib modules SVN-Revision: 19923 | ||||
* | mac80211: fix typo introduced in r19760 (#6707) | Jo-Philipp Wich | 2010-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 19763 | ||||
* | rt2800lib depends on rt2x00-usb | Hauke Mehrtens | 2010-02-19 | 1 | -1/+1 |
| | | | | | | The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build. SVN-Revision: 19760 | ||||
* | remove pcmcia and sdio | Hauke Mehrtens | 2010-02-19 | 1 | -1/+1 |
| | | | | | | | | This fixes #6701 Remove the pcmcia and sdio interface from b43 driver to not depend on these modules. SVN-Revision: 19756 | ||||
* | mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board | Gabor Juhos | 2010-02-19 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19745 | ||||
* | mac80211: update to wireless-testing 2010-02-16 | Felix Fietkau | 2010-02-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 19688 | ||||
* | with no users left, remove support for 2.6.21 | Imre Kaloz | 2010-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 19578 | ||||
* | ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700 | Gabor Juhos | 2010-02-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 19565 | ||||
* | mac80211: update to latest wireless-testing from today | Felix Fietkau | 2010-02-03 | 1 | -3/+3 |
| | | | | SVN-Revision: 19501 | ||||
* | mac80211: i maintain this package | Felix Fietkau | 2010-01-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 19438 | ||||
* | add rt2800lib module | Hauke Mehrtens | 2010-01-29 | 1 | -6/+15 |
| | | | | | | This module is needed by rt2800pci and rt2800usb SVN-Revision: 19390 | ||||
* | mac80211: update to wireless-testing 2010-01-25, includes fixes for crypto ↵ | Felix Fietkau | 2010-01-26 | 1 | -2/+2 |
| | | | | | | and retransmissions SVN-Revision: 19337 | ||||
* | add explicit dependency on kmod-crypto-core when required (closes: #6557) | Nicolas Thill | 2010-01-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 19291 | ||||
* | mac80211: upgrade to compat-wireless 2010-01-15 | Felix Fietkau | 2010-01-17 | 1 | -3/+4 |
| | | | | SVN-Revision: 19176 | ||||
* | mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13 | Felix Fietkau | 2010-01-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 19139 | ||||
* | mac80211: upgrade to a new unofficial snapshot based on ↵ | Felix Fietkau | 2010-01-12 | 1 | -6/+6 |
| | | | | | | wireless-testing+wireless-2.6 SVN-Revision: 19110 | ||||
* | mac80211: export a few ath header files | Felix Fietkau | 2010-01-07 | 1 | -1/+5 |
| | | | | SVN-Revision: 19065 | ||||
* | mac80211: update to compat-wireless 2010-01-07 (unoffical snapshot, official ↵ | Felix Fietkau | 2010-01-07 | 1 | -3/+4 |
| | | | | | | ones are not working yet) SVN-Revision: 19063 | ||||
* | b43 and b43legacy: squash firmware | Hauke Mehrtens | 2009-12-26 | 1 | -0/+7 |
| | | | | | | | Only G and L-PHY are supportted by b43 driver Add squash firmware for b43legacy SVN-Revision: 18947 | ||||
* | disable a few packages failing on ps3 as well (marking them as BROKEN) | Nicolas Thill | 2009-12-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 18905 |