summaryrefslogtreecommitdiff
path: root/kernel/wctc4xxp/base.c
AgeCommit message (Expand)Author
2009-10-04wctc4xxp: Update to use struct net_device_ops.sruffell
2009-06-18wctc4xxp: Load the zaptel, not the DAHDI firmware image.sruffell
2009-05-27wctc4xxp: Change netif_rx_xxx to napi_xxxtzafrir
2009-03-24Backporting changes to the transcoder from dahdi.sruffell
2009-02-11Use the proper pci_device when handling dma buffers.sruffell
2009-01-07- When tearing down channels, use the channel's timeslot as the index into thesruffell
2009-01-05Even on older kernels, do not redefine WARN_ON_ONCE if it is already defined.sruffell
2009-01-05Print more information to the kernel log when the transcoder sends us asruffell
2008-12-19WARN is defined in newer kernels. Use WARN_ALWAYS like in DAHDI.sruffell
2008-12-04Service the transmit descriptor ring before the receive descriptor ring sosruffell
2008-12-04- Ensure that the sample size is set correctly when decoding G723 packets.sruffell
2008-11-18Fix typo that was preventing compilation of wctc4xxp.sruffell
2008-11-17- Fix for race condition of encoder and decoder are allocated at the same timesruffell
2008-10-10- Ensure that the source format is considered when selecting a transcoder.sruffell
2008-10-06Embed room for the complete packet to the DTE in the transcoder buffersruffell
2008-10-03There are two possible valid statues when booting the TC400M.sruffell
2008-10-02Keep hold of the channel lock when setting the data_ready flag for the channelsruffell
2008-10-02wctc4xxp_cleanup_channel_private needs a pointer to the zt_transcoder_channelsruffell
2008-10-02Mark that there is not any data waiting whenever we cleanup the privatesruffell
2008-09-30Removing reference to setup_timer on kernels before 2.6.18.sruffell
2008-09-24Adding back in the mode module parameter for the wctc4xxp driver. This issruffell
2008-08-25Remove this warning, which could occur if the driver is loaded on a systemsruffell
2008-08-20Change to support both 5.3kbps and 6.3kbps bit rates when using the G723.1sruffell
2008-08-19Fix bug where all transcoders are named tc400b0.sruffell
2008-08-14backport new transcoder interface and driver from DAHDIkpfleming
2008-08-14more license header updateskpfleming
2008-08-12bring back the transcoder interface... it will be upgraded to the new improve...kpfleming
2008-08-07remove support for the Digium TC400 transcoder card; the interace to this car...kpfleming
2008-02-13remove some STANDALONE_ZAPATA stuff that is not neededkpfleming
2008-02-04Move kernel stuff to under kernel/ tzafrir