Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236749
b: refs/heads/master
c: ea67485
h: refs/heads/master
i:
  236747: b66bdd8
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jan 21, 2011
1 parent 9266257 commit c42a9ce
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2a1a78d240c68b918406cb5b31a375eaf1dc1835
refs/heads/master: ea67485ae6894e603984c3b13b8df54ae2c128d8
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -2316,6 +2316,11 @@ static void iwl4965_rx_handler_setup(struct iwl_priv *priv)
priv->rx_handlers[REPLY_RX] = iwlagn_rx_reply_rx;
/* Tx response */
priv->rx_handlers[REPLY_TX] = iwl4965_rx_reply_tx;

/* set up notification wait support */
spin_lock_init(&priv->_agn.notif_wait_lock);
INIT_LIST_HEAD(&priv->_agn.notif_waits);
init_waitqueue_head(&priv->_agn.notif_waitq);
}

static void iwl4965_setup_deferred_work(struct iwl_priv *priv)
Expand Down

0 comments on commit c42a9ce

Please sign in to comment.