projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a4e01
)
Intel removed uts header, update patch for that
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 6 Jan 2010 22:34:17 +0000
(14:34 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Wed, 6 Jan 2010 22:34:17 +0000
(14:34 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
patches/06-header-changes.patch
patch
|
blob
|
history
diff --git
a/patches/06-header-changes.patch
b/patches/06-header-changes.patch
index ccc74db8271151df62eccf7b022796cf4fe3876d..7cc393db7902f828b9b10d8e5f412d0fdad5a36d 100644
(file)
--- a/
patches/06-header-changes.patch
+++ b/
patches/06-header-changes.patch
@@
-64,17
+64,3
@@
cases.
/**
* DOC: Key handling basics
---- a/drivers/net/wireless/iwlwifi/iwl-core.h
-+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
-@@ -63,7 +63,11 @@
- #ifndef __iwl_core_h__
- #define __iwl_core_h__
-
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
- #include <generated/utsrelease.h>
-+#else
-+#include <linux/utsrelease.h>
-+#endif
-
- /************************
- * forward declarations *