Assign RTL8188E to padapter->chip_type directly instead of calling
chip_by_usb_id() function to do same.

Signed-off-by: navin patidar <navin.pati...@gmail.com>
---
 drivers/staging/rtl8188eu/os_dep/usb_intf.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c 
b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index a368aa9..fbf967d 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -546,11 +546,8 @@ static struct adapter *rtw_usb_if1_init(struct dvobj_priv 
*dvobj,
        dvobj->if1 = padapter;
 
        padapter->bDriverStopped = true;
-
        padapter->hw_init_mutex = &usb_drv->hw_init_mutex;
-
-       /* step 1-1., decide the chip_type via vid/pid */
-       chip_by_usb_id(padapter, pdid);
+       padapter->chip_type = RTL8188E;
 
        if (rtw_handle_dualmac(padapter, 1) != _SUCCESS)
                goto free_adapter;
-- 
1.7.10.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to