projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9f071
)
ath10k: remove unused prototype
author
Erik Stromdahl
<
[email protected]
>
Thu, 28 Dec 2017 19:06:44 +0000
(20:06 +0100)
committer
Kalle Valo
<
[email protected]
>
Tue, 9 Jan 2018 08:18:27 +0000
(10:18 +0200)
The function does not exist and thus, the prototype can be removed.
Signed-off-by: Erik Stromdahl <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/ath/ath10k/htt.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt.h
b/drivers/net/wireless/ath/ath10k/htt.h
index 783640032216ed260d23c9d81b29e3f9bf482a0e..360c71b106d7377efdd1e5b782a353c79f9e39c9 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt.h
+++ b/
drivers/net/wireless/ath/ath10k/htt.h
@@
-1933,7
+1933,6
@@
void ath10k_htt_htc_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb);
bool ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb);
int ath10k_htt_h2t_ver_req_msg(struct ath10k_htt *htt);
int ath10k_htt_h2t_stats_req(struct ath10k_htt *htt, u8 mask, u64 cookie);
-int ath10k_htt_send_rx_ring_cfg_ll(struct ath10k_htt *htt);
int ath10k_htt_h2t_aggr_cfg_msg(struct ath10k_htt *htt,
u8 max_subfrms_ampdu,
u8 max_subfrms_amsdu);