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: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
parent
6238b00880
commit
bb982e3af8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue