staging: rtl8188eu: ctrl vendor req value is always 0x05
authorMartin Kaiser <martin@kaiser.cx>
Tue, 6 Apr 2021 20:48:20 +0000 (22:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Apr 2021 08:24:47 +0000 (10:24 +0200)
commiteeb4661560ffe0015a8651c23ebfc578bed6ee58
treec845a15b4bfc270953b68f585cfb8b3777728937
parent9d32836dbb1a18090fb5e6c4b0d0544447bea55d
staging: rtl8188eu: ctrl vendor req value is always 0x05

The bRequest value for the vendor specific control requests sent by this
driver is always 0x05. Replace the function parameter with a define. Use
the same define as the rtlwifi driver.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210406204829.18130-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c