projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: rename a misnamed patch
[openwrt.git]
/
package
/
mac80211
/
patches
/
100-disable_pcmcia_compat.patch
diff --git
a/package/mac80211/patches/100-disable_pcmcia_compat.patch
b/package/mac80211/patches/100-disable_pcmcia_compat.patch
index
a88d1f5
..
99f250a
100644
(file)
--- a/
package/mac80211/patches/100-disable_pcmcia_compat.patch
+++ b/
package/mac80211/patches/100-disable_pcmcia_compat.patch
@@
-42,10
+42,10
@@
#include <pcmcia/cs.h>
--- a/include/linux/compat-2.6.33.h
+++ b/include/linux/compat-2.6.33.h
#include <pcmcia/cs.h>
--- a/include/linux/compat-2.6.33.h
+++ b/include/linux/compat-2.6.33.h
-@@ -6,7 +6,7 @@
- #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
+@@ -7,7 +7,7 @@
#include <linux/skbuff.h>
#include <linux/skbuff.h>
+ #include <linux/pci.h>
-#if defined(CONFIG_PCCARD) || defined(CONFIG_PCCARD_MODULE)
+#if 0
#include <pcmcia/cs_types.h>
-#if defined(CONFIG_PCCARD) || defined(CONFIG_PCCARD_MODULE)
+#if 0
#include <pcmcia/cs_types.h>
This page took
0.019657 seconds
and
4
git commands to generate.