Parcourir la source

qcacmn: Use correct headers for qcn9100

Use right headers files for qcn9100

Change-Id: I743b32e9fa1c7c3377462d55ca2b6d737af5f713
Pavankumar Nandeshwar il y a 4 ans
Parent
commit
a50e6800e9
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  1. 2 3
      hal/wifi3.0/qcn9100/hal_qcn9100.c

+ 2 - 3
hal/wifi3.0/qcn9100/hal_qcn9100.c

@@ -20,7 +20,7 @@
 #include "target_type.h"
 #include "wcss_version.h"
 #include "qdf_module.h"
-#include "hal_9100_rx.h"
+#include "hal_qcn9100_rx.h"
 #include "hal_api_mon.h"
 #include "hal_flow.h"
 #include "rx_flow_search_entry.h"
@@ -116,8 +116,7 @@
 		 (UMAC_WINDOW_ADDRESS_9100 << 12) | \
 		 WINDOW_ENABLE_BIT)
 
-#include <hal_9100_tx.h>
-#include <hal_9100_rx.h>
+#include <hal_qcn9100_tx.h>
 #include <hal_generic_api.h>
 #include <hal_wbm.h>