qcacmn: Fix wifi load issue on CYP
wifi load failed due to unknown symbol in qca_ol Add export symbol inside compile time macro Change-Id: If1bb24084a6f95678b51bb85aaa0b8a87df3d50b CRs-Fixed: 2621904
This commit is contained in:
@@ -198,6 +198,8 @@ hal_rx_flow_setup_fse(struct hal_rx_fst *fst, uint32_t table_offset,
|
||||
|
||||
return fse;
|
||||
}
|
||||
|
||||
qdf_export_symbol(hal_rx_flow_setup_fse);
|
||||
#elif defined(WLAN_SUPPORT_RX_FISA)
|
||||
/**
|
||||
* hal_rx_flow_setup_fse() - Setup a flow search entry in HW FST
|
||||
@@ -310,8 +312,9 @@ hal_rx_flow_setup_fse(struct hal_rx_fst *fst, uint32_t table_offset,
|
||||
|
||||
return fse;
|
||||
}
|
||||
#endif /* WLAN_SUPPORT_RX_FISA */
|
||||
|
||||
qdf_export_symbol(hal_rx_flow_setup_fse);
|
||||
#endif /* WLAN_SUPPORT_RX_FISA */
|
||||
|
||||
/**
|
||||
* hal_rx_flow_delete_entry() - Delete a flow from the Rx Flow Search Table
|
||||
|
Reference in New Issue
Block a user