ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()
authorKalle Valo <kvalo@codeaurora.org>
Thu, 16 Apr 2020 11:50:56 +0000 (14:50 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 21 Apr 2020 12:03:54 +0000 (15:03 +0300)
commit557e171434eb9bb43dbe71361775ae21ae95d4ed
tree9874d8b2b50072fc9e5d4f194ccfb499a8ae00c8
parentd687275b268b09c350b24b1947d1bf3496f49137
ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()

Convert ath10k_hif_swap_mailbox() to a more generic op so that bus drivers can
do more than just swap the mailbox, for example set power save settings like in
the following sdio patch.

No functional changes, compile tested only.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1587037859-28873-2-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath10k/core.c
drivers/net/wireless/ath/ath10k/hif.h
drivers/net/wireless/ath/ath10k/sdio.c