aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TS.h
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-06-24 08:03:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-07-27 09:57:38 +0200
commitfa3f651feadc824fa6d54733cf8f36dfb4603b91 (patch)
tree89b87a63c5c9ab3d891abd54a474dba921d89adc /drivers/staging/rtl8192e/rtl819x_TS.h
parentstaging: rtl8192e: Remove equation of local variable InactTime of AdmitTS (diff)
downloadlinux-stable-fa3f651feadc824fa6d54733cf8f36dfb4603b91.tar.xz
linux-stable-fa3f651feadc824fa6d54733cf8f36dfb4603b91.zip
staging: rtl8192e: Remove unused timer InactTimer
Remove unused timer InactTimer and all the resulting unused code. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/1a7acdd76037327602858a8634d502b46cdc8786.1687583718.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_TS.h')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_TS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_TS.h b/drivers/staging/rtl8192e/rtl819x_TS.h
index 75ee2056d361..0e851d4221a7 100644
--- a/drivers/staging/rtl8192e/rtl819x_TS.h
+++ b/drivers/staging/rtl8192e/rtl819x_TS.h
@@ -19,7 +19,6 @@ enum tr_select {
struct ts_common_info {
struct list_head List;
- struct timer_list InactTimer;
u8 Addr[ETH_ALEN];
union tspec_body TSpec;
union qos_tclas TClass[TCLAS_NUM];