Re: [PATCH] staging: rtl8723bs: hal: remove if condition which is always false

From: Dan Carpenter
Date: Mon Oct 11 2021 - 06:42:22 EST


Yep. And please go through the function and clean up all the references
to max_rf_path. Change the "max_rf_path = 0" to 1 and delete the other
assignment. Delete the comments about "max_rf_path == 2".

regards,
dan carpenter