projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath5k: fix a crash when setting coverage class before the first channel change (...
[openwrt.git]
/
package
/
mac80211
/
patches
/
403-ath9k-fix-invalid-mac-address-handling.patch
diff --git
a/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
b/package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
index
a475523
..
767f905
100644
(file)
--- a/
package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
+++ b/
package/mac80211/patches/403-ath9k-fix-invalid-mac-address-handling.patch
@@
-8,7
+8,7
@@
#include <asm/unaligned.h>
#include "hw.h"
#include <asm/unaligned.h>
#include "hw.h"
-@@ -4
36,8 +437
,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -4
43,8 +444
,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}
This page took
0.020988 seconds
and
4
git commands to generate.