mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 07:07:40 +07:00
staging: rtl8723au: os_intfs.c: Declare a couple of local variables static
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
68e6831e63
commit
bc55ae446f
@ -215,10 +215,6 @@ enum hardware_type {
|
||||
|
||||
#define GET_EEPROM_EFUSE_PRIV(adapter) (&adapter->eeprompriv)
|
||||
|
||||
extern int rtw_ht_enable23A;
|
||||
extern int rtw_cbw40_enable23A;
|
||||
extern int rtw_ampdu_enable23A;/* for enable tx_ampdu */
|
||||
|
||||
void rtw_hal_def_value_init23a(struct rtw_adapter *padapter);
|
||||
int pm_netdev_open23a(struct net_device *pnetdev, u8 bnormal);
|
||||
int rtw_resume_process23a(struct rtw_adapter *padapter);
|
||||
|
@ -65,10 +65,10 @@ static int rtw_acm_method;/* 0:By SW 1:By HW. */
|
||||
static int rtw_wmm_enable = 1;/* default is set to enable the wmm. */
|
||||
static int rtw_uapsd_enable;
|
||||
|
||||
int rtw_ht_enable23A = 1;
|
||||
static int rtw_ht_enable23A = 1;
|
||||
/* 0 :diable, bit(0): enable 2.4g, bit(1): enable 5g */
|
||||
int rtw_cbw40_enable23A = 3;
|
||||
int rtw_ampdu_enable23A = 1;/* for enable tx_ampdu */
|
||||
static int rtw_cbw40_enable23A = 3;
|
||||
static int rtw_ampdu_enable23A = 1;/* for enable tx_ampdu */
|
||||
/* 0: disable, bit(0):enable 2.4g, bit(1):enable 5g, default is set to enable
|
||||
* 2.4GHZ for IOT issue with bufflao's AP at 5GHZ
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user