staging: r8188eu: remove an obsolete comment
authorMartin Kaiser <martin@kaiser.cx>
Tue, 5 Oct 2021 20:08:13 +0000 (22:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Oct 2021 12:55:27 +0000 (14:55 +0200)
The function that this comment describes is not present in the
r8188eu driver. The comment can be removed.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20211005200821.19783-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c

index 83813388de24fa0ca9b765a36b66f381a249662e..ab7b801444035bb43c6a6a98301dd9acb16939aa 100644 (file)
@@ -624,21 +624,6 @@ static void _InitAntenna_Selection(struct adapter *Adapter)
        DBG_88E("%s,Cur_ant:(%x)%s\n", __func__, haldata->CurAntenna, (haldata->CurAntenna == Antenna_A) ? "Antenna_A" : "Antenna_B");
 }
 
-/*-----------------------------------------------------------------------------
- * Function:   HwSuspendModeEnable92Cu()
- *
- * Overview:   HW suspend mode switch.
- *
- * Input:              NONE
- *
- * Output:     NONE
- *
- * Return:     NONE
- *
- * Revised History:
- *     When            Who             Remark
- *     08/23/2010      MHC             HW suspend mode switch test..
- *---------------------------------------------------------------------------*/
 enum rt_rf_power_state RfOnOffDetect(struct adapter *adapt)
 {
        u8 val8;