summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_mlme.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2022-04-05 12:49:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-05 16:11:32 +0200
commit72b304d013e9f2b859c2a5795986018dd50d02c8 (patch)
treea5a24d6dfd00cc7db966814c0bb8df19fcc68817 /drivers/staging/r8188eu/include/rtw_mlme.h
parent0b465150b3226e7b718c0e17aafb0269b53d3338 (diff)
downloadlinux-72b304d013e9f2b859c2a5795986018dd50d02c8.tar.bz2
staging: r8188eu: remove HAL_DEF_CURRENT_ANTENNA
In order to get rid of the function GetHalDefVar8188EUsb(), remove the HAL_DEF_CURRENT_ANTENNA case from it and move the functionality into a new function. 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/20220405104910.9769-4-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtw_mlme.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_mlme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_mlme.h b/drivers/staging/r8188eu/include/rtw_mlme.h
index 37d217aaf524..1dc1fbf049af 100644
--- a/drivers/staging/r8188eu/include/rtw_mlme.h
+++ b/drivers/staging/r8188eu/include/rtw_mlme.h
@@ -598,4 +598,6 @@ void rtw_set_max_rpt_macid(struct adapter *adapter, u8 macid);
void rtw_sta_media_status_rpt(struct adapter *adapter, struct sta_info *psta,
u32 mstatus);
+u8 rtw_current_antenna(struct adapter *adapter);
+
#endif /* __RTL871X_MLME_H_ */