Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205959
b: refs/heads/master
c: f34e3e7
h: refs/heads/master
i:
  205957: 4af68c4
  205955: c7a983d
  205951: e1ad8db
v: v3
  • Loading branch information
Edgardo Hames authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 7a222f5 commit 89ff387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7d122b55d6031c748a9f264c1f6f28f948852a2
refs/heads/master: f34e3e7b2c60645c45f3b083abf9a844ea7788b3
3 changes: 2 additions & 1 deletion trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,8 @@ int wlan_unsetup(wlandevice_t *wlandev)

if (wlandev->netdev) {
wdev = netdev_priv(wlandev->netdev);
if(wdev->wiphy) wlan_free_wiphy(wdev->wiphy);
if (wdev->wiphy)
wlan_free_wiphy(wdev->wiphy);
free_netdev(wlandev->netdev);
wlandev->netdev = NULL;
}
Expand Down

0 comments on commit 89ff387

Please sign in to comment.