Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255777
b: refs/heads/master
c: 47751b0
h: refs/heads/master
i:
  255775: 3384c1e
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jun 20, 2011
1 parent b415525 commit 165f255
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 2055403ded0b16b8fdb7d6f188dccdc9ca35d7d5
refs/heads/master: 47751b0fbff55f5f65d1a4d24ca10acd90259fc1
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,16 @@ static inline void iwl_wake_any_queue(struct iwl_priv *priv,
}
}

#ifdef ieee80211_stop_queue
#undef ieee80211_stop_queue
#endif

#define ieee80211_stop_queue DO_NOT_USE_ieee80211_stop_queue

#ifdef ieee80211_wake_queue
#undef ieee80211_wake_queue
#endif

#define ieee80211_wake_queue DO_NOT_USE_ieee80211_wake_queue

static inline void iwl_disable_interrupts(struct iwl_priv *priv)
Expand Down

0 comments on commit 165f255

Please sign in to comment.