mac80211: update to wireless-testing 2011-10-05 + pending patches

SVN-Revision: 28392
This commit is contained in:
Felix Fietkau
2011-10-09 15:48:03 +00:00
parent e80e75321f
commit adfeb00e5a
47 changed files with 11113 additions and 4800 deletions

View File

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