staging: rtl8192e: Remove unused sens and max_sens from r8192_priv struct

The 'sens' and 'max_sens' fields in the 'r8192_priv' structure are no
longer used by the driver. This commit removes these fields.

Suggested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Yogesh Hegde <yogi.kernel@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/e117e958ada5695975deecfcd442703fd11bba3f.1682358035.git.yogi.kernel@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Yogesh Hegde
2023-04-24 23:35:25 +05:30
committed by Greg Kroah-Hartman
parent 3877f73207
commit e7e0b078c9
@@ -270,8 +270,6 @@ struct r8192_priv {
short promisc;
short chan;
short sens;
short max_sens;
bool ps_force;
u32 irq_mask[2];