mac80211: update to wireless-testing 2014-03-31

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40393
This commit is contained in:
Felix Fietkau
2014-04-06 10:41:23 +00:00
parent c821836395
commit 4e155c80d3
57 changed files with 231 additions and 6494 deletions

View File

@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
@@ -449,8 +450,16 @@ static int ath9k_hw_init_macaddr(struct
@@ -448,8 +449,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}