Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352611
b: refs/heads/master
c: 318a64c
h: refs/heads/master
i:
  352609: 8413d22
  352607: 9b80e87
v: v3
  • Loading branch information
Hante Meuleman authored and John W. Linville committed Feb 8, 2013
1 parent d907d27 commit b862e34
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7a5c1f64f64c8504c8117558a426b610ebc77aa0
refs/heads/master: 318a64cede8882964b6412aceebe657dab46b2d2
Original file line number Diff line number Diff line change
Expand Up @@ -3742,7 +3742,7 @@ brcmf_cfg80211_mgmt_frame_register(struct wiphy *wiphy,
if (reg)
vif->mgmt_rx_reg |= BIT(mgmt_type);
else
vif->mgmt_rx_reg |= ~BIT(mgmt_type);
vif->mgmt_rx_reg &= ~BIT(mgmt_type);
}


Expand Down

0 comments on commit b862e34

Please sign in to comment.