summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/include/hal_intf.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-04-02 12:23:28 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-04 08:33:50 +0300
commite665487795a64376fccf662ad43b18cee1f9ff23 (patch)
tree4e563e8671c18bf1b9bc1b85a041b0570283f294 /drivers/staging/r8188eu/include/hal_intf.h
parent484e4259a6a9ccad7f08f13fefcba3b976256b37 (diff)
downloadlinux-e665487795a64376fccf662ad43b18cee1f9ff23.tar.xz
staging: r8188eu: remove HW_VAR_AMPDU_MIN_SPACE from SetHwReg8188EU()
Remove the HW_VAR_AMPDU_MIN_SPACE case from SetHwReg8188EU() and move its functionality to rtw_wlan_util.c where it is actually used. This is part of the ongoing effort to get rid of the unwanted hal layer. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20220402092332.6627-4-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/hal_intf.h')
-rw-r--r--drivers/staging/r8188eu/include/hal_intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/hal_intf.h b/drivers/staging/r8188eu/include/hal_intf.h
index c2b97fa4e372..c18ff1469c2b 100644
--- a/drivers/staging/r8188eu/include/hal_intf.h
+++ b/drivers/staging/r8188eu/include/hal_intf.h
@@ -20,7 +20,6 @@ enum hw_variables {
HW_VAR_DM_FUNC_RESET,
HW_VAR_DM_FUNC_CLR,
HW_VAR_AC_PARAM_BE,
- HW_VAR_AMPDU_MIN_SPACE,
HW_VAR_AMPDU_FACTOR,
HW_VAR_H2C_FW_PWRMODE,
HW_VAR_H2C_FW_JOINBSSRPT,