mac80211: fix beacon IE power constraint handling

SVN-Revision: 33583
This commit is contained in:
Felix Fietkau
2012-09-28 18:28:54 +00:00
parent c02bd635b2
commit d3add1f103
15 changed files with 191 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
#include <asm/unaligned.h>
#include "hw.h"
@@ -523,8 +524,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;
}