staging: r8188eu: use a define for the radio path
authorMartin Kaiser <martin@kaiser.cx>
Sat, 5 Feb 2022 11:37:40 +0000 (12:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 09:17:57 +0000 (10:17 +0100)
commit49132583d26089e37de8c33dd0321b1d1f17be19
tree74ae227ddc23422a7222808176c988b9ddfb5309
parent2096151fbe67bb09600d22c8bca1ebedfdd293a7
staging: r8188eu: use a define for the radio path

Replace (enum rf_radio_path)0 with RF_PATH_A. This should make it
easier to see which path is selected.

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