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);