Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122833
b: refs/heads/master
c: b929ecf
h: refs/heads/master
i:
  122831: 8709e59
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Dec 19, 2008
1 parent afb9e1b commit 50b598a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fd6effcaf8a894c0a0f602b943dbc54a170d4418
refs/heads/master: b929ecf7965c2dab7e373f390ac5fc563011484d
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43/phy_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,10 @@ void b43_software_rfkill(struct b43_wldev *dev, enum rfkill_state state)
state = RFKILL_STATE_SOFT_BLOCKED;
}

b43_mac_suspend(dev);
phy->ops->software_rfkill(dev, state);
phy->radio_on = (state == RFKILL_STATE_UNBLOCKED);
b43_mac_enable(dev);
}

/**
Expand Down

0 comments on commit 50b598a

Please sign in to comment.