File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111
1212#include "bal_structs.h"
1313#include "qspi.h"
14+ #include "osal_api.h"
1415#ifndef NRF71_ON_IPC
1516#include "common/pal.h"
1617#endif
Original file line number Diff line number Diff line change 99 * FMAC IF Layer of the Wi-Fi driver.
1010 */
1111
12+ #include "common/hal_api_common.h"
1213
1314#ifdef NRF71_ON_IPC
1415#include <nrf71_wifi_ctrl.h>
1516#else
1617#include "host_rpu_umac_if.h"
17- #include "common/hal_api_common.h"
1818#endif
1919#include "common/fmac_structs_common.h"
2020#include "common/fmac_util.h"
Original file line number Diff line number Diff line change 2222
2323#include "bal_api.h"
2424#include "hal_structs_common.h"
25+ #ifndef NRF71_ON_IPC
2526#include "hal_mem.h"
2627#include "hal_reg.h"
2728#include "hal_fw_patch_loader.h"
29+ #endif /* !NRF71_ON_IPC */
2830
2931#define NRF_WIFI_ADDR_REG_NAME_LEN 16
3032
Original file line number Diff line number Diff line change 1010 */
1111
1212#include "queue.h"
13- #include "common/hal_structs_common.h"
13+
14+ #include "common/hal_api_common.h"
15+ #ifndef NRF71_ON_IPC
1416#include "common/hal_common.h"
1517#include "common/hal_reg.h"
1618#include "common/hal_mem.h"
17- #ifndef NRF71_ON_IPC
1819#include "common/hal_interrupt.h"
1920#include "common/pal.h"
2021#endif /* !NRF71_ON_IPC */
You can’t perform that action at this time.
0 commit comments