aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TS.h
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-10-23 08:40:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-25 12:56:38 +0200
commitb04885e7b9c5b130cb78b87f1f4117d3928fba21 (patch)
treec659864c20ce2d65c0cf2b1be2b8f8649280d417 /drivers/staging/rtl8192e/rtl819x_TS.h
parentstaging: rtl8192e: Replace union tspec_body including embedded struct (diff)
downloadlinux-stable-b04885e7b9c5b130cb78b87f1f4117d3928fba21.tar.xz
linux-stable-b04885e7b9c5b130cb78b87f1f4117d3928fba21.zip
staging: rtl8192e: Replace union qos_tsinfo with embedded struct
Replace union qos_tsinfo with embedded struct as it has only one element. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/3bedc504ad678332e4ab2a3d99f2a94ab5aed03a.1698042685.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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_TS.h b/drivers/staging/rtl8192e/rtl819x_TS.h
index ed77763bb1fc..b63edb815902 100644
--- a/drivers/staging/rtl8192e/rtl819x_TS.h
+++ b/drivers/staging/rtl8192e/rtl819x_TS.h
@@ -20,7 +20,7 @@ enum tr_select {
struct ts_common_info {
struct list_head List;
u8 addr[ETH_ALEN];
- union qos_tsinfo TSpec;
+ struct qos_tsinfo TSpec;
union qos_tclas TClass[TCLAS_NUM];
u8 TClasProc;
u8 TClasNum;