add function names to quilt-generated patch files to make patches more readable
[openwrt-10.03/.git] / package / mac80211 / patches / 100-define.patch
1 --- a/include/net/compat.h
2 +++ b/include/net/compat.h
3 @@ -6,6 +6,11 @@
4  #include <linux/compat_autoconf.h>
5  
6  #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
7 +#include <linux/if_ether.h>
8 +
9 +#ifndef ETH_P_PAE
10 +#define ETH_P_PAE 0x888E      /* Port Access Entity (IEEE 802.1X) */
11 +#endif
12  #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)) */
13  
14  #endif /* LINUX_26_COMPAT_H */