summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211
Commit message (Collapse)AuthorAgeFilesLines
* acx-mac80211: make it compile with recent mac80211 againhauke2013-04-282-1/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: make it compile with kernel 3.8hauke2013-01-272-5/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: refresh patcheshauke2013-01-273-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: use same config options as mac80211 packagehauke2013-01-271-0/+7
| | | | | | | | | | | | | | | | Problem was missing CONFIG_MAC80211_DEBUGFS in the acx-mac80211 build, which broke subsequently the ABI in struct ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe also in other strange behaviour before. I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in package/mac80211/Makefile. Thank you Oliver Winker git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix compilationhauke2012-12-301-2/+2
| | | | | | | Some header files from mac80211 are now moved to the uapi dir. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: add md5sum for acx-mac80211 file, to download it from the mirror.hauke2012-10-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: fetch WLAN MAC address from PROM environmentflorian2012-10-131-0/+31
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to v2012-09-23-WIPflorian2012-10-133-32/+9
| | | | | | Patch from Daniel Gimpelevich. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add myself as maintainer of some packagesflorian2012-10-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: adapt interface changes in mac80211hauke2012-10-042-1/+44
| | | | | | | | | | The prototype of conf_tx and tx in struct ieee80211_ops changed some time ago and was not compatible with the prototype assumes by acs-mac80211. At least I do not see any compile warnings about this any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: depend on mipsel, not mips since AR7 is low endianjow2012-08-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] 3rd time lucky ... too much sun todayblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33152 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] unbreak depsblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] breaks when building for powerpcblogic2012-08-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [acx-mac80211] dont build on arm as kernel headers are missing/have a ↵blogic2012-07-291-1/+1
| | | | | | different layout git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Add workaround for mac80211 hw-queue checkacinonyx2012-06-171-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Bump to v20120607acinonyx2012-06-173-21/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: Allow firmware downloading for more ACX1xx cardsacinonyx2012-06-171-33/+141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36hauke2012-05-061-5/+1
| | | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to 20122204florian2012-04-243-12/+16
| | | | | | Upstream commit id: 15bbffea git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: update to 20111030florian2011-11-101-2/+2
| | | | | | Fixes build failures with Linux 3.1+ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20110821florian2011-08-261-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: Compile fix for newer kernelshauke2011-06-151-0/+10
| | | | | | | | | common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: remove patchhauke2011-06-041-19/+0
| | | | | | | | | This patch is already incorporated into the original source code. closes #9499 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: add io endianness patchflorian2011-06-021-0/+19
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211 needs some header files from compat-wireless to buildhauke2011-04-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac8011: bump to 20110123florian2011-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211: support loading different firmwaresflorian2011-01-271-13/+60
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to 20101030 snapshot, patch from sn9florian2010-11-252-36/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: fix compile errors with the new compat-wirelessnbd2010-11-171-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100830florian2010-09-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix acx-mac80211 build failure with latest compat-wirelessflorian2010-09-111-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: update acx-mac80211 and change the git url.florian2010-08-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950claudio2010-07-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix build problems with recent kernel versionshauke2010-07-111-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksnbd2010-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 2010514, bringing experimental AP supportflorian2010-05-163-261/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update acx-mac80211 to 20100422, patch from Bernhard Loosflorian2010-05-037-218/+260
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] unmark acx-mac80211 as being brokenflorian2010-05-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/acx-mac80211: refresh patchesjuhosg2010-03-265-57/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add one more acx-mac80211 patch to finally allow its building on ar7florian2010-03-071-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add some missing patches to acx-mac80211 it now builds the pci module ↵florian2010-03-062-0/+62
| | | | | | as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] update acx-mac80211 to a newer snapshot and fix its compilation wrt ↵florian2010-03-068-371/+176
| | | | | | new includes path git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] acx-mac80211 interface will not be created if ↵florian2009-05-301-11/+25
| | | | | | NL80211_IFTYPE_STATION is not set, thanks to Stefan Weil for this patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] refresh acx-mac80211 patchesflorian2009-05-285-52/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make acx-mac80211 compile against latest compat-wireless, still ↵florian2009-05-073-0/+247
| | | | | | does not work though ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the Download/ macro to get ACX firmwaresnico2008-09-151-16/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use a newer acx firmwareflorian2008-09-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12455 3c298f89-4303-0410-b956-a3cf2f4a3e73