OSDN Git Service

staging: r8188eu: move pwr seq defines to HalPwrSeqCmd.c
authorMartin Kaiser <martin@kaiser.cx>
Mon, 4 Jul 2022 14:52:17 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 12:27:05 +0000 (14:27 +0200)
commit687a7264fca6dd8cd9cf0b84c9c16f88b0821575
tree450766d09e807027e181e39d38b37a45f2c5f939
parente0e91965a10b79ca26a315eb283509b9de90f6eb
staging: r8188eu: move pwr seq defines to HalPwrSeqCmd.c

The power sequences are now defined and processed in the same file. We
can move the defines for power sequences and the related struct and
enum from HalPwrSeqCmd.h to HalPwrSeqCmd.c. They don't have to be visible
in other files any more.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220704145221.159949-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/HalPwrSeqCmd.c
drivers/staging/r8188eu/include/HalPwrSeqCmd.h