Skip to content

Commit

Permalink
staging: rtl8188eu: remove HW_DEF_ODM_DBG_FLAG enum value
Browse files Browse the repository at this point in the history
Remove HW_DEF_ODM_DBG_FLAG definition from the hal_def_variable enum
in include/hal_intf.h, and remove its usage from the switch statement
in rtw_hal_get_def_var inside hal/usb_halinit.c - this is dead code
and no longer used, now that ODM_RT_TRACE and include/odm_debug.h
have been removed.

Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210612181942.33817-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Phillip Potter authored and Greg Kroah-Hartman committed Jun 14, 2021
1 parent 7002b52 commit 47bbb44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/rtl8188eu/hal/usb_halinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1850,8 +1850,6 @@ u8 rtw_hal_get_def_var(struct adapter *Adapter, enum hal_def_variable eVariable,
}
}
break;
case HW_DEF_ODM_DBG_FLAG:
break;
case HAL_DEF_DBG_DUMP_RXPKT:
*((u8 *)pValue) = haldata->bDumpRxPkt;
break;
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rtl8188eu/include/hal_intf.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ enum hal_def_variable {
HW_DEF_RA_INFO_DUMP,
HAL_DEF_DBG_DUMP_TXPKT,
HW_DEF_FA_CNT_DUMP,
HW_DEF_ODM_DBG_FLAG,
};

enum hal_odm_variable {
Expand Down

0 comments on commit 47bbb44

Please sign in to comment.