Staging: rtl8723bs: remove named enums in hal_com.h

Remove the following unnecessary enum definition in
include/hal_com.h:

	enum firmware_source

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210324124456.25221-5-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marco Cesati
2021-03-24 13:44:27 +01:00
committed by Greg Kroah-Hartman
parent 463cc86e1c
commit fc3e6754b1

View File

@@ -171,10 +171,6 @@ enum rt_media_status {
};
#define MAX_DLFW_PAGE_SIZE 4096 /* @ page : 4k bytes */
enum firmware_source {
FW_SOURCE_IMG_FILE = 0,
FW_SOURCE_HEADER_FILE = 1, /* from header file */
};
/* BK, BE, VI, VO, HCCA, MANAGEMENT, COMMAND, HIGH, BEACON. */
/* define MAX_TX_QUEUE 9 */