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:
Greg Kroah-Hartman 2008-11-13 15:37:47 -08:00
parent 9ba8aa7a94
commit a1da9da991
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -591,7 +591,6 @@ static int p80211wext_siwencode(netdevice_t *dev,
int err = 0;
int result = 0;
int enable = 0;
int i;
DBFENTER;