Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278188
b: refs/heads/master
c: e53aac4
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 28e0465 commit fbc0dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 6278ddab9f859b8d6311879d35f2b1f74a789964
refs/heads/master: e53aac424767a9f42b3bbac22eb001491f605d4e
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlegacy/4965-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -4944,6 +4944,8 @@ static const s8 default_queue_to_tx_fifo[] = {
IL_TX_FIFO_UNUSED,
};

#define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo))))

static int il4965_alive_notify(struct il_priv *il)
{
u32 a;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/iwlegacy/iwl-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@

#include "iwl-io.h"

#define IL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo))))


/**
* il_queue_inc_wrap - increment queue idx, wrap back to beginning
* @idx -- current idx
Expand Down

0 comments on commit fbc0dfe

Please sign in to comment.