OSDN Git Service

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)
commitfa6dfe6bff246ddd5be3cfe81637f137acd6c294
treec2a06862e5f44fb8034de6649c9dfb1fbc5196d3
parent8a7f9fd8a3e09c829c9fc2a86fe2d370ebcafd95
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