Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224330
b: refs/heads/master
c: fd11743
h: refs/heads/master
v: v3
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Nov 15, 2010
1 parent 6220224 commit 31fb4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 708068db4c09f93937a6a83ac8fff8516f482b0f
refs/heads/master: fd11743dd25efe7157ff17b03dd2db0cbb6fed05
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void iwl_rx_queue_update_write_ptr(struct iwl_priv *priv, struct iwl_rx_queue *q
} else {
/* Device expects a multiple of 8 */
q->write_actual = (q->write & ~0x7);
iwl_write_direct32(priv, rx_wrt_ptr_reg, q->write_actual);
iwl_write32(priv, rx_wrt_ptr_reg, q->write_actual);
}

q->need_update = 0;
Expand Down

0 comments on commit 31fb4fa

Please sign in to comment.