mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 21:40:37 -04:00
Staging: rtl8723bs: remove named enums in hal_com_phycfg.h
Remove the following unnecessary enum names in include/hal_com_phycfg.h: enum rf_tx_num enum _regulation_txpwr_lmt Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210324124456.25221-24-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
977f51c28c
commit
5f1c94a050
@@ -25,7 +25,7 @@ enum rate_section {
|
||||
VHT_4SSMCS0_4SSMCS9,
|
||||
};
|
||||
|
||||
enum rf_tx_num {
|
||||
enum {
|
||||
RF_1TX = 0,
|
||||
RF_2TX,
|
||||
RF_3TX,
|
||||
@@ -36,7 +36,7 @@ enum rf_tx_num {
|
||||
|
||||
#define MAX_POWER_INDEX 0x3F
|
||||
|
||||
enum _regulation_txpwr_lmt {
|
||||
enum {
|
||||
TXPWR_LMT_FCC = 0,
|
||||
TXPWR_LMT_MKK,
|
||||
TXPWR_LMT_ETSI,
|
||||
|
||||
Reference in New Issue
Block a user