Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290650
b: refs/heads/master
c: 4e3bc14
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Feb 22, 2012
1 parent 5a02680 commit 174ece4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 6668e4eb5030af96d2bde366b8f6614b34b8c96c
refs/heads/master: 4e3bc141d480661634d0fadad7dbb1ddde70b4d4
8 changes: 1 addition & 7 deletions trunk/drivers/net/wireless/iwlegacy/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1944,16 +1944,10 @@ il_is_init(struct il_priv *il)
return test_bit(S_INIT, &il->status);
}

static inline int
il_is_rfkill_hw(struct il_priv *il)
{
return test_bit(S_RFKILL, &il->status);
}

static inline int
il_is_rfkill(struct il_priv *il)
{
return il_is_rfkill_hw(il);
return test_bit(S_RFKILL, &il->status);
}

static inline int
Expand Down

0 comments on commit 174ece4

Please sign in to comment.