commit | aa51142fc5dee212ddcdab274b50cd541b7f2c49 | [log] [tgz] |
---|---|---|
author | Zhao, Gang <gamerh2o@gmail.com> | Wed Apr 09 09:28:09 2014 +0800 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Apr 09 14:49:43 2014 +0200 |
tree | 59695e28ece2ab18b1630fdf51eb6c121c0beccd | |
parent | 041f607de17666bed0407370e3f4a56e697354a8 [diff] [blame] |
mac80211: fix some missing includes Some header files in mac80211 don't include all the header files they require, fix that. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
diff --git a/net/mac80211/michael.h b/net/mac80211/michael.h index 3b848da..0e4886f 100644 --- a/net/mac80211/michael.h +++ b/net/mac80211/michael.h
@@ -11,6 +11,7 @@ #define MICHAEL_H #include <linux/types.h> +#include <linux/ieee80211.h> #define MICHAEL_MIC_LEN 8