mac80211: reorganize patches

SVN-Revision: 33289
This commit is contained in:
Felix Fietkau
2012-08-29 08:16:31 +00:00
parent 4405faae26
commit eb896ce900
15 changed files with 349 additions and 363 deletions

View File

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