1. NAME

mpt_event_deregister - Deregister protocol-specific event callback handler

2. SYNOPSIS

void mpt_event_deregister(u8  cb_idx );

3. ARGUMENTS

cb_idx
    previously registered callback handle

4. DESCRIPTION

Each protocol-specific driver should call this routine when it does not (or can no longer) handle events, or when its module is unloaded.

5. COPYRIGHT