Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369683
b: refs/heads/master
c: 9a83f1e
h: refs/heads/master
i:
  369681: f432bdc
  369679: 60e3430
v: v3
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Apr 23, 2013
1 parent a2de3f6 commit bbea4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 61730d4dfffc2cc9d3a49fad87633008105c18ba
refs/heads/master: 9a83f1ec670fa574ffbfa9fb1f3fdaa9c6be5974
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,9 +871,10 @@ int brcmf_fws_macdesc_indicate(struct brcmf_fws_info *fws, u8 type, u8 *data)
entry = &fws->desc.nodes[mac_handle & 0x1F];
if (type == BRCMF_FWS_TYPE_MACDESC_DEL) {
brcmf_dbg(TRACE, "deleting mac %pM idx %d\n", addr, ifidx);
if (entry->occupied)
if (entry->occupied) {
brcmf_fws_mac_desc_cleanup(fws, entry, -1);
brcmf_fws_clear_mac_descriptor(entry);
else
} else
fws->stats.mac_update_failed++;
return 0;
}
Expand Down

0 comments on commit bbea4dc

Please sign in to comment.