@@ -25,10 +25,6 @@ struct sk_buff *ath11k_htc_alloc_skb(struct ath11k_base *ab, int size)
return skb;
}
-/********/
-/* Send */
-/********/
-
static void ath11k_htc_control_tx_complete(struct ath11k_base *ab,
struct sk_buff *skb)
{
@@ -153,10 +149,6 @@ int ath11k_htc_send(struct ath11k_htc *htc,
return ret;
}
-/***********/
-/* Receive */
-/***********/
-
static void
ath11k_htc_process_credit_report(struct ath11k_htc *htc,
const struct ath11k_htc_credit_report *report,
@@ -375,10 +367,6 @@ static void ath11k_htc_control_rx_complete(struct ath11k_base *ab,
kfree_skb(skb);
}
-/***************/
-/* Init/Deinit */
-/***************/
-
static const char *htc_service_name(enum ath11k_htc_svc_id id)
{
switch (id) {
@@ -1774,10 +1774,6 @@ static void ath11k_mac_op_bss_info_changed(struct ieee80211_hw *hw,
mutex_unlock(&ar->conf_mutex);
}
-/************/
-/* Scanning */
-/************/
-
void __ath11k_mac_scan_finish(struct ath11k *ar)
{
lockdep_assert_held(&ar->data_lock);
They easily get outdated so better to remove them altogether. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> --- drivers/net/wireless/ath/ath11k/htc.c | 12 ------------ drivers/net/wireless/ath/ath11k/mac.c | 4 ---- 2 files changed, 16 deletions(-)