ath10k_core_fetch_board_file
EXPORT_SYMBOL(ath10k_core_fetch_board_file);
ret = ath10k_core_fetch_board_file(ar, ATH10K_BD_IE_BOARD_EXT);
ret = ath10k_core_fetch_board_file(ar, ATH10K_BD_IE_BOARD);
int ath10k_core_fetch_board_file(struct ath10k *ar, int bd_ie_type);
return ath10k_core_fetch_board_file(qmi->ar, ATH10K_BD_IE_BOARD);