aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-41/+41
| | | | SVN-Revision: 22145
* mac80211: update to wireless-testing 2010-07-06, add another patch to ↵Felix Fietkau2010-07-071-2/+2
| | | | | | finally fix the annoying buffer leak in ath9k SVN-Revision: 22088
* mac80211: update to wireless-testing 2010-06-28Felix Fietkau2010-06-301-2/+2
| | | | SVN-Revision: 21988
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* mac80211: update to wireless-testing 2010-06-15Felix Fietkau2010-06-261-2/+2
| | | | SVN-Revision: 21943
* Add support for Marvell 88W8686Hamish Guthrie2010-06-231-6/+43
| | | | SVN-Revision: 21887
* mac80211: fix compile on systems that do not have /bin/trueFelix Fietkau2010-06-141-1/+2
| | | | SVN-Revision: 21801
* mac80211: update to 2010-06-10, add pending work with stability and ↵Felix Fietkau2010-06-101-2/+2
| | | | | | throughput fixes for ath9k SVN-Revision: 21756
* mac80211: remove the pid rate control algorithm to save a few kbytesFelix Fietkau2010-06-011-1/+0
| | | | SVN-Revision: 21654
* mac80211: update to wireless-testing 2010-05-24Felix Fietkau2010-05-251-3/+4
| | | | SVN-Revision: 21568
* mac80211: use stable firmware for b43 driver as the experimental causes ↵Hauke Mehrtens2010-05-161-1/+1
| | | | | | | | problems on some devices with L-PHY This should close #6907 SVN-Revision: 21470
* mac80211: update b43-fwcutterHauke Mehrtens2010-05-161-8/+8
| | | | SVN-Revision: 21468
* mac80211: update to wireless-testing 2010-05-12 plus some pending patchesFelix Fietkau2010-05-151-2/+4
| | | | SVN-Revision: 21454
* ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless.Hauke Mehrtens2010-05-151-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-28Felix Fietkau2010-04-301-2/+2
| | | | SVN-Revision: 21271
* mac80211: update to wireless-testing 2010-04-21Felix Fietkau2010-04-221-2/+2
| | | | SVN-Revision: 21089
* mac80211: add mwl8k driverHauke Mehrtens2010-04-211-1/+16
| | | | | | This closes #7209 SVN-Revision: 21077
* mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG ↵Felix Fietkau2010-04-171-11/+0
| | | | | | turns on debugging for atheros drivers SVN-Revision: 20972
* mac80211: use minstrel_ht by default for ath9kFelix Fietkau2010-04-171-0/+1
| | | | SVN-Revision: 20971
* mac80211: update to wireless-testing 2010-04-16Felix Fietkau2010-04-171-2/+2
| | | | SVN-Revision: 20966
* package/mac80211: move all configuration items in submenus, merge Config.in* ↵Nicolas Thill2010-04-161-22/+184
| | | | | | into the main Makefile SVN-Revision: 20910
* mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ↵Felix Fietkau2010-04-141-2/+2
| | | | | | ar9300 patch set, fixes #7135 SVN-Revision: 20849
* mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 ↵Felix Fietkau2010-04-101-3/+3
| | | | | | patches SVN-Revision: 20777
* mac80211: update rt2x00 mcu patch (thanks to Luis Correia)Gabor Juhos2010-04-031-1/+1
| | | | SVN-Revision: 20674
* mac80211: remove MCU requests for SoC platforms in the rt2x00 driverGabor Juhos2010-04-011-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 selectedGabor Juhos2010-03-311-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 targetGabor Juhos2010-03-301-8/+44
| | | | SVN-Revision: 20615
* mac80211: update to wireless-testing 2010-03-24Felix Fietkau2010-03-261-2/+4
| | | | SVN-Revision: 20497
* mac80211: fix build problems with kmod-mac80211=nHauke Mehrtens2010-03-101-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 targetsNicolas Thill2010-03-101-1/+1
| | | | SVN-Revision: 20117
* mac80211: build ipw2x00 driver from compat-wirelessHauke Mehrtens2010-03-081-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-03Felix Fietkau2010-03-071-2/+2
| | | | SVN-Revision: 20032
* kernel: add some missing config files and make compat-wireless build with ↵Hauke Mehrtens2010-03-021-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 Fietkau2010-03-011-1/+3
| | | | | | (optional, not used by default) SVN-Revision: 19943
* mac80211: add 2 missing config symbols needed to build rt2x00-lib & ↵Nicolas Thill2010-03-011-0/+2
| | | | | | rt2800-lib modules SVN-Revision: 19923
* mac80211: fix typo introduced in r19760 (#6707)Jo-Philipp Wich2010-02-191-1/+1
| | | | SVN-Revision: 19763
* rt2800lib depends on rt2x00-usbHauke Mehrtens2010-02-191-1/+1
| | | | | | The rt2800lib module depends on rt2x00-usb if rt2x00-usb was build. SVN-Revision: 19760
* remove pcmcia and sdioHauke Mehrtens2010-02-191-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 boardGabor Juhos2010-02-191-1/+1
| | | | | | Signed-off-by: Scott Dudley <spmsink@hotmail.com> SVN-Revision: 19745
* mac80211: update to wireless-testing 2010-02-16Felix Fietkau2010-02-171-3/+3
| | | | SVN-Revision: 19688
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
| | | | SVN-Revision: 19578
* ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700Gabor Juhos2010-02-091-2/+2
| | | | SVN-Revision: 19565
* mac80211: update to latest wireless-testing from todayFelix Fietkau2010-02-031-3/+3
| | | | SVN-Revision: 19501
* mac80211: i maintain this packageFelix Fietkau2010-01-311-0/+1
| | | | SVN-Revision: 19438
* add rt2800lib moduleHauke Mehrtens2010-01-291-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 Fietkau2010-01-261-2/+2
| | | | | | and retransmissions SVN-Revision: 19337
* add explicit dependency on kmod-crypto-core when required (closes: #6557)Nicolas Thill2010-01-231-1/+1
| | | | SVN-Revision: 19291
* mac80211: upgrade to compat-wireless 2010-01-15Felix Fietkau2010-01-171-3/+4
| | | | SVN-Revision: 19176
* mac80211: update to wireless-testing+wireless-2.6 from 2010-01-13Felix Fietkau2010-01-151-2/+2
| | | | SVN-Revision: 19139
* mac80211: upgrade to a new unofficial snapshot based on ↵Felix Fietkau2010-01-121-6/+6
| | | | | | wireless-testing+wireless-2.6 SVN-Revision: 19110