Function is empty.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikow...@gmail.com>
---
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c 
b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
index d4cef20..2e3c25c 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
@@ -1223,10 +1223,6 @@ static enum reset_type _rtl92e_if_check_reset(struct 
net_device *dev)
 
 }
 
-static void _rtl92e_silent_reset_mesh(struct net_device *dev, u8 IsPortal)
-{
-}
-
 static void _rtl92e_if_silent_reset(struct net_device *dev)
 {
        struct r8192_priv *priv = rtllib_priv(dev);
@@ -1235,9 +1231,6 @@ static void _rtl92e_if_silent_reset(struct net_device 
*dev)
        struct rtllib_device *ieee = priv->rtllib;
        unsigned long flag;
 
-       u8 IsPortal = 0;
-
-
        if (priv->ResetProgress == RESET_TYPE_NORESET) {
 
                RT_TRACE(COMP_RESET, "=========>Reset progress!!\n");
@@ -1347,8 +1340,6 @@ RESET_START:
                        rtllib_start_send_beacons(ieee);
 
                        netif_carrier_on(ieee->dev);
-               } else if (ieee->iw_mode == IW_MODE_MESH) {
-                       _rtl92e_silent_reset_mesh(dev, IsPortal);
                }
 
                rtl92e_cam_restore(dev);
-- 
1.8.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to