diff options
| author | Johannes Berg <[email protected]> | 2025-05-11 16:53:20 +0000 |
|---|---|---|
| committer | Miri Korenblit <[email protected]> | 2025-05-15 06:53:37 +0000 |
| commit | 11e9f4263cbdb7de9f69a9a4f343def478eaa421 (patch) | |
| tree | 561f98fd1040499c3d21e233a215bd989b3f2b92 /drivers/net/wireless/intel/iwlwifi/fw/api/location.h | |
| parent | wifi: iwlwifi: rename ctx-info-gen3 to ctx-info-v2 (diff) | |
| download | kernel-11e9f4263cbdb7de9f69a9a4f343def478eaa421.tar.gz kernel-11e9f4263cbdb7de9f69a9a4f343def478eaa421.zip | |
wifi: iwlwifi: fw: api: include required headers in rs/location
Various headers are required for these to build properly.
Include the needed files.
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://patch.msgid.link/20250511195137.956281013349.I4c537dffb82f5e5042e4a880cde3c6da38a56cbc@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/location.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/location.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h index c1b4a38a93de..33541f92c7c7 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/location.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/location.h @@ -6,6 +6,11 @@ */ #ifndef __iwl_fw_api_location_h__ #define __iwl_fw_api_location_h__ +#include <linux/ieee80211.h> +#include <linux/if_ether.h> +#include <linux/types.h> +#include <linux/bits.h> +#include "rs.h" /** * enum iwl_location_subcmd_ids - location group command IDs |
