Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236479
b: refs/heads/master
c: 4386ee3
h: refs/heads/master
i:
  236477: 29a66d3
  236475: bd9d913
  236471: 675180f
  236463: 8ed13d2
  236447: 50f08e0
  236415: 01f6e42
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 3acf830 commit ff2676c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: f1ab30823feddb533ad5840e873c79698b77abf0
refs/heads/master: 4386ee312e413a33b9e5f406388c9488e6237c7c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ath6kl/htc2/AR6000/ar6k.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ struct ar6k_device {
HIF_DEVICE_IRQ_PROCESSING_MODE HifIRQProcessingMode;
HIF_MASK_UNMASK_RECV_EVENT HifMaskUmaskRecvEvent;
bool HifAttached;
HIF_DEVICE_IRQ_YIELD_PARAMS HifIRQYieldParams;
struct hif_device_irq_yield_params HifIRQYieldParams;
bool DSRCanYield;
int CurrentDSRRecvCount;
HIF_DEVICE_SCATTER_SUPPORT_INFO HifScatterInfo;
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/ath6kl/include/hif.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ typedef enum {
* HIF_DEVICE_GET_IRQ_YIELD_PARAMS
*
* input : none
* output : HIF_DEVICE_IRQ_YIELD_PARAMS
* output : struct hif_device_irq_yield_params
* note: This query checks if the HIF layer wishes to impose a processing yield count for the DSR handler.
* The DSR callback handler will exit after a fixed number of RX packets or events are processed.
* This query is only made if the device reports an IRQ processing mode of HIF_DEVICE_IRQ_SYNC_ONLY.
Expand Down Expand Up @@ -265,9 +265,9 @@ typedef enum {
*/
} HIF_DEVICE_POWER_CHANGE_TYPE;

typedef struct {
struct hif_device_irq_yield_params {
int RecvPacketYieldCount; /* max number of packets to force DSR to return */
} HIF_DEVICE_IRQ_YIELD_PARAMS;
};


typedef struct _HIF_SCATTER_ITEM {
Expand Down

0 comments on commit ff2676c

Please sign in to comment.