mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Fixed some static around
This commit is contained in:
parent
ede09706b6
commit
1d7c67f0ec
@ -41,7 +41,7 @@ inline void rtw_st_ctl_init(struct st_ctl_t *st_ctl)
|
|||||||
_rtw_init_queue(&st_ctl->tracker_q);
|
_rtw_init_queue(&st_ctl->tracker_q);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void rtw_st_ctl_clear_tracker_q(struct st_ctl_t *st_ctl)
|
static inline void rtw_st_ctl_clear_tracker_q(struct st_ctl_t *st_ctl)
|
||||||
{
|
{
|
||||||
_irqL irqL;
|
_irqL irqL;
|
||||||
_list *plist, *phead;
|
_list *plist, *phead;
|
||||||
|
@ -1038,7 +1038,7 @@ exit:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool rtw_sec_camid_is_used(struct cam_ctl_t *cam_ctl, u8 id)
|
static inline bool rtw_sec_camid_is_used(struct cam_ctl_t *cam_ctl, u8 id)
|
||||||
{
|
{
|
||||||
_irqL irqL;
|
_irqL irqL;
|
||||||
bool ret;
|
bool ret;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PACKAGE_NAME="realtek-rtl8188eus"
|
PACKAGE_NAME="realtek-rtl8188eus"
|
||||||
PACKAGE_VERSION="5.3.9~20200124"
|
PACKAGE_VERSION="5.3.9~20200316"
|
||||||
CLEAN="'make' clean"
|
CLEAN="'make' clean"
|
||||||
BUILT_MODULE_NAME[0]=8188eu
|
BUILT_MODULE_NAME[0]=8188eu
|
||||||
PROCS_NUM=`nproc`
|
PROCS_NUM=`nproc`
|
||||||
|
@ -817,7 +817,7 @@ void rtw_regsty_load_target_tx_power(struct registry_priv *regsty)
|
|||||||
#endif /* CONFIG_IEEE80211_BAND_5GHZ */
|
#endif /* CONFIG_IEEE80211_BAND_5GHZ */
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void rtw_regsty_load_excl_chs(struct registry_priv *regsty)
|
static inline void rtw_regsty_load_excl_chs(struct registry_priv *regsty)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int ch_num = 0;
|
int ch_num = 0;
|
||||||
@ -831,7 +831,7 @@ inline void rtw_regsty_load_excl_chs(struct registry_priv *regsty)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_80211N_HT
|
#ifdef CONFIG_80211N_HT
|
||||||
inline void rtw_regsty_init_rx_ampdu_sz_limit(struct registry_priv *regsty)
|
static inline void rtw_regsty_init_rx_ampdu_sz_limit(struct registry_priv *regsty)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
uint *sz_limit;
|
uint *sz_limit;
|
||||||
|
@ -286,7 +286,7 @@ inline struct sk_buff *_rtw_skb_clone(struct sk_buff *skb)
|
|||||||
return skb_clone(skb);
|
return skb_clone(skb);
|
||||||
#endif /* PLATFORM_FREEBSD */
|
#endif /* PLATFORM_FREEBSD */
|
||||||
}
|
}
|
||||||
inline struct sk_buff *_rtw_pskb_copy(struct sk_buff *skb)
|
static inline struct sk_buff *_rtw_pskb_copy(struct sk_buff *skb)
|
||||||
{
|
{
|
||||||
#ifdef PLATFORM_LINUX
|
#ifdef PLATFORM_LINUX
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36))
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user