Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369631
b: refs/heads/master
c: 6d421e5
h: refs/heads/master
i:
  369629: b075992
  369627: fcdc658
  369623: 221273e
  369615: 291885a
  369599: 960a7df
v: v3
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Apr 22, 2013
1 parent 9e565ba commit fab699e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5e9d805f907bb910fe3d10a721c24f6a4ee8237
refs/heads/master: 6d421e54c2277990f3b0e3dd92e446800c90efa3
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,14 +1821,17 @@ void brcmf_fws_add_interface(struct brcmf_if *ifp)
void brcmf_fws_del_interface(struct brcmf_if *ifp)
{
struct brcmf_fws_mac_descriptor *entry = ifp->fws_desc;
ulong flags;

brcmf_dbg(TRACE, "enter: idx=%d\n", ifp->bssidx);
if (!entry)
return;

brcmf_fws_lock(ifp->drvr, flags);
ifp->fws_desc = NULL;
brcmf_fws_clear_mac_descriptor(entry);
brcmf_fws_cleanup(ifp->drvr->fws, ifp->ifidx);
brcmf_fws_unlock(ifp->drvr, flags);
}

static void brcmf_fws_dequeue_worker(struct work_struct *worker)
Expand Down

0 comments on commit fab699e

Please sign in to comment.