Commit a1da9da9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: wlan-ng: fix compiler warnings

This fixes some compiler warnings in teh wlan-ng driver.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9ba8aa7a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment