summaryrefslogtreecommitdiff
path: root/cpp.h
blob: 1cf0a357f9ad6aa196a0ef92a36748ddfb49c50b (plain)
1
2
3
4
5
6
#ifndef CPP_H
#define CPP_H

extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]);

#endif
n value='30'>30space:mode:
authorBartosz Markowski <bartosz.markowski@tieto.com>2016-12-15 11:23:22 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2016-12-29 15:17:28 +0200
commitb08b5b53a1ed2bd7a883f8fd29232c8f03604671 (patch)
treeb63b2064aebd95812ba062a4ac171a66b5f73446
parent77cf13ad57315736bcd79f3cff9b2284218e0be6 (diff)
ath10k: override CE5 config for QCA9377
Similarly to QCA6174, QCA9377 requires the CE5 configuration to be available for other feature. Use the ath10k_pci_override_ce_config() for it as well. This is required for TF2.0 firmware. Previous FW revisions were working fine without this patch. Fixes: a70587b3389a ("ath10k: configure copy engine 5 for HTT messages") Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat
-rw-r--r--drivers/net/wireless/ath/ath10k/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c