diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-31 05:18:16 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 08:12:06 -0500 |
commit | e53aac424767a9f42b3bbac22eb001491f605d4e (patch) | |
tree | 9e4f26c85c8bd13e5a7ab7f0aa8e6880c8c35fd7 /drivers/net/wireless/iwlegacy/iwl-helpers.h | |
parent | 6278ddab9f859b8d6311879d35f2b1f74a789964 (diff) |
iwlegacy: move IL_MASK
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-helpers.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-helpers.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-helpers.h b/drivers/net/wireless/iwlegacy/iwl-helpers.h index eb5a287f2254..2db83fc32103 100644 --- a/drivers/net/wireless/iwlegacy/iwl-helpers.h +++ b/drivers/net/wireless/iwlegacy/iwl-helpers.h | |||
@@ -35,9 +35,6 @@ | |||
35 | 35 | ||
36 | #include "iwl-io.h" | 36 | #include "iwl-io.h" |
37 | 37 | ||
38 | #define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) | ||
39 | |||
40 | |||
41 | /** | 38 | /** |
42 | * il_queue_inc_wrap - increment queue idx, wrap back to beginning | 39 | * il_queue_inc_wrap - increment queue idx, wrap back to beginning |
43 | * @idx -- current idx | 40 | * @idx -- current idx |