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:26 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-04 08:33:50 +0300
commit7c1972941ad3243c16415f3c78c4e264d6c3b7de (patch)
tree6996d851ef566daf796fa57fc407522d35427b12 /drivers/staging/r8188eu/include/hal_intf.h
parent258b1bd5e2358d8f2f9d7cc3fbd7eaa9499ddffb (diff)
downloadlinux-7c1972941ad3243c16415f3c78c4e264d6c3b7de.tar.xz
staging: r8188eu: remove HW_VAR_BSSID from SetHwReg8188EU()
Remove the HW_VAR_BSSID case from SetHwReg8188EU() and move its functionality to rtw_mlme_ext.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-2-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 9b465001975c..591322c20f7d 100644
--- a/drivers/staging/r8188eu/include/hal_intf.h
+++ b/drivers/staging/r8188eu/include/hal_intf.h
@@ -10,7 +10,6 @@
enum hw_variables {
HW_VAR_SET_OPMODE,
- HW_VAR_BSSID,
HW_VAR_BASIC_RATE,
HW_VAR_CORRECT_TSF,
HW_VAR_MLME_SITESURVEY,