staging: r8188eu: Make rtw_signal_stat_timer_hdl a static function
Make rtw_signal_stat_timer_hdl a static function instead of a global function. Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Signed-off-by: Chang Yu <marcus.yu.56@gmail.com> Link: https://lore.kernel.org/r/20220623043855.407208-1-marcus.yu.56@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8821931e61
commit
a725a29d52
@ -24,7 +24,7 @@ static u8 rtw_rfc1042_header[] = {
|
||||
0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
void rtw_signal_stat_timer_hdl(struct timer_list *t);
|
||||
static void rtw_signal_stat_timer_hdl(struct timer_list *t);
|
||||
|
||||
void _rtw_init_sta_recv_priv(struct sta_recv_priv *psta_recvpriv)
|
||||
{
|
||||
@ -1794,7 +1794,7 @@ _recv_entry_drop:
|
||||
return ret;
|
||||
}
|
||||
|
||||
void rtw_signal_stat_timer_hdl(struct timer_list *t)
|
||||
static void rtw_signal_stat_timer_hdl(struct timer_list *t)
|
||||
{
|
||||
struct adapter *adapter = from_timer(adapter, t, recvpriv.signal_stat_timer);
|
||||
struct recv_priv *recvpriv = &adapter->recvpriv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user