staging: r8188eu: remove constant parameter of odm_ConfigRFReg_8188E
authorMartin Kaiser <martin@kaiser.cx>
Fri, 4 Feb 2022 09:09:40 +0000 (10:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 14:25:50 +0000 (15:25 +0100)
commit7f2156992a3fadb59bc6cce8b0e654cf6c191abf
treebe4e34d296af92038f1735a080b5ddef2bda9001
parent7728dc33f93e890017e1f6bce7ac5ec67d7c999a
staging: r8188eu: remove constant parameter of odm_ConfigRFReg_8188E

The only caller of odm_ConfigRFReg_8188E sets RF_PATH to RF_PATH_A.
Remove this parameter and use RF_PATH_A inside the function.

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