]> git.baikalelectronics.ru Git - kernel.git/commit
rtw88: resolve order of tx power setting routines
authorYan-Hsuan Chuang <yhchuang@realtek.com>
Wed, 29 May 2019 07:54:37 +0000 (15:54 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Jun 2019 17:24:21 +0000 (20:24 +0300)
commit0cd885c2dd07674dd66f7af7a4d534a63d9a6305
treec2a06862e5f44fb8034de6649c9dfb1fbc5196d3
parent60e93818ba20e125c0d9ac3623ccd4ad96bb53c5
rtw88: resolve order of tx power setting routines

Some functions that should be static are unnecessarily exposed, remove
their declaration in header file phy.h.

After resolving their declaration order, they can be declared as static.
So this commit changes nothing except the order and marking them static.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/phy.c
drivers/net/wireless/realtek/rtw88/phy.h