Skip to content

Commit 11e9f42

Browse files
jmberg-intelMiriam-Rachel
authored andcommitted
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
1 parent 22a6741 commit 11e9f42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

drivers/net/wireless/intel/iwlwifi/fw/api/location.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
*/
77
#ifndef __iwl_fw_api_location_h__
88
#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"
914

1015
/**
1116
* enum iwl_location_subcmd_ids - location group command IDs

drivers/net/wireless/intel/iwlwifi/fw/api/rs.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
*/
66
#ifndef __iwl_fw_api_rs_h__
77
#define __iwl_fw_api_rs_h__
8-
8+
#include <linux/bitfield.h>
9+
#include <linux/types.h>
10+
#include <linux/bits.h>
911
#include "mac.h"
1012

1113
/**

0 commit comments

Comments
 (0)