]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit49a3df53d3ff1dd71d252ab36910099c2ae9baf1
tree9874d8b2b50072fc9e5d4f194ccfb499a8ae00c8
parentd0b60a1a49447e1ab896d6ffb34f1a4449503bca
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