summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/hal_intf.h
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-07-10 03:41:33 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-10 04:08:48 (GMT)
commit72b2fc51dfa7c3dcfa98b348d4ab253d539b6b98 (patch)
tree87bd7cd7a8d5daa4d8e2e88988898e047e571f9f /drivers/staging/rtl8188eu/include/hal_intf.h
parent815877f1f8336af8d40c627a90eb26172c85d36f (diff)
downloadlinux-72b2fc51dfa7c3dcfa98b348d4ab253d539b6b98.tar.xz
staging: rtl8188eu: Remove unused function rtw_hal_c2h_id_filter_ccx()
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 f7ce9de..56d5c50 100644
--- a/drivers/staging/rtl8188eu/include/hal_intf.h
+++ b/drivers/staging/rtl8188eu/include/hal_intf.h
@@ -144,8 +144,6 @@ enum hal_intf_ps_func {
HAL_MAX_ID,
};
-typedef s32 (*c2h_id_filter)(u8 id);
-
struct hal_ops {
u32 (*hal_power_on)(struct adapter *padapter);
u32 (*hal_init)(struct adapter *padapter);
@@ -236,7 +234,6 @@ struct hal_ops {
void (*hal_notch_filter)(struct adapter *adapter, bool enable);
void (*hal_reset_security_engine)(struct adapter *adapter);
- c2h_id_filter c2h_id_filter_ccx;
};
enum rt_eeprom_type {
@@ -340,7 +337,6 @@ int rtw_hal_iol_cmd(struct adapter *adapter, struct xmit_frame *xmit_frame,
void rtw_hal_notch_filter(struct adapter *adapter, bool enable);
void rtw_hal_reset_security_engine(struct adapter *adapter);
-c2h_id_filter rtw_hal_c2h_id_filter_ccx(struct adapter *adapter);
void indicate_wx_scan_complete_event(struct adapter *padapter);
u8 rtw_do_join(struct adapter *padapter);