staging: rtl8723au: from hal_ops 'interface_ps_func'
authorJes Sorensen <Jes.Sorensen@redhat.com>
Sat, 26 Apr 2014 16:55:38 +0000 (18:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Apr 2014 17:16:20 +0000 (10:16 -0700)
Lots of hoops for a dummy function which was never called

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_pwrctrl.c
drivers/staging/rtl8723au/hal/hal_intf.c
drivers/staging/rtl8723au/hal/usb_halinit.c
drivers/staging/rtl8723au/include/hal_intf.h
drivers/staging/rtl8723au/include/rtw_pwrctrl.h

index 7370a391ed96fbbf513681559a7788b59c1e81ea..8a95ae1d353cbbb652b28df6db103e51482195b9 100644 (file)
@@ -497,14 +497,6 @@ void rtw_free_pwrctrl_priv(struct rtw_adapter *adapter)
 {
 }
 
-u8 rtw_interface_ps_func23a(struct rtw_adapter *padapter, enum hal_intf_ps_func efunc_id, u8* val)
-{
-       u8 bResult = true;
-       rtw_hal_intf_ps_func23a(padapter, efunc_id, val);
-
-       return bResult;
-}
-
 inline void rtw_set_ips_deny23a(struct rtw_adapter *padapter, u32 ms)
 {
        struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
index dad16bc7804b7d7a04c0c3e157d76c734fa18f0f..2868c720a4f507c29454d7e7a8eaec273c1b32ac 100644 (file)
@@ -178,13 +178,6 @@ u32        rtw_hal_inirp_deinit23a(struct rtw_adapter *padapter)
 
 }
 
-u8     rtw_hal_intf_ps_func23a(struct rtw_adapter *padapter, enum hal_intf_ps_func efunc_id, u8 *val)
-{
-       if (padapter->HalFunc.interface_ps_func)
-               return padapter->HalFunc.interface_ps_func(padapter, efunc_id, val);
-       return _FAIL;
-}
-
 s32    rtw_hal_xmit23aframe_enqueue(struct rtw_adapter *padapter, struct xmit_frame *pxmitframe)
 {
        if (padapter->HalFunc.hal_xmitframe_enqueue)
index f300349e88cfbf7a209d1f953295dbc3ddd539b6..20c11353a6106b197eb16a8a8c74ef6695506b75 100644 (file)
@@ -1739,12 +1739,6 @@ static void rtl8723au_init_default_value(struct rtw_adapter *padapter)
        rtl8723a_init_default_value(padapter);
 }
 
-static u8 rtl8192cu_ps_func(struct rtw_adapter *Adapter,
-                           enum hal_intf_ps_func efunc_id, u8 *val)
-{
-       return true;
-}
-
 int rtl8723au_set_hal_ops(struct rtw_adapter *padapter)
 {
        struct hal_ops  *pHalFunc = &padapter->HalFunc;
@@ -1779,7 +1773,6 @@ int rtl8723au_set_hal_ops(struct rtw_adapter *padapter)
        pHalFunc->hal_xmit = &rtl8723au_hal_xmit;
        pHalFunc->mgnt_xmit = &rtl8723au_mgnt_xmit;
        pHalFunc->hal_xmitframe_enqueue = &rtl8723au_hal_xmitframe_enqueue;
-       pHalFunc->interface_ps_func = &rtl8192cu_ps_func;
        rtl8723a_set_hal_ops(pHalFunc);
        return 0;
 }
index 1df82b6853bebf8090be5fe290fda062d7452382..5567a8589c8e7cddae3b3ccc7234da6cf2b4b1ae 100644 (file)
@@ -60,11 +60,6 @@ enum hal_odm_variable {
        HAL_ODM_WIFI_DISPLAY_STATE,
 };
 
-enum hal_intf_ps_func {
-       HAL_USB_SELECT_SUSPEND,
-       HAL_MAX_ID,
-};
-
 struct hal_ops {
        u32 (*hal_power_on)(struct rtw_adapter *padapter);
        u32 (*hal_init)(struct rtw_adapter *padapter);
@@ -124,9 +119,6 @@ struct hal_ops {
        void (*Add_RateATid)(struct rtw_adapter *padapter, u32 bitmap,
                             u8 arg, u8 rssi_level);
 
-       u8 (*interface_ps_func)(struct rtw_adapter *padapter,
-                               enum hal_intf_ps_func efunc_id, u8 *val);
-
        s32 (*hal_xmit)(struct rtw_adapter *padapter,
                        struct xmit_frame *pxmitframe);
        s32 (*mgnt_xmit)(struct rtw_adapter *padapter,
@@ -253,9 +245,6 @@ void rtw_hal_disable_interrupt23a(struct rtw_adapter *padapter);
 u32 rtw_hal_inirp_init23a(struct rtw_adapter *padapter);
 u32 rtw_hal_inirp_deinit23a(struct rtw_adapter *padapter);
 
-u8 rtw_hal_intf_ps_func23a(struct rtw_adapter *padapter,
-                          enum hal_intf_ps_func efunc_id, u8 *val);
-
 s32 rtw_hal_xmit23aframe_enqueue(struct rtw_adapter *padapter,
                                 struct xmit_frame *pxmitframe);
 s32 rtw_hal_xmit23a(struct rtw_adapter *padapter,
index e0da87d4d3d6a489d29509fa134e0fb2c892ac8d..062c38255566045cfd7df8efc26957affdb7f434 100644 (file)
@@ -250,8 +250,6 @@ s32 LPS_RF_ON_check23a(struct rtw_adapter *padapter, u32 delay_ms);
 void LPS_Enter23a(struct rtw_adapter *padapter);
 void LPS_Leave23a(struct rtw_adapter *padapter);
 
-u8 rtw_interface_ps_func23a(struct rtw_adapter *padapter,
-                        enum hal_intf_ps_func efunc_id, u8 *val);
 void rtw_set_ips_deny23a(struct rtw_adapter *padapter, u32 ms);
 int _rtw_pwr_wakeup23a(struct rtw_adapter *padapter, u32 ips_deffer_ms,
                    const char *caller);
This page took 0.076608 seconds and 5 git commands to generate.