diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 11:22:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 11:22:26 +0000 |
commit | 39570be2489a6901b8476165fc36a7268b12fe21 (patch) | |
tree | d26fd19901b2d5f77313136c6dfd63ee19ed86f5 /package/mac80211/patches/050-fix_missing_include.patch | |
parent | fb28515e2639e6e420ac407e50d97d5a99899856 (diff) | |
download | upstream-39570be2489a6901b8476165fc36a7268b12fe21.tar.gz upstream-39570be2489a6901b8476165fc36a7268b12fe21.tar.bz2 upstream-39570be2489a6901b8476165fc36a7268b12fe21.zip |
mac80211: update to 2011-02-25
SVN-Revision: 25749
Diffstat (limited to 'package/mac80211/patches/050-fix_missing_include.patch')
-rw-r--r-- | package/mac80211/patches/050-fix_missing_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches/050-fix_missing_include.patch b/package/mac80211/patches/050-fix_missing_include.patch new file mode 100644 index 0000000000..458ff4d864 --- /dev/null +++ b/package/mac80211/patches/050-fix_missing_include.patch @@ -0,0 +1,10 @@ +--- a/compat/compat-2.6.39.c ++++ b/compat/compat-2.6.39.c +@@ -10,6 +10,7 @@ + + #include <linux/compat.h> + #include <linux/tty.h> ++#include <linux/sched.h> + + /* + * Termios Helper Methods |