Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179235
b: refs/heads/master
c: 90852f7
h: refs/heads/master
i:
  179233: 2b5800f
  179231: 54543e6
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Jan 4, 2010
1 parent c090e05 commit c807471
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 13bda1225072f26603d3aeefc1f14c18b2ab29cd
refs/heads/master: 90852f7aed0f90d443efd7e0f9b82d8ac8186848
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -3157,8 +3157,10 @@ static void mwl8k_configure_filter(struct ieee80211_hw *hw,
/* Clear unsupported feature flags */
*total_flags &= FIF_ALLMULTI | FIF_BCN_PRBRESP_PROMISC;

if (mwl8k_fw_lock(hw))
if (mwl8k_fw_lock(hw)) {
kfree(cmd);
return;
}

if (priv->sniffer_enabled) {
mwl8k_enable_sniffer(hw, 0);
Expand Down

0 comments on commit c807471

Please sign in to comment.