2013-05-08 21:45:39 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
2013-05-19 04:28:07 +00:00
|
|
|
*
|
2013-05-08 21:45:39 +00:00
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of version 2 of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along with
|
|
|
|
* this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
#define _HCI_INTF_C_
|
|
|
|
|
|
|
|
#include <osdep_service.h>
|
|
|
|
#include <drv_types.h>
|
|
|
|
#include <recv_osdep.h>
|
|
|
|
#include <xmit_osdep.h>
|
|
|
|
#include <hal_intf.h>
|
|
|
|
#include <rtw_version.h>
|
2013-05-25 20:45:50 +00:00
|
|
|
#include <linux/usb.h>
|
2013-06-03 19:52:18 +00:00
|
|
|
#include <osdep_intf.h>
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#include <usb_vendor_req.h>
|
|
|
|
#include <usb_ops.h>
|
|
|
|
#include <usb_osintf.h>
|
|
|
|
#include <usb_hal.h>
|
2013-06-03 19:52:18 +00:00
|
|
|
#include <rtw_ioctl.h>
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
int ui_pid[3] = {0, 0, 0};
|
|
|
|
|
|
|
|
static int rtw_suspend(struct usb_interface *intf, pm_message_t message);
|
|
|
|
static int rtw_resume(struct usb_interface *intf);
|
|
|
|
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid);
|
2013-05-08 21:45:39 +00:00
|
|
|
static void rtw_dev_remove(struct usb_interface *pusb_intf);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 23))
|
2013-05-08 21:45:39 +00:00
|
|
|
/* Some useful macros to use to create struct usb_device_id */
|
2013-05-19 04:28:07 +00:00
|
|
|
#define USB_DEVICE_ID_MATCH_VENDOR 0x0001
|
2013-05-08 21:45:39 +00:00
|
|
|
#define USB_DEVICE_ID_MATCH_PRODUCT 0x0002
|
2013-05-19 04:28:07 +00:00
|
|
|
#define USB_DEVICE_ID_MATCH_DEV_LO 0x0004
|
|
|
|
#define USB_DEVICE_ID_MATCH_DEV_HI 0x0008
|
2013-05-08 21:45:39 +00:00
|
|
|
#define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010
|
|
|
|
#define USB_DEVICE_ID_MATCH_DEV_SUBCLASS 0x0020
|
|
|
|
#define USB_DEVICE_ID_MATCH_DEV_PROTOCOL 0x0040
|
|
|
|
#define USB_DEVICE_ID_MATCH_INT_CLASS 0x0080
|
|
|
|
#define USB_DEVICE_ID_MATCH_INT_SUBCLASS 0x0100
|
|
|
|
#define USB_DEVICE_ID_MATCH_INT_PROTOCOL 0x0200
|
2013-05-19 04:28:07 +00:00
|
|
|
#define USB_DEVICE_ID_MATCH_INT_NUMBER 0x0400
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
#define USB_DEVICE_ID_MATCH_INT_INFO \
|
|
|
|
(USB_DEVICE_ID_MATCH_INT_CLASS | \
|
|
|
|
USB_DEVICE_ID_MATCH_INT_SUBCLASS | \
|
|
|
|
USB_DEVICE_ID_MATCH_INT_PROTOCOL)
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#define USB_DEVICE_AND_INTERFACE_INFO(vend, prod, cl, sc, pr) \
|
|
|
|
.match_flags = USB_DEVICE_ID_MATCH_INT_INFO \
|
|
|
|
| USB_DEVICE_ID_MATCH_DEVICE, \
|
|
|
|
.idVendor = (vend), \
|
|
|
|
.idProduct = (prod), \
|
|
|
|
.bInterfaceClass = (cl), \
|
|
|
|
.bInterfaceSubClass = (sc), \
|
|
|
|
.bInterfaceProtocol = (pr)
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
/**
|
|
|
|
* USB_VENDOR_AND_INTERFACE_INFO - describe a specific usb vendor with a class of usb interfaces
|
|
|
|
* @vend: the 16 bit USB Vendor ID
|
|
|
|
* @cl: bInterfaceClass value
|
|
|
|
* @sc: bInterfaceSubClass value
|
|
|
|
* @pr: bInterfaceProtocol value
|
|
|
|
*
|
|
|
|
* This macro is used to create a struct usb_device_id that matches a
|
|
|
|
* specific vendor with a specific class of interfaces.
|
|
|
|
*
|
|
|
|
* This is especially useful when explicitly matching devices that have
|
|
|
|
* vendor specific bDeviceClass values, but standards-compliant interfaces.
|
|
|
|
*/
|
|
|
|
#define USB_VENDOR_AND_INTERFACE_INFO(vend, cl, sc, pr) \
|
|
|
|
.match_flags = USB_DEVICE_ID_MATCH_INT_INFO \
|
|
|
|
| USB_DEVICE_ID_MATCH_VENDOR, \
|
|
|
|
.idVendor = (vend), \
|
|
|
|
.bInterfaceClass = (cl), \
|
|
|
|
.bInterfaceSubClass = (sc), \
|
|
|
|
.bInterfaceProtocol = (pr)
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
/* ----------------------------------------------------------------------- */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define USB_VENDER_ID_REALTEK 0x0BDA
|
|
|
|
|
|
|
|
/* DID_USB_v916_20130116 */
|
2013-08-12 01:59:28 +00:00
|
|
|
static struct usb_device_id rtw_usb_id_tbl[] = {
|
|
|
|
/*=== Realtek demoboard ===*/
|
|
|
|
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179)}, /* 8188EUS */
|
|
|
|
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */
|
|
|
|
/*=== Customer ID ===*/
|
|
|
|
/****** 8188EUS ********/
|
2013-05-08 21:45:39 +00:00
|
|
|
{USB_DEVICE(0x8179, 0x07B8)}, /* Abocom - Abocom */
|
|
|
|
{} /* Terminating entry */
|
|
|
|
};
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
MODULE_DEVICE_TABLE(usb, rtw_usb_id_tbl);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
static struct specific_device_id specific_device_id_tbl[] = {
|
2013-08-12 01:59:28 +00:00
|
|
|
{} /* empty table for now */
|
2013-05-08 21:45:39 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct rtw_usb_drv {
|
|
|
|
struct usb_driver usbdrv;
|
|
|
|
int drv_registered;
|
2013-07-24 19:00:39 +00:00
|
|
|
struct mutex hw_init_mutex;
|
2013-05-08 21:45:39 +00:00
|
|
|
};
|
|
|
|
|
2013-06-03 19:52:18 +00:00
|
|
|
static struct rtw_usb_drv rtl8188e_usb_drv = {
|
2013-08-12 01:59:28 +00:00
|
|
|
.usbdrv.name = (char *)"rtl8188eu",
|
2013-05-08 21:45:39 +00:00
|
|
|
.usbdrv.probe = rtw_drv_init,
|
|
|
|
.usbdrv.disconnect = rtw_dev_remove,
|
2013-08-12 01:59:28 +00:00
|
|
|
.usbdrv.id_table = rtw_usb_id_tbl,
|
2013-05-08 21:45:39 +00:00
|
|
|
.usbdrv.suspend = rtw_suspend,
|
|
|
|
.usbdrv.resume = rtw_resume,
|
|
|
|
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 22))
|
2013-05-19 04:28:07 +00:00
|
|
|
.usbdrv.reset_resume = rtw_resume,
|
2013-05-08 21:45:39 +00:00
|
|
|
#endif
|
|
|
|
};
|
|
|
|
|
|
|
|
static struct rtw_usb_drv *usb_drv = &rtl8188e_usb_drv;
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return (epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_dir_out(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return (epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_OUT;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_xfer_int(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return (epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_xfer_bulk(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return (epd->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_BULK;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_is_bulk_in(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_in(epd);
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_is_bulk_out(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return RT_usb_endpoint_xfer_bulk(epd) && RT_usb_endpoint_dir_out(epd);
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
static inline int usb_endpoint_is_int(const struct usb_endpoint_descriptor *epd)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
return RT_usb_endpoint_xfer_int(epd) && RT_usb_endpoint_dir_in(epd);
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static inline int RT_usb_endpoint_num(const struct usb_endpoint_descriptor *epd)
|
|
|
|
{
|
|
|
|
return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
|
|
|
|
}
|
|
|
|
|
|
|
|
static u8 rtw_init_intf_priv(struct dvobj_priv *dvobj)
|
|
|
|
{
|
2013-05-19 04:28:07 +00:00
|
|
|
u8 rst = _SUCCESS;
|
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
_rtw_mutex_init(&dvobj->usb_vendor_req_mutex);
|
|
|
|
|
|
|
|
dvobj->usb_alloc_vendor_req_buf = rtw_zmalloc(MAX_USB_IO_CTL_SIZE);
|
|
|
|
if (dvobj->usb_alloc_vendor_req_buf == NULL) {
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("alloc usb_vendor_req_buf failed... /n");
|
2013-05-08 21:45:39 +00:00
|
|
|
rst = _FAIL;
|
|
|
|
goto exit;
|
|
|
|
}
|
2013-08-12 01:59:28 +00:00
|
|
|
dvobj->usb_vendor_req_buf = (u8 *)N_BYTE_ALIGMENT((size_t)(dvobj->usb_alloc_vendor_req_buf), ALIGNMENT_UNIT);
|
2013-05-08 21:45:39 +00:00
|
|
|
exit:
|
|
|
|
return rst;
|
|
|
|
}
|
|
|
|
|
|
|
|
static u8 rtw_deinit_intf_priv(struct dvobj_priv *dvobj)
|
|
|
|
{
|
2013-05-19 04:28:07 +00:00
|
|
|
u8 rst = _SUCCESS;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (dvobj->usb_vendor_req_buf)
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_mfree(dvobj->usb_alloc_vendor_req_buf, MAX_USB_IO_CTL_SIZE);
|
|
|
|
_rtw_mutex_free(&dvobj->usb_vendor_req_mutex);
|
|
|
|
return rst;
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf)
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
u8 val8;
|
|
|
|
int status = _FAIL;
|
|
|
|
struct dvobj_priv *pdvobjpriv;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_host_config *phost_conf;
|
|
|
|
struct usb_config_descriptor *pconf_desc;
|
|
|
|
struct usb_host_interface *phost_iface;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct usb_interface_descriptor *piface_desc;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_host_endpoint *phost_endp;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct usb_endpoint_descriptor *pendp_desc;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_device *pusbd;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
_func_enter_;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
pdvobjpriv = (struct dvobj_priv *)rtw_zmalloc(sizeof(*pdvobjpriv));
|
|
|
|
if (pdvobjpriv == NULL)
|
2013-05-08 21:45:39 +00:00
|
|
|
goto exit;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
pdvobjpriv->pusbintf = usb_intf;
|
|
|
|
pusbd = interface_to_usbdev(usb_intf);
|
|
|
|
pdvobjpriv->pusbdev = pusbd;
|
2013-05-08 21:45:39 +00:00
|
|
|
usb_set_intfdata(usb_intf, pdvobjpriv);
|
|
|
|
|
|
|
|
pdvobjpriv->RtNumInPipes = 0;
|
|
|
|
pdvobjpriv->RtNumOutPipes = 0;
|
|
|
|
|
|
|
|
phost_conf = pusbd->actconfig;
|
|
|
|
pconf_desc = &phost_conf->desc;
|
|
|
|
|
|
|
|
phost_iface = &usb_intf->altsetting[0];
|
|
|
|
piface_desc = &phost_iface->desc;
|
|
|
|
|
|
|
|
pdvobjpriv->NumInterfaces = pconf_desc->bNumInterfaces;
|
|
|
|
pdvobjpriv->InterfaceNumber = piface_desc->bInterfaceNumber;
|
|
|
|
pdvobjpriv->nr_endpoint = piface_desc->bNumEndpoints;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
for (i = 0; i < pdvobjpriv->nr_endpoint; i++) {
|
2013-05-08 21:45:39 +00:00
|
|
|
phost_endp = phost_iface->endpoint + i;
|
2013-08-12 01:59:28 +00:00
|
|
|
if (phost_endp) {
|
2013-05-08 21:45:39 +00:00
|
|
|
pendp_desc = &phost_endp->desc;
|
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("\nusb_endpoint_descriptor(%d):\n", i);
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("bLength=%x\n", pendp_desc->bLength);
|
|
|
|
DBG_88E("bDescriptorType=%x\n",
|
|
|
|
pendp_desc->bDescriptorType);
|
|
|
|
DBG_88E("bEndpointAddress=%x\n",
|
|
|
|
pendp_desc->bEndpointAddress);
|
|
|
|
DBG_88E("wMaxPacketSize=%d\n",
|
|
|
|
le16_to_cpu(pendp_desc->wMaxPacketSize));
|
|
|
|
DBG_88E("bInterval=%x\n", pendp_desc->bInterval);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-18 21:16:10 +00:00
|
|
|
if (RT_usb_endpoint_is_bulk_in(pendp_desc)) {
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("RT_usb_endpoint_is_bulk_in = %x\n",
|
|
|
|
RT_usb_endpoint_num(pendp_desc));
|
2013-05-08 21:45:39 +00:00
|
|
|
pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc);
|
|
|
|
pdvobjpriv->RtNumInPipes++;
|
2013-08-12 01:59:28 +00:00
|
|
|
} else if (usb_endpoint_is_int(pendp_desc)) {
|
|
|
|
DBG_88E("usb_endpoint_is_int = %x, Interval = %x\n",
|
|
|
|
RT_usb_endpoint_num(pendp_desc),
|
|
|
|
pendp_desc->bInterval);
|
2013-05-08 21:45:39 +00:00
|
|
|
pdvobjpriv->RtInPipe[pdvobjpriv->RtNumInPipes] = RT_usb_endpoint_num(pendp_desc);
|
|
|
|
pdvobjpriv->RtNumInPipes++;
|
2013-08-12 01:59:28 +00:00
|
|
|
} else if (RT_usb_endpoint_is_bulk_out(pendp_desc)) {
|
|
|
|
DBG_88E("RT_usb_endpoint_is_bulk_out = %x\n",
|
|
|
|
RT_usb_endpoint_num(pendp_desc));
|
2013-05-08 21:45:39 +00:00
|
|
|
pdvobjpriv->RtOutPipe[pdvobjpriv->RtNumOutPipes] = RT_usb_endpoint_num(pendp_desc);
|
|
|
|
pdvobjpriv->RtNumOutPipes++;
|
|
|
|
}
|
|
|
|
pdvobjpriv->ep_num[i] = RT_usb_endpoint_num(pendp_desc);
|
|
|
|
}
|
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("nr_endpoint=%d, in_num=%d, out_num=%d\n\n",
|
|
|
|
pdvobjpriv->nr_endpoint, pdvobjpriv->RtNumInPipes,
|
|
|
|
pdvobjpriv->RtNumOutPipes);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
if (pusbd->speed == USB_SPEED_HIGH) {
|
2013-05-26 03:02:10 +00:00
|
|
|
pdvobjpriv->ishighspeed = true;
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("USB_SPEED_HIGH\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
} else {
|
2013-05-26 03:02:10 +00:00
|
|
|
pdvobjpriv->ishighspeed = false;
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("NON USB_SPEED_HIGH\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
if (rtw_init_intf_priv(pdvobjpriv) == _FAIL) {
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_os_intfs_c_, _drv_err_,
|
|
|
|
("\n Can't INIT rtw_init_intf_priv\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
goto free_dvobj;
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* 3 misc */
|
2013-05-19 04:28:07 +00:00
|
|
|
_rtw_init_sema(&(pdvobjpriv->usb_suspend_sema), 0);
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_reset_continual_urb_error(pdvobjpriv);
|
|
|
|
|
|
|
|
usb_get_dev(pusbd);
|
|
|
|
|
|
|
|
status = _SUCCESS;
|
|
|
|
|
|
|
|
free_dvobj:
|
|
|
|
if (status != _SUCCESS && pdvobjpriv) {
|
|
|
|
usb_set_intfdata(usb_intf, NULL);
|
2013-08-12 01:59:28 +00:00
|
|
|
rtw_mfree((u8 *)pdvobjpriv, sizeof(*pdvobjpriv));
|
2013-05-08 21:45:39 +00:00
|
|
|
pdvobjpriv = NULL;
|
|
|
|
}
|
|
|
|
exit:
|
|
|
|
_func_exit_;
|
|
|
|
return pdvobjpriv;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void usb_dvobj_deinit(struct usb_interface *usb_intf)
|
|
|
|
{
|
|
|
|
struct dvobj_priv *dvobj = usb_get_intfdata(usb_intf);
|
|
|
|
|
|
|
|
_func_enter_;
|
|
|
|
|
|
|
|
usb_set_intfdata(usb_intf, NULL);
|
|
|
|
if (dvobj) {
|
2013-08-12 01:59:28 +00:00
|
|
|
/* Modify condition for 92DU DMDP 2010.11.18, by Thomas */
|
|
|
|
if ((dvobj->NumInterfaces != 2 &&
|
|
|
|
dvobj->NumInterfaces != 3) ||
|
|
|
|
(dvobj->InterfaceNumber == 1)) {
|
|
|
|
if (interface_to_usbdev(usb_intf)->state !=
|
|
|
|
USB_STATE_NOTATTACHED) {
|
|
|
|
/* If we didn't unplug usb dongle and
|
|
|
|
* remove/insert module, driver fails
|
|
|
|
* on sitesurvey for the first time when
|
|
|
|
* device is up . Reset usb port for sitesurvey
|
|
|
|
* fail issue. */
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("usb attached..., try to reset usb device\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
usb_reset_device(interface_to_usbdev(usb_intf));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rtw_deinit_intf_priv(dvobj);
|
2013-08-12 01:59:28 +00:00
|
|
|
rtw_mfree((u8 *)dvobj, sizeof(*dvobj));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
usb_put_dev(interface_to_usbdev(usb_intf));
|
|
|
|
|
|
|
|
_func_exit_;
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
static void chip_by_usb_id(struct adapter *padapter,
|
|
|
|
const struct usb_device_id *pdid)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
|
|
|
padapter->chip_type = NULL_CHIP_TYPE;
|
|
|
|
hal_set_hw_type(padapter);
|
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
static void usb_intf_start(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+usb_intf_start\n"));
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_hal_inirp_init(padapter);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-usb_intf_start\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
static void usb_intf_stop(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+usb_intf_stop\n"));
|
|
|
|
|
|
|
|
/* disabel_hw_interrupt */
|
|
|
|
if (!padapter->bSurpriseRemoved) {
|
|
|
|
/* device still exists, so driver can do i/o operation */
|
|
|
|
/* TODO: */
|
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_,
|
|
|
|
("SurpriseRemoved == false\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* cancel in irp */
|
2013-05-19 04:28:07 +00:00
|
|
|
rtw_hal_inirp_deinit(padapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* cancel out irp */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_write_port_cancel(padapter);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* todo:cancel other irps */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-usb_intf_stop\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
static void rtw_dev_unload(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
struct net_device *pnetdev = (struct net_device *)padapter->pnetdev;
|
2013-05-08 21:45:39 +00:00
|
|
|
u8 val8;
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_dev_unload\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (padapter->bup) {
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("===> rtw_dev_unload\n");
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->bDriverStopped = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
if (padapter->xmitpriv.ack_tx)
|
|
|
|
rtw_ack_tx_done(&padapter->xmitpriv, RTW_SCTX_DONE_DRV_STOP);
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s3. */
|
2013-05-09 04:04:25 +00:00
|
|
|
if (padapter->intf_stop)
|
2013-05-08 21:45:39 +00:00
|
|
|
padapter->intf_stop(padapter);
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s4. */
|
|
|
|
if (!padapter->pwrctrlpriv.bInternalAutoSuspend)
|
|
|
|
rtw_stop_drv_threads(padapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s5. */
|
|
|
|
if (!padapter->bSurpriseRemoved) {
|
2013-05-08 21:45:39 +00:00
|
|
|
#ifdef CONFIG_WOWLAN
|
2013-08-12 01:59:28 +00:00
|
|
|
if ((padapter->pwrctrlpriv.bSupportRemoteWakeup) &&
|
|
|
|
(padapter->pwrctrlpriv.wowlan_mode))
|
|
|
|
DBG_88E("%s bSupportWakeOnWlan == true do not run rtw_hal_deinit()\n",
|
|
|
|
__func__);
|
2013-05-08 21:45:39 +00:00
|
|
|
else
|
2013-08-12 01:59:28 +00:00
|
|
|
#endif /* CONFIG_WOWLAN */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_hal_deinit(padapter);
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->bSurpriseRemoved = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->bup = false;
|
2013-05-08 21:45:39 +00:00
|
|
|
#ifdef CONFIG_WOWLAN
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->hw_init_completed = false;
|
|
|
|
#endif /* CONFIG_WOWLAN */
|
|
|
|
} else {
|
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_,
|
|
|
|
("r871x_dev_unload():padapter->bup == false\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("<=== rtw_dev_unload\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-rtw_dev_unload\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void process_spec_devid(const struct usb_device_id *pdid)
|
|
|
|
{
|
|
|
|
u16 vid, pid;
|
|
|
|
u32 flags;
|
|
|
|
int i;
|
2013-08-12 01:59:28 +00:00
|
|
|
int num = sizeof(specific_device_id_tbl) /
|
|
|
|
sizeof(struct specific_device_id);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
for (i = 0; i < num; i++) {
|
2013-05-08 21:45:39 +00:00
|
|
|
vid = specific_device_id_tbl[i].idVendor;
|
|
|
|
pid = specific_device_id_tbl[i].idProduct;
|
|
|
|
flags = specific_device_id_tbl[i].flags;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if ((pdid->idVendor == vid) && (pdid->idProduct == pid) &&
|
|
|
|
(flags&SPEC_DEV_ID_DISABLE_HT)) {
|
|
|
|
rtw_ht_enable = 0;
|
|
|
|
rtw_cbw40_enable = 0;
|
|
|
|
rtw_ampdu_enable = 0;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
int rtw_hw_suspend(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
|
|
|
struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
|
2013-05-19 04:28:07 +00:00
|
|
|
struct usb_interface *pusb_intf = adapter_to_dvobj(padapter)->pusbintf;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct net_device *pnetdev = padapter->pnetdev;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_enter_;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if ((!padapter->bup) || (padapter->bDriverStopped) ||
|
|
|
|
(padapter->bSurpriseRemoved)) {
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("padapter->bup=%d bDriverStopped=%d bSurpriseRemoved = %d\n",
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->bup, padapter->bDriverStopped,
|
|
|
|
padapter->bSurpriseRemoved);
|
2013-05-08 21:45:39 +00:00
|
|
|
goto error_exit;
|
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (padapter) { /* system suspend */
|
2013-05-08 21:45:39 +00:00
|
|
|
LeaveAllPowerSaveMode(padapter);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("==> rtw_hw_suspend\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
_enter_pwrlock(&pwrpriv->lock);
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bips_processing = true;
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s1. */
|
|
|
|
if (pnetdev) {
|
2013-05-08 21:45:39 +00:00
|
|
|
netif_carrier_off(pnetdev);
|
|
|
|
rtw_netif_stop_queue(pnetdev);
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2. */
|
2013-05-26 03:02:10 +00:00
|
|
|
rtw_disassoc_cmd(padapter, 500, false);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-2. indicate disconnect to os */
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
2013-05-19 04:28:07 +00:00
|
|
|
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (check_fwstate(pmlmepriv, _FW_LINKED)) {
|
2013-05-08 21:45:39 +00:00
|
|
|
_clr_fwstate_(pmlmepriv, _FW_LINKED);
|
|
|
|
|
|
|
|
rtw_led_control(padapter, LED_CTL_NO_LINK);
|
|
|
|
|
|
|
|
rtw_os_indicate_disconnect(padapter);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* donnot enqueue cmd */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_lps_ctrl_wk_cmd(padapter, LPS_CTRL_DISCONNECT, 0);
|
|
|
|
}
|
|
|
|
}
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-3. */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_free_assoc_resources(padapter, 1);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-4. */
|
|
|
|
rtw_free_network_queue(padapter, true);
|
2013-05-19 04:28:07 +00:00
|
|
|
rtw_ips_dev_unload(padapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
pwrpriv->rf_pwrstate = rf_off;
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bips_processing = false;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
_exit_pwrlock(&pwrpriv->lock);
|
2013-08-12 01:59:28 +00:00
|
|
|
} else {
|
2013-05-08 21:45:39 +00:00
|
|
|
goto error_exit;
|
2013-08-12 01:59:28 +00:00
|
|
|
}
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_exit_;
|
|
|
|
return 0;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
error_exit:
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("%s, failed\n", __func__);
|
|
|
|
return -1;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
int rtw_hw_resume(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
|
|
|
struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
|
|
|
|
struct usb_interface *pusb_intf = adapter_to_dvobj(padapter)->pusbintf;
|
|
|
|
struct net_device *pnetdev = padapter->pnetdev;
|
|
|
|
|
|
|
|
_func_enter_;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (padapter) { /* system resume */
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("==> rtw_hw_resume\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
_enter_pwrlock(&pwrpriv->lock);
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bips_processing = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_reset_drv_sw(padapter);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (pm_netdev_open(pnetdev, false) != 0) {
|
2013-05-08 21:45:39 +00:00
|
|
|
_exit_pwrlock(&pwrpriv->lock);
|
|
|
|
goto error_exit;
|
|
|
|
}
|
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
netif_device_attach(pnetdev);
|
2013-05-08 21:45:39 +00:00
|
|
|
netif_carrier_on(pnetdev);
|
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (!netif_queue_stopped(pnetdev))
|
2013-05-19 04:28:07 +00:00
|
|
|
netif_start_queue(pnetdev);
|
2013-05-08 21:45:39 +00:00
|
|
|
else
|
|
|
|
netif_wake_queue(pnetdev);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bkeepfwalive = false;
|
|
|
|
pwrpriv->brfoffbyhw = false;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
pwrpriv->rf_pwrstate = rf_on;
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bips_processing = false;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
_exit_pwrlock(&pwrpriv->lock);
|
2013-08-12 01:59:28 +00:00
|
|
|
} else {
|
2013-05-19 04:28:07 +00:00
|
|
|
goto error_exit;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
_func_exit_;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
return 0;
|
|
|
|
error_exit:
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("%s, Open net dev failed\n", __func__);
|
|
|
|
return -1;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static int rtw_suspend(struct usb_interface *pusb_intf, pm_message_t message)
|
|
|
|
{
|
|
|
|
struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
|
2013-07-27 01:08:39 +00:00
|
|
|
struct adapter *padapter = dvobj->if1;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct net_device *pnetdev = padapter->pnetdev;
|
|
|
|
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
|
|
|
struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
|
|
|
|
struct usb_device *usb_dev = interface_to_usbdev(pusb_intf);
|
|
|
|
#ifdef CONFIG_WOWLAN
|
|
|
|
struct wowlan_ioctl_param poidparam;
|
2013-08-12 01:59:28 +00:00
|
|
|
#endif /* CONFIG_WOWLAN */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
int ret = 0;
|
|
|
|
u32 start_time = rtw_get_current_time();
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_enter_;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("==> %s (%s:%d)\n", __func__, current->comm, current->pid);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_WOWLAN
|
|
|
|
if (check_fwstate(pmlmepriv, _FW_LINKED))
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->pwrctrlpriv.wowlan_mode = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
else
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->pwrctrlpriv.wowlan_mode = false;
|
2013-05-08 21:45:39 +00:00
|
|
|
#endif
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if ((!padapter->bup) || (padapter->bDriverStopped) ||
|
|
|
|
(padapter->bSurpriseRemoved)) {
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("padapter->bup=%d bDriverStopped=%d bSurpriseRemoved = %d\n",
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->bup, padapter->bDriverStopped,
|
|
|
|
padapter->bSurpriseRemoved);
|
2013-05-08 21:45:39 +00:00
|
|
|
goto exit;
|
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bInSuspend = true;
|
2013-05-19 04:28:07 +00:00
|
|
|
rtw_cancel_all_timer(padapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
LeaveAllPowerSaveMode(padapter);
|
|
|
|
|
|
|
|
_enter_pwrlock(&pwrpriv->lock);
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s1. */
|
|
|
|
if (pnetdev) {
|
2013-05-08 21:45:39 +00:00
|
|
|
netif_carrier_off(pnetdev);
|
|
|
|
rtw_netif_stop_queue(pnetdev);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_WOWLAN
|
2013-08-12 01:59:28 +00:00
|
|
|
if (padapter->pwrctrlpriv.bSupportRemoteWakeup &&
|
|
|
|
padapter->pwrctrlpriv.wowlan_mode) {
|
|
|
|
/* set H2C command */
|
|
|
|
poidparam.subcode = WOWLAN_ENABLE;
|
|
|
|
padapter->HalFunc.SetHwRegHandler(padapter, HW_VAR_WOWLAN,
|
|
|
|
(u8 *)&poidparam);
|
|
|
|
} else
|
2013-05-08 21:45:39 +00:00
|
|
|
#else
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2. */
|
2013-05-26 03:02:10 +00:00
|
|
|
rtw_disassoc_cmd(padapter, 0, false);
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
2013-08-12 01:59:28 +00:00
|
|
|
#endif /* CONFIG_WOWLAN */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (check_fwstate(pmlmepriv, WIFI_STATION_STATE) &&
|
|
|
|
check_fwstate(pmlmepriv, _FW_LINKED)) {
|
|
|
|
DBG_88E("%s:%d %s(%pM), length:%d assoc_ssid.length:%d\n",
|
|
|
|
__func__, __LINE__,
|
2013-05-30 20:51:53 +00:00
|
|
|
pmlmepriv->cur_network.network.Ssid.Ssid,
|
|
|
|
pmlmepriv->cur_network.network.MacAddress,
|
|
|
|
pmlmepriv->cur_network.network.Ssid.SsidLength,
|
|
|
|
pmlmepriv->assoc_ssid.SsidLength);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
pmlmepriv->to_roaming = 1;
|
|
|
|
}
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-2. indicate disconnect to os */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_indicate_disconnect(padapter);
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-3. */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_free_assoc_resources(padapter, 1);
|
2013-08-12 01:59:28 +00:00
|
|
|
/* s2-4. */
|
2013-05-26 03:02:10 +00:00
|
|
|
rtw_free_network_queue(padapter, true);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
rtw_dev_unload(padapter);
|
|
|
|
_exit_pwrlock(&pwrpriv->lock);
|
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY))
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_indicate_scan_done(padapter, 1);
|
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (check_fwstate(pmlmepriv, _FW_UNDER_LINKING))
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_indicate_disconnect(padapter);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
exit:
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("<=== %s return %d.............. in %dms\n", __func__
|
2013-05-08 21:45:39 +00:00
|
|
|
, ret, rtw_get_passing_time_ms(start_time));
|
|
|
|
|
|
|
|
_func_exit_;
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int rtw_resume(struct usb_interface *pusb_intf)
|
|
|
|
{
|
|
|
|
struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
|
2013-07-27 01:08:39 +00:00
|
|
|
struct adapter *padapter = dvobj->if1;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct net_device *pnetdev = padapter->pnetdev;
|
|
|
|
struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
|
|
|
|
int ret = 0;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-07-20 19:19:58 +00:00
|
|
|
if (pwrpriv->bInternalAutoSuspend)
|
2013-05-19 04:28:07 +00:00
|
|
|
ret = rtw_resume_process(padapter);
|
2013-07-20 19:19:58 +00:00
|
|
|
else
|
2013-05-08 21:45:39 +00:00
|
|
|
ret = rtw_resume_process(padapter);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
int rtw_resume_process(struct adapter *padapter)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
|
|
|
struct net_device *pnetdev;
|
|
|
|
struct pwrctrl_priv *pwrpriv;
|
|
|
|
int ret = -1;
|
|
|
|
u32 start_time = rtw_get_current_time();
|
|
|
|
#ifdef CONFIG_BT_COEXIST
|
|
|
|
u8 pm_cnt;
|
2013-08-12 01:59:28 +00:00
|
|
|
#endif /* ifdef CONFIG_BT_COEXIST */
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_enter_;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("==> %s (%s:%d)\n", __func__, current->comm, current->pid);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (padapter) {
|
2013-08-12 01:59:28 +00:00
|
|
|
pnetdev = padapter->pnetdev;
|
2013-05-08 21:45:39 +00:00
|
|
|
pwrpriv = &padapter->pwrctrlpriv;
|
|
|
|
} else {
|
|
|
|
goto exit;
|
|
|
|
}
|
|
|
|
|
|
|
|
_enter_pwrlock(&pwrpriv->lock);
|
|
|
|
rtw_reset_drv_sw(padapter);
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bkeepfwalive = false;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("bkeepfwalive(%x)\n", pwrpriv->bkeepfwalive);
|
|
|
|
if (pm_netdev_open(pnetdev, true) != 0)
|
2013-05-08 21:45:39 +00:00
|
|
|
goto exit;
|
|
|
|
|
2013-05-19 04:28:07 +00:00
|
|
|
netif_device_attach(pnetdev);
|
2013-05-08 21:45:39 +00:00
|
|
|
netif_carrier_on(pnetdev);
|
|
|
|
|
|
|
|
_exit_pwrlock(&pwrpriv->lock);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (padapter->pid[1] != 0) {
|
|
|
|
DBG_88E("pid[1]:%d\n", padapter->pid[1]);
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_signal_process(padapter->pid[1], SIGUSR2);
|
2013-05-19 04:28:07 +00:00
|
|
|
}
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
rtw_roaming(padapter, NULL);
|
|
|
|
|
|
|
|
ret = 0;
|
|
|
|
exit:
|
2013-05-26 03:02:10 +00:00
|
|
|
pwrpriv->bInSuspend = false;
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("<=== %s return %d.............. in %dms\n", __func__
|
2013-05-08 21:45:39 +00:00
|
|
|
, ret, rtw_get_passing_time_ms(start_time));
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_exit_;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* drv_init() - a device potentially for us
|
|
|
|
*
|
2013-08-12 01:59:28 +00:00
|
|
|
* notes: drv_init() is called when the bus driver has located
|
|
|
|
* a card for us to support.
|
2013-05-08 21:45:39 +00:00
|
|
|
* We accept the new device by returning 0.
|
2013-08-12 01:59:28 +00:00
|
|
|
*/
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
static struct adapter *rtw_sw_export;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
static struct adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj,
|
2013-05-08 21:45:39 +00:00
|
|
|
struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
|
|
|
|
{
|
2013-07-27 01:08:39 +00:00
|
|
|
struct adapter *padapter = NULL;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct net_device *pnetdev = NULL;
|
|
|
|
int status = _FAIL;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter = (struct adapter *)rtw_zvmalloc(sizeof(*padapter));
|
|
|
|
if (padapter == NULL)
|
2013-05-08 21:45:39 +00:00
|
|
|
goto exit;
|
|
|
|
padapter->dvobj = dvobj;
|
|
|
|
dvobj->if1 = padapter;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->bDriverStopped = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
padapter->hw_init_mutex = &usb_drv->hw_init_mutex;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step 1-1., decide the chip_type via vid/pid */
|
2013-05-08 21:45:39 +00:00
|
|
|
padapter->interface_type = RTW_USB;
|
2013-08-12 01:59:28 +00:00
|
|
|
chip_by_usb_id(padapter, pdid);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
if (rtw_handle_dualmac(padapter, 1) != _SUCCESS)
|
|
|
|
goto free_adapter;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
pnetdev = rtw_init_netdev(padapter);
|
|
|
|
if (pnetdev == NULL)
|
2013-05-08 21:45:39 +00:00
|
|
|
goto handle_dualmac;
|
|
|
|
SET_NETDEV_DEV(pnetdev, dvobj_to_dev(dvobj));
|
|
|
|
padapter = rtw_netdev_priv(pnetdev);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step 2. hook HalFunc, allocate HalData */
|
2013-05-08 21:45:39 +00:00
|
|
|
hal_set_hal_ops(padapter);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->intf_start = &usb_intf_start;
|
|
|
|
padapter->intf_stop = &usb_intf_stop;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step init_io_priv */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_init_io_priv(padapter, usb_set_intf_ops);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step read_chip_version */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_hal_read_chip_version(padapter);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step usb endpoint mapping */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_hal_chip_configure(padapter);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step read efuse/eeprom data and get mac_addr */
|
2013-05-19 04:28:07 +00:00
|
|
|
rtw_hal_read_chip_info(padapter);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step 5. */
|
|
|
|
if (rtw_init_drv_sw(padapter) == _FAIL) {
|
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_,
|
|
|
|
("Initialize driver software resource Failed!\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
goto free_hal_data;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_PM
|
2013-08-12 01:59:28 +00:00
|
|
|
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 18))
|
|
|
|
if (padapter->pwrctrlpriv.bSupportRemoteWakeup) {
|
|
|
|
dvobj->pusbdev->do_remote_wakeup = 1;
|
2013-05-19 04:28:07 +00:00
|
|
|
pusb_intf->needs_remote_wakeup = 1;
|
2013-05-08 21:45:39 +00:00
|
|
|
device_init_wakeup(&pusb_intf->dev, 1);
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("\n padapter->pwrctrlpriv.bSupportRemoteWakeup~~~~~~\n");
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("\n padapter->pwrctrlpriv.bSupportRemoteWakeup~~~[%d]~~~\n", device_may_wakeup(&pusb_intf->dev));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* 2012-07-11 Move here to prevent the 8723AS-VAU BT auto
|
|
|
|
* suspend influence */
|
|
|
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33))
|
|
|
|
if (usb_autopm_get_interface(pusb_intf) < 0)
|
|
|
|
DBG_88E("can't get autopm:\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
#endif
|
|
|
|
#ifdef CONFIG_BT_COEXIST
|
2013-08-12 01:59:28 +00:00
|
|
|
padapter->pwrctrlpriv.autopm_cnt = 1;
|
2013-05-08 21:45:39 +00:00
|
|
|
#endif
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* alloc dev name after read efuse. */
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_init_netdev_name(pnetdev, padapter->registrypriv.ifname);
|
|
|
|
rtw_macaddr_cfg(padapter->eeprompriv.mac_addr);
|
2013-08-12 01:59:28 +00:00
|
|
|
rtw_init_wifidirect_addrs(padapter, padapter->eeprompriv.mac_addr,
|
|
|
|
padapter->eeprompriv.mac_addr);
|
2013-05-08 21:45:39 +00:00
|
|
|
_rtw_memcpy(pnetdev->dev_addr, padapter->eeprompriv.mac_addr, ETH_ALEN);
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("MAC Address from pnetdev->dev_addr = %pM\n",
|
|
|
|
pnetdev->dev_addr);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step 6. Tell the network stack we exist */
|
2013-05-08 21:45:39 +00:00
|
|
|
if (register_netdev(pnetdev) != 0) {
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("register_netdev() failed\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
goto free_hal_data;
|
|
|
|
}
|
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("bDriverStopped:%d, bSurpriseRemoved:%d, bup:%d, hw_init_completed:%d\n"
|
2013-05-08 21:45:39 +00:00
|
|
|
, padapter->bDriverStopped
|
|
|
|
, padapter->bSurpriseRemoved
|
|
|
|
, padapter->bup
|
|
|
|
, padapter->hw_init_completed
|
|
|
|
);
|
|
|
|
|
|
|
|
status = _SUCCESS;
|
|
|
|
|
|
|
|
free_hal_data:
|
2013-05-09 04:04:25 +00:00
|
|
|
if (status != _SUCCESS && padapter->HalData)
|
2013-06-03 19:52:18 +00:00
|
|
|
kfree(padapter->HalData);
|
2013-05-08 21:45:39 +00:00
|
|
|
free_wdev:
|
|
|
|
handle_dualmac:
|
|
|
|
if (status != _SUCCESS)
|
|
|
|
rtw_handle_dualmac(padapter, 0);
|
|
|
|
free_adapter:
|
|
|
|
if (status != _SUCCESS) {
|
|
|
|
if (pnetdev)
|
|
|
|
rtw_free_netdev(pnetdev);
|
|
|
|
else if (padapter)
|
2013-08-12 01:59:28 +00:00
|
|
|
rtw_vmfree((u8 *)padapter, sizeof(*padapter));
|
2013-05-08 21:45:39 +00:00
|
|
|
padapter = NULL;
|
|
|
|
}
|
|
|
|
exit:
|
|
|
|
return padapter;
|
|
|
|
}
|
|
|
|
|
2013-07-27 01:08:39 +00:00
|
|
|
static void rtw_usb_if1_deinit(struct adapter *if1)
|
2013-05-08 21:45:39 +00:00
|
|
|
{
|
|
|
|
struct net_device *pnetdev = if1->pnetdev;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct mlme_priv *pmlmepriv = &if1->mlmepriv;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (check_fwstate(pmlmepriv, _FW_LINKED))
|
2013-05-26 03:02:10 +00:00
|
|
|
rtw_disassoc_cmd(if1, 0, false);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_AP_MODE
|
|
|
|
free_mlme_ap_info(if1);
|
|
|
|
#endif
|
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (if1->DriverState != DRIVER_DISAPPEAR) {
|
|
|
|
if (pnetdev) {
|
2013-08-12 01:59:28 +00:00
|
|
|
/* will call netdev_close() */
|
|
|
|
unregister_netdev(pnetdev);
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_proc_remove_one(pnetdev);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
rtw_cancel_all_timer(if1);
|
|
|
|
|
|
|
|
#ifdef CONFIG_WOWLAN
|
2013-08-12 01:59:28 +00:00
|
|
|
if1->pwrctrlpriv.wowlan_mode = false;
|
|
|
|
#endif /* CONFIG_WOWLAN */
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
rtw_dev_unload(if1);
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("+r871xu_dev_remove, hw_init_completed=%d\n",
|
|
|
|
if1->hw_init_completed);
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_handle_dualmac(if1, 0);
|
|
|
|
|
|
|
|
#ifdef CONFIG_BT_COEXIST
|
2013-08-12 01:59:28 +00:00
|
|
|
if (1 == if1->pwrctrlpriv.autopm_cnt) {
|
|
|
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33))
|
2013-05-19 04:28:07 +00:00
|
|
|
usb_autopm_put_interface(adapter_to_dvobj(if1)->pusbintf);
|
2013-08-12 01:59:28 +00:00
|
|
|
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20))
|
2013-05-08 21:45:39 +00:00
|
|
|
usb_autopm_enable(adapter_to_dvobj(if1)->pusbintf);
|
|
|
|
#else
|
|
|
|
usb_autosuspend_device(adapter_to_dvobj(if1)->pusbdev, 1);
|
|
|
|
#endif
|
2013-08-12 01:59:28 +00:00
|
|
|
if1->pwrctrlpriv.autopm_cnt--;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
rtw_free_drv_sw(if1);
|
|
|
|
|
2013-05-09 04:04:25 +00:00
|
|
|
if (pnetdev)
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_free_netdev(pnetdev);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void dump_usb_interface(struct usb_interface *usb_intf)
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
u8 val8;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_device *udev = interface_to_usbdev(usb_intf);
|
2013-05-19 04:28:07 +00:00
|
|
|
struct usb_device_descriptor *dev_desc = &udev->descriptor;
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_host_config *act_conf = udev->actconfig;
|
|
|
|
struct usb_config_descriptor *act_conf_desc = &act_conf->desc;
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_host_interface *host_iface;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct usb_interface_descriptor *iface_desc;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct usb_host_endpoint *host_endp;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct usb_endpoint_descriptor *endp_desc;
|
|
|
|
|
2013-07-27 02:37:57 +00:00
|
|
|
/* The usb device this usb interface belongs to */
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("usb_interface:%p, usb_device:%p(num:%d, path:%s), usb_device_descriptor:%p\n",
|
|
|
|
usb_intf, udev, udev->devnum, udev->devpath, dev_desc);
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("bLength:%u\n", dev_desc->bLength);
|
|
|
|
DBG_88E("bDescriptorType:0x%02x\n", dev_desc->bDescriptorType);
|
|
|
|
DBG_88E("bcdUSB:0x%04x\n", le16_to_cpu(dev_desc->bcdUSB));
|
|
|
|
DBG_88E("bDeviceClass:0x%02x\n", dev_desc->bDeviceClass);
|
|
|
|
DBG_88E("bDeviceSubClass:0x%02x\n", dev_desc->bDeviceSubClass);
|
|
|
|
DBG_88E("bDeviceProtocol:0x%02x\n", dev_desc->bDeviceProtocol);
|
|
|
|
DBG_88E("bMaxPacketSize0:%u\n", dev_desc->bMaxPacketSize0);
|
|
|
|
DBG_88E("idVendor:0x%04x\n", le16_to_cpu(dev_desc->idVendor));
|
|
|
|
DBG_88E("idProduct:0x%04x\n", le16_to_cpu(dev_desc->idProduct));
|
|
|
|
DBG_88E("bcdDevice:0x%04x\n", le16_to_cpu(dev_desc->bcdDevice));
|
|
|
|
DBG_88E("iManufacturer:0x02%x\n", dev_desc->iManufacturer);
|
|
|
|
DBG_88E("iProduct:0x%02x\n", dev_desc->iProduct);
|
|
|
|
DBG_88E("iSerialNumber:0x%02x\n", dev_desc->iSerialNumber);
|
|
|
|
DBG_88E("bNumConfigurations:%u\n", dev_desc->bNumConfigurations);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-07-27 02:37:57 +00:00
|
|
|
/* The acting usb_config_descriptor */
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("\nact_conf_desc:%p\n", act_conf_desc);
|
|
|
|
DBG_88E("bLength:%u\n", act_conf_desc->bLength);
|
|
|
|
DBG_88E("bDescriptorType:0x%02x\n", act_conf_desc->bDescriptorType);
|
|
|
|
DBG_88E("wTotalLength:%u\n", le16_to_cpu(act_conf_desc->wTotalLength));
|
|
|
|
DBG_88E("bNumInterfaces:%u\n", act_conf_desc->bNumInterfaces);
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("bConfigurationValue:0x%02x\n",
|
|
|
|
act_conf_desc->bConfigurationValue);
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("iConfiguration:0x%02x\n", act_conf_desc->iConfiguration);
|
|
|
|
DBG_88E("bmAttributes:0x%02x\n", act_conf_desc->bmAttributes);
|
|
|
|
DBG_88E("bMaxPower=%u\n", act_conf_desc->bMaxPower);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("****** num of altsetting = (%d) ******/\n",
|
|
|
|
usb_intf->num_altsetting);
|
|
|
|
/* Get he host side alternate settingi
|
|
|
|
* (the current alternate setting) for this interface*/
|
2013-05-08 21:45:39 +00:00
|
|
|
host_iface = usb_intf->cur_altsetting;
|
|
|
|
iface_desc = &host_iface->desc;
|
|
|
|
|
2013-07-27 02:37:57 +00:00
|
|
|
/* The current alternate setting*/
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("\nusb_interface_descriptor:%p:\n", iface_desc);
|
|
|
|
DBG_88E("bLength:%u\n", iface_desc->bLength);
|
|
|
|
DBG_88E("bDescriptorType:0x%02x\n", iface_desc->bDescriptorType);
|
|
|
|
DBG_88E("bInterfaceNumber:0x%02x\n", iface_desc->bInterfaceNumber);
|
|
|
|
DBG_88E("bAlternateSetting=%x\n", iface_desc->bAlternateSetting);
|
|
|
|
DBG_88E("bNumEndpoints=%x\n", iface_desc->bNumEndpoints);
|
|
|
|
DBG_88E("bInterfaceClass=%x\n", iface_desc->bInterfaceClass);
|
|
|
|
DBG_88E("bInterfaceSubClass=%x\n", iface_desc->bInterfaceSubClass);
|
|
|
|
DBG_88E("bInterfaceProtocol=%x\n", iface_desc->bInterfaceProtocol);
|
|
|
|
DBG_88E("iInterface=%x\n", iface_desc->iInterface);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
for (i = 0; i < iface_desc->bNumEndpoints; i++) {
|
2013-05-08 21:45:39 +00:00
|
|
|
host_endp = host_iface->endpoint + i;
|
2013-08-12 01:59:28 +00:00
|
|
|
if (host_endp) {
|
2013-05-08 21:45:39 +00:00
|
|
|
endp_desc = &host_endp->desc;
|
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("\nusb_endpoint_descriptor(%d):\n", i);
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("bLength=%x\n", endp_desc->bLength);
|
|
|
|
DBG_88E("bDescriptorType=%x\n",
|
|
|
|
endp_desc->bDescriptorType);
|
|
|
|
DBG_88E("bEndpointAddress=%x\n",
|
|
|
|
endp_desc->bEndpointAddress);
|
|
|
|
DBG_88E("bmAttributes=%x\n",
|
|
|
|
endp_desc->bmAttributes);
|
|
|
|
DBG_88E("wMaxPacketSize=%x\n",
|
|
|
|
endp_desc->wMaxPacketSize);
|
|
|
|
DBG_88E("wMaxPacketSize=%x\n",
|
|
|
|
le16_to_cpu(endp_desc->wMaxPacketSize));
|
|
|
|
DBG_88E("bInterval=%x\n", endp_desc->bInterval);
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
if (RT_usb_endpoint_is_bulk_in(endp_desc))
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("RT_usb_endpoint_is_bulk_in = %x\n",
|
|
|
|
RT_usb_endpoint_num(endp_desc));
|
|
|
|
else if (usb_endpoint_is_int(endp_desc))
|
|
|
|
DBG_88E("usb_endpoint_is_int = %x, Interval = %x\n",
|
|
|
|
RT_usb_endpoint_num(endp_desc),
|
|
|
|
endp_desc->bInterval);
|
2013-05-08 21:45:39 +00:00
|
|
|
else if (RT_usb_endpoint_is_bulk_out(endp_desc))
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("RT_usb_endpoint_is_bulk_out = %x\n",
|
|
|
|
RT_usb_endpoint_num(endp_desc));
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
}
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
if (udev->speed == USB_SPEED_HIGH)
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("USB_SPEED_HIGH\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
else
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("NON USB_SPEED_HIGH\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
|
|
|
|
{
|
|
|
|
int i;
|
2013-07-27 01:08:39 +00:00
|
|
|
struct adapter *if1 = NULL, *if2 = NULL;
|
2013-05-08 21:45:39 +00:00
|
|
|
int status;
|
|
|
|
struct dvobj_priv *dvobj;
|
|
|
|
|
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_init\n"));
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
/* step 0. */
|
2013-05-08 21:45:39 +00:00
|
|
|
process_spec_devid(pdid);
|
|
|
|
|
|
|
|
/* Initialize dvobj_priv */
|
2013-08-12 01:59:28 +00:00
|
|
|
dvobj = usb_dvobj_init(pusb_intf);
|
|
|
|
if (dvobj == NULL) {
|
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_,
|
|
|
|
("initialize device object priv Failed!\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
goto exit;
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid);
|
|
|
|
if (if1 == NULL) {
|
2013-07-27 01:08:39 +00:00
|
|
|
DBG_88E("rtw_init_primarystruct adapter Failed!\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
goto free_dvobj;
|
|
|
|
}
|
|
|
|
|
2013-07-18 15:12:28 +00:00
|
|
|
if (ui_pid[1] != 0) {
|
2013-08-12 01:59:28 +00:00
|
|
|
DBG_88E("ui_pid[1]:%d\n", ui_pid[1]);
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_signal_process(ui_pid[1], SIGUSR2);
|
|
|
|
}
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-871x_drv - drv_init, success!\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
status = _SUCCESS;
|
|
|
|
|
|
|
|
free_if1:
|
2013-08-12 01:59:28 +00:00
|
|
|
if (status != _SUCCESS && if1)
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_usb_if1_deinit(if1);
|
|
|
|
free_dvobj:
|
|
|
|
if (status != _SUCCESS)
|
|
|
|
usb_dvobj_deinit(pusb_intf);
|
|
|
|
exit:
|
2013-08-12 01:59:28 +00:00
|
|
|
return status == _SUCCESS ? 0 : -ENODEV;
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* dev_remove() - our device is being removed
|
|
|
|
*/
|
2013-08-12 01:59:28 +00:00
|
|
|
/* rmmod module & unplug(SurpriseRemoved) will call r871xu_dev_remove() => how to recognize both */
|
2013-05-08 21:45:39 +00:00
|
|
|
static void rtw_dev_remove(struct usb_interface *pusb_intf)
|
|
|
|
{
|
|
|
|
struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
|
2013-07-27 01:08:39 +00:00
|
|
|
struct adapter *padapter = dvobj->if1;
|
2013-05-08 21:45:39 +00:00
|
|
|
struct net_device *pnetdev = padapter->pnetdev;
|
2013-08-12 01:59:28 +00:00
|
|
|
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
_func_enter_;
|
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("+rtw_dev_remove\n");
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+dev_remove()\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
if (usb_drv->drv_registered)
|
2013-05-26 03:02:10 +00:00
|
|
|
padapter->bSurpriseRemoved = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
rtw_pm_set_ips(padapter, IPS_NONE);
|
|
|
|
rtw_pm_set_lps(padapter, PS_MODE_ACTIVE);
|
|
|
|
|
|
|
|
LeaveAllPowerSaveMode(padapter);
|
|
|
|
|
|
|
|
rtw_usb_if1_deinit(padapter);
|
|
|
|
|
|
|
|
usb_dvobj_deinit(pusb_intf);
|
|
|
|
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("-dev_remove()\n"));
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("-r871xu_dev_remove, done\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
_func_exit_;
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
2013-07-21 04:27:16 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
static int __init rtw_drv_entry(void)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_entry\n"));
|
2013-05-08 21:45:39 +00:00
|
|
|
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E(DRV_NAME " driver version=%s\n", DRIVERVERSION);
|
|
|
|
DBG_88E("build time: %s %s\n", __DATE__, __TIME__);
|
2013-05-19 04:28:07 +00:00
|
|
|
|
2013-05-08 21:45:39 +00:00
|
|
|
rtw_suspend_lock_init();
|
|
|
|
|
|
|
|
_rtw_mutex_init(&usb_drv->hw_init_mutex);
|
|
|
|
|
2013-05-26 03:02:10 +00:00
|
|
|
usb_drv->drv_registered = true;
|
2013-05-08 21:45:39 +00:00
|
|
|
return usb_register(&usb_drv->usbdrv);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void __exit rtw_drv_halt(void)
|
|
|
|
{
|
2013-08-12 01:59:28 +00:00
|
|
|
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_halt\n"));
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("+rtw_drv_halt\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
|
|
|
|
rtw_suspend_lock_uninit();
|
|
|
|
|
2013-05-26 03:02:10 +00:00
|
|
|
usb_drv->drv_registered = false;
|
2013-05-08 21:45:39 +00:00
|
|
|
usb_deregister(&usb_drv->usbdrv);
|
|
|
|
|
|
|
|
_rtw_mutex_free(&usb_drv->hw_init_mutex);
|
2013-05-25 23:35:42 +00:00
|
|
|
DBG_88E("-rtw_drv_halt\n");
|
2013-05-08 21:45:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
module_init(rtw_drv_entry);
|
|
|
|
module_exit(rtw_drv_halt);
|