diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc_hst.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_hst.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_hst.h b/drivers/net/wireless/ath/ath9k/htc_hst.h index cb9174ade53e..91a5305db95a 100644 --- a/drivers/net/wireless/ath/ath9k/htc_hst.h +++ b/drivers/net/wireless/ath/ath9k/htc_hst.h | |||
| @@ -83,21 +83,10 @@ struct htc_ep_callbacks { | |||
| 83 | void (*rx) (void *, struct sk_buff *, enum htc_endpoint_id); | 83 | void (*rx) (void *, struct sk_buff *, enum htc_endpoint_id); |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
| 86 | #define HTC_TX_QUEUE_SIZE 256 | ||
| 87 | |||
| 88 | struct htc_txq { | ||
| 89 | struct sk_buff *buf[HTC_TX_QUEUE_SIZE]; | ||
| 90 | u32 txqdepth; | ||
| 91 | u16 txbuf_cnt; | ||
| 92 | u16 txq_head; | ||
| 93 | u16 txq_tail; | ||
| 94 | }; | ||
| 95 | |||
| 96 | struct htc_endpoint { | 86 | struct htc_endpoint { |
| 97 | u16 service_id; | 87 | u16 service_id; |
| 98 | 88 | ||
| 99 | struct htc_ep_callbacks ep_callbacks; | 89 | struct htc_ep_callbacks ep_callbacks; |
| 100 | struct htc_txq htc_txq; | ||
| 101 | u32 max_txqdepth; | 90 | u32 max_txqdepth; |
| 102 | int max_msglen; | 91 | int max_msglen; |
| 103 | 92 | ||
