Felix Fietkau
c67a12711d
mac80211: add support for verbose builds using V=sc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37597
2013-07-29 09:38:08 +00:00
John Crispin
4176b6fdd3
strict_strtoul is obsolete, use kstrtoul instead
...
based on http://patchwork.openwrt.org/patch/3827/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37562
2013-07-27 09:23:18 +00:00
Felix Fietkau
4478c69b86
authsae: adapt uci scripts to use authsae
...
This patch modifies the uci scripts to be able to
start meshd-nl80211 for encrypted mesh networks,
therefor a new script (authsae.sh) is inserted.
Signed-off-by: Emanuel Taube <emanuel.taube@gmail.com>
[etienne.champetier@free.fr: just update mac80211.sh path]
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37554
2013-07-26 10:02:59 +00:00
John Crispin
3251cddf31
mac8021: add ath9k pcie id for AR9381
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37536
2013-07-25 20:28:45 +00:00
Felix Fietkau
a0129dfd8e
ath9k: add initial tx queueing rework patches
...
This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37483
2013-07-20 16:37:50 +00:00
Jonas Gorski
108b880748
mac80211: add missing dependencies
...
Add missing dependencies for rt2800-lib and lib80211.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37422
2013-07-19 09:49:04 +00:00
Felix Fietkau
eb8d23819f
ath5k: fix AHB support dependency ( #13896 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37377
2013-07-17 13:58:15 +00:00
Felix Fietkau
a5e70c13f8
mac80211: fix a crash in legacy minstrel when no STA exists
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37342
2013-07-15 12:35:23 +00:00
Hauke Mehrtens
13f3c9dbe5
mac80211: b43: load b43 on core rev 17 and 18.
...
This is now controlled by a module parameter and the default
configuration depends on brcmsmac being installed.
This patch causes b43 to take core rev 17 and 18 always by default.
SVN-Revision: 37307
2013-07-14 14:23:04 +00:00
Hauke Mehrtens
71230b33c1
mac80211: b43: activate LP-Phy support every time
...
SVN-Revision: 37305
2013-07-14 14:13:32 +00:00
Felix Fietkau
299c2ceafa
mac80211: tweak mac address allocation
...
Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37269
2013-07-13 11:39:48 +00:00
Felix Fietkau
92961e0917
mac80211: reconfigure in Build/Compile instead of Build/Configure to catch kernel config changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37265
2013-07-12 08:10:19 +00:00
Felix Fietkau
f8543faec4
mac80211: merge a fix for PS-Poll handling, refresh patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37264
2013-07-12 07:59:59 +00:00
Felix Fietkau
e389c2b410
mac80211: remove bogus module params from compat.ko
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37263
2013-07-12 07:59:51 +00:00
John Crispin
cb179cb262
mac80211: make rt2x00_soc depend on !rt3883
...
https://dev.openwrt.org/ticket/13777
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37162
2013-07-04 13:31:18 +00:00
Felix Fietkau
16079fbd9a
rt2x00: fix rf id override for RT5350
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37109
2013-06-30 17:54:20 +00:00
Felix Fietkau
2d8990256c
mac80211: use a new tarball with updated backport code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37105
2013-06-30 14:49:14 +00:00
Felix Fietkau
12c033dfd9
mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37097
2013-06-30 10:44:19 +00:00
Felix Fietkau
ae6fc0e4bd
ath9k: fix tx queue pending frame counter when dropping packets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37081
2013-06-29 12:38:15 +00:00
Felix Fietkau
78ac19be04
mac80211: fix cck rate sampling in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37078
2013-06-28 19:14:54 +00:00
John Crispin
1761b7b370
mac80211: disable rt2x00 on mt7620a
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37037
2013-06-27 07:25:13 +00:00
Felix Fietkau
0f003be010
ath9k: fix a minor rcu issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37013
2013-06-22 13:59:55 +00:00
John Crispin
fdb8d23745
mac80211: fix compile error on rt2x00 when buildin for SoC
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37008
2013-06-21 16:54:46 +00:00
John Crispin
4ebf19b48f
packages: clean up the package folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
2013-06-21 16:54:37 +00:00