Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162451
b: refs/heads/master
c: 256311d
h: refs/heads/master
i:
  162449: 8797abb
  162447: 043d806
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 0a0bd2e commit 18683d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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: 6e50c49684ff3240b04b91d8d8e64ad7a902ca78
refs/heads/master: 256311d34372fa8f7f2fe2af8b5f52f93fe68577
5 changes: 0 additions & 5 deletions trunk/drivers/staging/rt2870/common/2870_rtmp_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,12 +1293,7 @@ static void rt2870_hcca_dma_done_tasklet(unsigned long data)
RTMPDeQueuePacket(pAd, FALSE, BulkOutPipeId, MAX_TX_PROCESS);
}

#ifndef RT30xx
RTUSB_SET_BULK_FLAG(pAd, fRTUSB_BULK_OUT_DATA_NORMAL);
#endif
#ifdef RT30xx
RTUSB_SET_BULK_FLAG(pAd, fRTUSB_BULK_OUT_DATA_NORMAL<<4);
#endif
RTUSBKickBulkOut(pAd);
}
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rt2870/common/rtusb_bulk.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ VOID RTUSBKickBulkOut(
RTUSBBulkOutDataPacket(pAd, 3, pAd->NextBulkOutIndex[3]);
}
}
#ifdef RT30xx

//PS packets use HCCA queue when dequeue from PS unicast queue (WiFi WPA2 MA9_DT1 for Marvell B STA)
if (RTUSB_TEST_BULK_FLAG(pAd, fRTUSB_BULK_OUT_DATA_NORMAL_5))
{
Expand All @@ -986,7 +986,6 @@ VOID RTUSBKickBulkOut(
{
}
}
#endif

// 7. Null frame is the last
else if (RTUSB_TEST_BULK_FLAG(pAd, fRTUSB_BULK_OUT_DATA_NULL))
Expand Down

0 comments on commit 18683d7

Please sign in to comment.