Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290617
b: refs/heads/master
c: 89fdb46
h: refs/heads/master
i:
  290615: ab3cb20
v: v3
  • Loading branch information
Franky Lin authored and John W. Linville committed Feb 22, 2012
1 parent e8cf4fe commit 2afdca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 2315992c2a6f395dd3dfd4ba50a164d5f3ded84d
refs/heads/master: 89fdb468e201c16b31d3337b68993bc9f763a5a0
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,13 +1109,13 @@ void brcmf_detach(struct device *dev)
if (drvr->iflist[i])
brcmf_del_if(drvr, i);

cancel_work_sync(&drvr->setmacaddr_work);
cancel_work_sync(&drvr->multicast_work);

brcmf_bus_detach(drvr);

if (drvr->prot)
if (drvr->prot) {
cancel_work_sync(&drvr->setmacaddr_work);
cancel_work_sync(&drvr->multicast_work);
brcmf_proto_detach(drvr);
}

bus_if->drvr = NULL;
kfree(drvr);
Expand Down

0 comments on commit 2afdca8

Please sign in to comment.