Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236013
b: refs/heads/master
c: 77919fd
h: refs/heads/master
i:
  236011: 161742e
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent f89b3c1 commit f985ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 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: cf60191a2d527065348bb315b1d650a086dde94b
refs/heads/master: 77919fd72e96cb75ed1b3fc0921a6b5cef5f8042
5 changes: 5 additions & 0 deletions trunk/drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,11 @@ void wlc_radio_mpc_upd(struct wlc_info *wlc)
*/
static void wlc_radio_upd(struct wlc_info *wlc)
{
if (wlc->pub->radio_disabled) {
wlc_radio_disable(wlc);
} else {
wlc_radio_enable(wlc);
}
}

/* maintain LED behavior in down state */
Expand Down

0 comments on commit f985ad8

Please sign in to comment.