summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>2023-10-23 08:40:04 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-25 12:56:38 +0200
commit6e4b8282dd9e12a2de3aeb62492061ee6ea2ced7 (patch)
treebe9027653b5cdf4c6876b8e8532e4b319fd3f7cc /drivers/staging/rtl8192e
parentcbc045bbd49aafe8b5cdfcd03661a70cea34db85 (diff)
downloadlinux-stable-6e4b8282dd9e12a2de3aeb62492061ee6ea2ced7.tar.gz
linux-stable-6e4b8282dd9e12a2de3aeb62492061ee6ea2ced7.tar.bz2
linux-stable-6e4b8282dd9e12a2de3aeb62492061ee6ea2ced7.zip
staging: rtl8192e: Remove unused variables from union tspec_body
Remove unused variables to shorten code. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/ffeb86f15454ec17d7fc2ce66151393b6757d0a7.1698042685.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_Qos.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_Qos.h b/drivers/staging/rtl8192e/rtl819x_Qos.h
index 7f086b7a1b88..ac321952f7b3 100644
--- a/drivers/staging/rtl8192e/rtl819x_Qos.h
+++ b/drivers/staging/rtl8192e/rtl819x_Qos.h
@@ -15,25 +15,8 @@ union qos_tsinfo {
};
union tspec_body {
- u8 charData[55];
-
struct {
union qos_tsinfo ts_info;
- u16 NominalMSDUsize;
- u16 MaxMSDUsize;
- u32 MinServiceItv;
- u32 MaxServiceItv;
- u32 InactivityItv;
- u32 SuspenItv;
- u32 ServiceStartTime;
- u32 MinDataRate;
- u32 MeanDataRate;
- u32 PeakDataRate;
- u32 MaxBurstSize;
- u32 DelayBound;
- u32 MinPhyRate;
- u16 SurplusBandwidthAllowance;
- u16 MediumTime;
} f;
};