Skip to content

Commit

Permalink
Staging: wlan-ng: fix compiler warnings
Browse files Browse the repository at this point in the history
This fixes some compiler warnings in teh wlan-ng driver.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 9ba8aa7 commit a1da9da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/p80211wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ static int p80211wext_siwencode(netdevice_t *dev,

int err = 0;
int result = 0;
int enable = 0;
int i;

DBFENTER;
Expand Down

0 comments on commit a1da9da

Please sign in to comment.