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:
Jes Sorensen 2014-04-15 19:44:36 +02:00 committed by Greg Kroah-Hartman
parent 68e6831e63
commit bc55ae446f
2 changed files with 3 additions and 7 deletions

View File

@ -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);

View File

@ -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
*/