From 42e1c0f32bd3f8fbed096021875080ba44cea7ff Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 21 Jul 2013 11:12:37 -0500 Subject: [PATCH] rtl8188eu: Remove CONFIG_R871X_TEST - not selected Signed-off-by: Larry Finger --- include/osdep_intf.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/osdep_intf.h b/include/osdep_intf.h index ffdd569..bb6284f 100644 --- a/include/osdep_intf.h +++ b/include/osdep_intf.h @@ -59,12 +59,6 @@ The protection mechanism is through the pending queue. u8 bio_timer_cancel; }; - -#ifdef CONFIG_R871X_TEST -int rtw_start_pseudo_adhoc(_adapter *padapter); -int rtw_stop_pseudo_adhoc(_adapter *padapter); -#endif - u8 rtw_init_drv_sw(_adapter *padapter); u8 rtw_free_drv_sw(_adapter *padapter); u8 rtw_reset_drv_sw(_adapter *padapter);