summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/hal_intf.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-08-31 06:44:18 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-31 19:57:40 (GMT)
commitef1220a0d4819e85f6434e4185158a0043fe09d0 (patch)
tree506dcf3e4d6a3c734b23a74f1a2cfb2acb33c5b7 /drivers/staging/rtl8188eu/include/hal_intf.h
parentecd1f9b3f78d3eca8ae5eadc7d141249833288bf (diff)
downloadlinux-ef1220a0d4819e85f6434e4185158a0043fe09d0.tar.xz
staging: rtl8188eu: Remove unused wrapper function rtw_hal_write_bbreg()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/hal_intf.h')
-rw-r--r--drivers/staging/rtl8188eu/include/hal_intf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_intf.h b/drivers/staging/rtl8188eu/include/hal_intf.h
index 606fd60..9191993 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -213,8 +213,6 @@ struct hal_ops {
struct xmit_frame *pxmitframe);
s32 (*mgnt_xmit)(struct adapter *padapter,
struct xmit_frame *pmgntframe);
- void (*write_bbreg)(struct adapter *padapter, u32 RegAddr,
- u32 BitMask, u32 Data);
u32 (*read_rfreg)(struct adapter *padapter,
enum rf_radio_path eRFPath, u32 RegAddr,
u32 BitMask);
@@ -300,8 +298,6 @@ void rtw_hal_clone_data(struct adapter *dst_adapt,
void rtw_hal_bcn_related_reg_setting(struct adapter *padapter);
-void rtw_hal_write_bbreg(struct adapter *padapter, u32 RegAddr, u32 BitMask,
- u32 Data);
u32 rtw_hal_read_rfreg(struct adapter *padapter, enum rf_radio_path eRFPath,
u32 RegAddr, u32 BitMask);
void rtw_hal_write_rfreg(struct adapter *padapter,