diff options
author | Yogesh Hegde <[email protected]> | 2023-04-24 23:35:25 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-05-08 16:08:08 +0200 |
commit | e7e0b078c9b396fc3de5f105c63235e70b876e5f (patch) | |
tree | 918d41adb72e75be7480f6dd8ebf4b79cd356008 | |
parent | 3877f73207c3a3d9ed033de5d627769595e324b5 (diff) |
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 <[email protected]>
Signed-off-by: Yogesh Hegde <[email protected]>
Tested-by: Philipp Hortmann <[email protected]>
Link: https://lore.kernel.org/r/e117e958ada5695975deecfcd442703fd11bba3f.1682358035.git.yogi.kernel@gmail.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h index 08145e1f814c..ec9e454299a8 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h @@ -270,8 +270,6 @@ struct r8192_priv { short promisc; short chan; - short sens; - short max_sens; bool ps_force; u32 irq_mask[2]; |