projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: reduce the number of software retries, include hardware a-mpdu retries in...
[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
0f3e40d
..
8803888
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"
-@@ -4
34,8 +435
,16 @@ static int ath9k_hw_init_macaddr(struct
+@@ -4
53,8 +454
,16 @@ static int ath9k_hw_init_macaddr(struct
common->macaddr[2 * i] = eeval >> 8;
common->macaddr[2 * i + 1] = eeval & 0xff;
}
This page took
0.021349 seconds
and
4
git commands to generate.