dahdi-base, kernel, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp: Remove name field from echocan ops

This field was redundant and was only used in places where the factory's name could be used.

Signed-off-by: Kinsey Moore <kmoore@digium.com>
Acked-by: Shaun Ruffell <sruffell@digium.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9523 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Kinsey Moore
2010-12-09 20:19:21 +00:00
parent 06eac5b1d2
commit fd01eef199
12 changed files with 8 additions and 23 deletions

View File

@@ -205,9 +205,6 @@ struct dahdi_echocan_features {
*/
struct dahdi_echocan_ops {
/*! The name of the echocan that created this structure. */
const char *name;
/*! \brief Free an echocan state structure.
* \param[in,out] ec Pointer to the state structure to free.
*