Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193843
b: refs/heads/master
c: 801a673
h: refs/heads/master
i:
  193841: 944fa0b
  193839: 8e4750b
v: v3
  • Loading branch information
Teemu Paasikivi authored and John W. Linville committed Mar 23, 2010
1 parent aff9cdb commit f05fb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: a3b8ea7554862e80a14b83233b37ddd2506d1d70
refs/heads/master: 801a673ed1b36fc0e7dd92d8bb0090a4dc26a7d0
13 changes: 1 addition & 12 deletions trunk/drivers/net/wireless/wl12xx/wl1271_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,20 +248,9 @@ static void __devexit wl1271_remove(struct sdio_func *func)
{
struct wl1271 *wl = sdio_get_drvdata(func);

ieee80211_unregister_hw(wl->hw);

free_irq(wl->irq, wl);

kfree(wl->target_mem_map);
vfree(wl->fw);
wl->fw = NULL;
kfree(wl->nvs);
wl->nvs = NULL;

kfree(wl->fw_status);
kfree(wl->tx_res_if);

ieee80211_free_hw(wl->hw);
wl1271_free_hw(wl);
}

static struct sdio_driver wl1271_sdio_driver = {
Expand Down

0 comments on commit f05fb27

Please sign in to comment.