Commit bb982e3a authored by Wey-Yi Guy's avatar Wey-Yi Guy

iwlwifi: include net/mac80211.h to avoid compiler error

without the include, kernel compiling will fail, but not compat.
this patch need to be merge with iwlwifi-clean-up-iwl-shared.h-includes.patch
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 6238b008
......@@ -63,6 +63,7 @@
#ifndef __iwl_fw_h__
#define __iwl_fw_h__
#include <linux/types.h>
#include <net/mac80211.h>
/**
* enum iwl_ucode_tlv_flag - ucode API flags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment