Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150886
b: refs/heads/master
c: d2f4c10
h: refs/heads/master
v: v3
  • Loading branch information
Inaky Perez-Gonzalez committed Jun 11, 2009
1 parent 5d5e022 commit 864b03f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0bcfc5ef016e8217709c65c5a7335e40ceabc99c
refs/heads/master: d2f4c10544231c3681f937a1e511f4780b4b39af
3 changes: 2 additions & 1 deletion trunk/net/wimax/op-rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ void wimax_report_rfkill_hw(struct wimax_dev *wimax_dev,
else
wimax_state = WIMAX_ST_RADIO_OFF;

rfkill_set_hw_state(wimax_dev->rfkill, state == WIMAX_RF_OFF);
result = rfkill_set_hw_state(wimax_dev->rfkill,
state == WIMAX_RF_OFF);

__wimax_state_change(wimax_dev, wimax_state);
}
Expand Down

0 comments on commit 864b03f

Please sign in to comment.