mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
Staging: wlan-ng: fix compiler warnings
This fixes some compiler warnings in teh wlan-ng driver. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
9ba8aa7a94
commit
a1da9da991
@ -921,7 +921,6 @@ int wlan_unsetup(wlandevice_t *wlandev)
|
||||
int register_wlandev(wlandevice_t *wlandev)
|
||||
{
|
||||
int i = 0;
|
||||
netdevice_t *dev = wlandev->netdev;
|
||||
|
||||
DBFENTER;
|
||||
|
||||
|
@ -591,7 +591,6 @@ static int p80211wext_siwencode(netdevice_t *dev,
|
||||
|
||||
int err = 0;
|
||||
int result = 0;
|
||||
int enable = 0;
|
||||
int i;
|
||||
|
||||
DBFENTER;
|
||||
|
Loading…
Reference in New Issue
Block a user