We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a6741 commit 11e9f42Copy full SHA for 11e9f42
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
@@ -6,6 +6,11 @@
6
*/
7
#ifndef __iwl_fw_api_location_h__
8
#define __iwl_fw_api_location_h__
9
+#include <linux/ieee80211.h>
10
+#include <linux/if_ether.h>
11
+#include <linux/types.h>
12
+#include <linux/bits.h>
13
+#include "rs.h"
14
15
/**
16
* enum iwl_location_subcmd_ids - location group command IDs
drivers/net/wireless/intel/iwlwifi/fw/api/rs.h
@@ -5,7 +5,9 @@
5
#ifndef __iwl_fw_api_rs_h__
#define __iwl_fw_api_rs_h__
-
+#include <linux/bitfield.h>
#include "mac.h"
0 commit comments