projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix kernel config
[openwrt.git]
/
package
/
madwifi
/
patches
/
400-changeset_r3402.patch
diff --git
a/package/madwifi/patches/400-changeset_r3402.patch
b/package/madwifi/patches/400-changeset_r3402.patch
index
af7e6d5
..
f43a6d9
100644
(file)
--- a/
package/madwifi/patches/400-changeset_r3402.patch
+++ b/
package/madwifi/patches/400-changeset_r3402.patch
@@
-1,6
+1,6
@@
--- a/ath_hal/ah_os.h
+++ b/ath_hal/ah_os.h
--- a/ath_hal/ah_os.h
+++ b/ath_hal/ah_os.h
-@@ -194,10 +194,6 @@
+@@ -194,10 +194,6 @@
extern u_int32_t __ahdecl ath_hal_getupt
*/
#if (AH_BYTE_ORDER == AH_BIG_ENDIAN)
#define is_reg_le(__reg) ((0x4000 <= (__reg) && (__reg) < 0x5000))
*/
#if (AH_BYTE_ORDER == AH_BIG_ENDIAN)
#define is_reg_le(__reg) ((0x4000 <= (__reg) && (__reg) < 0x5000))
@@
-11,7
+11,7
@@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
#define _OS_REG_WRITE(_ah, _reg, _val) do { \
is_reg_le(_reg) ? \
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
#define _OS_REG_WRITE(_ah, _reg, _val) do { \
is_reg_le(_reg) ? \
-@@ -219,6 +215,21 @@
+@@ -219,6 +215,21 @@
extern u_int32_t __ahdecl ath_hal_getupt
readl((_ah)->ah_sh + (_reg)) : \
cpu_to_le32(readl((_ah)->ah_sh + (_reg))))
#endif /* KERNEL_VERSION(2,6,12) */
readl((_ah)->ah_sh + (_reg)) : \
cpu_to_le32(readl((_ah)->ah_sh + (_reg))))
#endif /* KERNEL_VERSION(2,6,12) */
This page took
0.021276 seconds
and
4
git commands to generate.