diff options
Diffstat (limited to 'drivers/isdn/hisax/hisax_fcpcipnp.h')
-rw-r--r-- | drivers/isdn/hisax/hisax_fcpcipnp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/hisax_fcpcipnp.h b/drivers/isdn/hisax/hisax_fcpcipnp.h index 21fbcedf3a94..aedef97827fe 100644 --- a/drivers/isdn/hisax/hisax_fcpcipnp.h +++ b/drivers/isdn/hisax/hisax_fcpcipnp.h | |||
@@ -38,7 +38,7 @@ struct fritz_bcs { | |||
38 | int rcvidx; | 38 | int rcvidx; |
39 | int fifo_size; | 39 | int fifo_size; |
40 | u_char rcvbuf[HSCX_BUFMAX]; /* B-Channel receive Buffer */ | 40 | u_char rcvbuf[HSCX_BUFMAX]; /* B-Channel receive Buffer */ |
41 | 41 | ||
42 | int tx_cnt; /* B-Channel transmit counter */ | 42 | int tx_cnt; /* B-Channel transmit counter */ |
43 | struct sk_buff *tx_skb; /* B-Channel transmit Buffer */ | 43 | struct sk_buff *tx_skb; /* B-Channel transmit Buffer */ |
44 | }; | 44 | }; |
@@ -55,4 +55,3 @@ struct fritz_adapter { | |||
55 | u32 (*read_hdlc_status) (struct fritz_adapter *adapter, int nr); | 55 | u32 (*read_hdlc_status) (struct fritz_adapter *adapter, int nr); |
56 | void (*write_ctrl) (struct fritz_bcs *bcs, int which); | 56 | void (*write_ctrl) (struct fritz_bcs *bcs, int which); |
57 | }; | 57 | }; |
58 | |||