staging: rtl8192e: Rename rtl8192_halt_adapter
[linux-2.6-block.git] / drivers / staging / rtl8192e / rtl8192e / rtl_core.c
index 5cf8de937d456c323338ac80260ded1430fe458a..181c2840223e197708276d6e17634535d359177b 100644 (file)
@@ -52,7 +52,7 @@ static struct rtl819x_ops rtl819xp_ops = {
        .tx_fill_cmd_descriptor         = rtl8192_tx_fill_cmd_desc,
        .rx_query_status_descriptor     = rtl8192_rx_query_status_desc,
        .rx_command_packet_handler = NULL,
-       .stop_adapter                   = rtl8192_halt_adapter,
+       .stop_adapter                   = rtl92e_stop_adapter,
        .update_ratr_table              = rtl8192_update_ratr_table,
        .irq_enable                     = rtl92e_enable_irq,
        .irq_disable                    = rtl92e_disable_irq,