qcacmn: Fix compilation issues and a minor issue
Removed qdf exports on functions defined in target specific header files and defined those functions as static. Revert changes on hal_rx_msdu_end_sa_idx_get and make hal_rx_msdu_end_da_idx_get target specific Change-Id: I2858b1d77118f0a26b54bf983bd342c7a4fe757d
This commit is contained in:

committed by
nshrivas

parent
fe9c9c038c
commit
96d2d41c87
@@ -230,7 +230,7 @@ static void hal_target_based_configure(struct hal_soc *hal)
|
||||
hal_qca6390_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCA8074
|
||||
#if defined(QCA_WIFI_QCA8074) && defined(CONFIG_WIN)
|
||||
case TARGET_TYPE_QCA8074:
|
||||
hal_qca8074_attach(hal);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user