X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b8702bf547fc3fc1d363e15202a24cd123ac4e7b..8940cbc303a16f2cb7dcbcf91d01401b5f14b742:/package/mac80211/patches/100-disable_pcmcia_compat.patch?ds=inline diff --git a/package/mac80211/patches/100-disable_pcmcia_compat.patch b/package/mac80211/patches/100-disable_pcmcia_compat.patch index a88d1f590..fb5ae7d62 100644 --- a/package/mac80211/patches/100-disable_pcmcia_compat.patch +++ b/package/mac80211/patches/100-disable_pcmcia_compat.patch @@ -42,16 +42,16 @@ #include --- 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 + #include -#if defined(CONFIG_PCCARD) || defined(CONFIG_PCCARD_MODULE) +#if 0 #include #include #include -@@ -65,9 +65,9 @@ static inline struct sk_buff *netdev_all +@@ -74,9 +74,9 @@ static inline struct sk_buff *netdev_all return skb; }