Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65258
b: refs/heads/master
c: 5062629
h: refs/heads/master
v: v3
  • Loading branch information
Ron Mercer authored and Jeff Garzik committed Oct 2, 2007
1 parent 19fbfc0 commit a357faa
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b323e0e49fe9331ee3a7a336af879d6e303b16b3
refs/heads/master: 50626297b1beb0a29c0f174be39f36485533216c
6 changes: 6 additions & 0 deletions trunk/drivers/net/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2249,6 +2249,12 @@ static int ql_tx_rx_clean(struct ql3_adapter *qdev,

net_rsp = qdev->rsp_current;
rmb();
/*
* Fix 4032 chipe undocumented "feature" where bit-8 is set if the
* inbound completion is for a VLAN.
*/
if (qdev->device_id == QL3032_DEVICE_ID)
net_rsp->opcode &= 0x7f;
switch (net_rsp->opcode) {

case OPCODE_OB_MAC_IOCB_FN0:
Expand Down

0 comments on commit a357faa

Please sign in to comment.