ath6kl: remove-typedef HIF_DEVICE_IRQ_YIELD_PARAMS
remove-typedef -s HIF_DEVICE_IRQ_YIELD_PARAMS \ "struct hif_device_irq_yield_params" drivers/staging/ath6kl/ Tested-by: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f1ab30823f
commit
4386ee312e
@@ -129,7 +129,7 @@ struct ar6k_device {
|
|||||||
HIF_DEVICE_IRQ_PROCESSING_MODE HifIRQProcessingMode;
|
HIF_DEVICE_IRQ_PROCESSING_MODE HifIRQProcessingMode;
|
||||||
HIF_MASK_UNMASK_RECV_EVENT HifMaskUmaskRecvEvent;
|
HIF_MASK_UNMASK_RECV_EVENT HifMaskUmaskRecvEvent;
|
||||||
bool HifAttached;
|
bool HifAttached;
|
||||||
HIF_DEVICE_IRQ_YIELD_PARAMS HifIRQYieldParams;
|
struct hif_device_irq_yield_params HifIRQYieldParams;
|
||||||
bool DSRCanYield;
|
bool DSRCanYield;
|
||||||
int CurrentDSRRecvCount;
|
int CurrentDSRRecvCount;
|
||||||
HIF_DEVICE_SCATTER_SUPPORT_INFO HifScatterInfo;
|
HIF_DEVICE_SCATTER_SUPPORT_INFO HifScatterInfo;
|
||||||
|
@@ -190,7 +190,7 @@ typedef enum {
|
|||||||
* HIF_DEVICE_GET_IRQ_YIELD_PARAMS
|
* HIF_DEVICE_GET_IRQ_YIELD_PARAMS
|
||||||
*
|
*
|
||||||
* input : none
|
* 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.
|
* 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.
|
* 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.
|
* This query is only made if the device reports an IRQ processing mode of HIF_DEVICE_IRQ_SYNC_ONLY.
|
||||||
@@ -265,9 +265,9 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
} HIF_DEVICE_POWER_CHANGE_TYPE;
|
} HIF_DEVICE_POWER_CHANGE_TYPE;
|
||||||
|
|
||||||
typedef struct {
|
struct hif_device_irq_yield_params {
|
||||||
int RecvPacketYieldCount; /* max number of packets to force DSR to return */
|
int RecvPacketYieldCount; /* max number of packets to force DSR to return */
|
||||||
} HIF_DEVICE_IRQ_YIELD_PARAMS;
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef struct _HIF_SCATTER_ITEM {
|
typedef struct _HIF_SCATTER_ITEM {
|
||||||
|
Reference in New Issue
Block a user