Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1 | /* |
Sujith Manoharan | 5b68138 | 2011-05-17 13:36:18 +0530 | [diff] [blame] | 2 | * Copyright (c) 2010-2011 Atheros Communications Inc. |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 3 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any |
| 5 | * purpose with or without fee is hereby granted, provided that the above |
| 6 | * copyright notice and this permission notice appear in all copies. |
| 7 | * |
| 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | */ |
| 16 | |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 17 | #include <asm/unaligned.h> |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 18 | #include "htc.h" |
| 19 | |
John W. Linville | d0ee0eb | 2010-06-23 14:20:45 -0400 | [diff] [blame] | 20 | /* identify firmware images */ |
Sujith Manoharan | ce18f39 | 2011-04-13 11:22:42 +0530 | [diff] [blame] | 21 | #define FIRMWARE_AR7010_1_1 "htc_7010.fw" |
| 22 | #define FIRMWARE_AR9271 "htc_9271.fw" |
John W. Linville | d0ee0eb | 2010-06-23 14:20:45 -0400 | [diff] [blame] | 23 | |
John W. Linville | d0ee0eb | 2010-06-23 14:20:45 -0400 | [diff] [blame] | 24 | MODULE_FIRMWARE(FIRMWARE_AR7010_1_1); |
| 25 | MODULE_FIRMWARE(FIRMWARE_AR9271); |
| 26 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 27 | static struct usb_device_id ath9k_hif_usb_ids[] = { |
Sujith | 4e63f76 | 2010-06-17 10:29:01 +0530 | [diff] [blame] | 28 | { USB_DEVICE(0x0cf3, 0x9271) }, /* Atheros */ |
| 29 | { USB_DEVICE(0x0cf3, 0x1006) }, /* Atheros */ |
Sujith | 4e63f76 | 2010-06-17 10:29:01 +0530 | [diff] [blame] | 30 | { USB_DEVICE(0x0846, 0x9030) }, /* Netgear N150 */ |
Sujith | 4e63f76 | 2010-06-17 10:29:01 +0530 | [diff] [blame] | 31 | { USB_DEVICE(0x07D1, 0x3A10) }, /* Dlink Wireless 150 */ |
| 32 | { USB_DEVICE(0x13D3, 0x3327) }, /* Azurewave */ |
| 33 | { USB_DEVICE(0x13D3, 0x3328) }, /* Azurewave */ |
Haitao Zhang | ac618d7 | 2010-11-07 12:50:24 +0800 | [diff] [blame] | 34 | { USB_DEVICE(0x13D3, 0x3346) }, /* IMC Networks */ |
Rajkumar Manoharan | 32b0895 | 2010-11-10 17:51:24 +0530 | [diff] [blame] | 35 | { USB_DEVICE(0x13D3, 0x3348) }, /* Azurewave */ |
| 36 | { USB_DEVICE(0x13D3, 0x3349) }, /* Azurewave */ |
| 37 | { USB_DEVICE(0x13D3, 0x3350) }, /* Azurewave */ |
Sujith | 4e63f76 | 2010-06-17 10:29:01 +0530 | [diff] [blame] | 38 | { USB_DEVICE(0x04CA, 0x4605) }, /* Liteon */ |
Rajkumar Manoharan | 32b0895 | 2010-11-10 17:51:24 +0530 | [diff] [blame] | 39 | { USB_DEVICE(0x040D, 0x3801) }, /* VIA */ |
Sujith Manoharan | 452d7dd | 2010-12-13 07:39:32 +0530 | [diff] [blame] | 40 | { USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */ |
Mohammed Shafi Shajakhan | 763cbac | 2012-10-16 21:31:49 +0530 | [diff] [blame] | 41 | { USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */ |
Luis R. Rodriguez | 8c34559 | 2011-09-29 10:42:19 -0700 | [diff] [blame] | 42 | { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */ |
Sujith Manoharan | 0b5ead9 | 2010-12-07 16:31:38 +0530 | [diff] [blame] | 43 | |
| 44 | { USB_DEVICE(0x0cf3, 0x7015), |
| 45 | .driver_info = AR9287_USB }, /* Atheros */ |
Rajkumar Manoharan | 64f1217 | 2010-11-19 16:53:20 +0530 | [diff] [blame] | 46 | { USB_DEVICE(0x1668, 0x1200), |
Sujith Manoharan | 0b5ead9 | 2010-12-07 16:31:38 +0530 | [diff] [blame] | 47 | .driver_info = AR9287_USB }, /* Verizon */ |
| 48 | |
| 49 | { USB_DEVICE(0x0cf3, 0x7010), |
| 50 | .driver_info = AR9280_USB }, /* Atheros */ |
| 51 | { USB_DEVICE(0x0846, 0x9018), |
| 52 | .driver_info = AR9280_USB }, /* Netgear WNDA3200 */ |
| 53 | { USB_DEVICE(0x083A, 0xA704), |
| 54 | .driver_info = AR9280_USB }, /* SMC Networks */ |
Mohammed Shafi Shajakhan | 5cf6fa7 | 2011-06-28 20:13:41 +0530 | [diff] [blame] | 55 | { USB_DEVICE(0x0411, 0x017f), |
| 56 | .driver_info = AR9280_USB }, /* Sony UWA-BR100 */ |
Sujith Manoharan | d90b570 | 2012-04-11 13:58:15 +0530 | [diff] [blame] | 57 | { USB_DEVICE(0x04da, 0x3904), |
| 58 | .driver_info = AR9280_USB }, |
Sujith Manoharan | 0b5ead9 | 2010-12-07 16:31:38 +0530 | [diff] [blame] | 59 | |
Sujith Manoharan | 36bcce4 | 2011-02-21 07:47:52 +0530 | [diff] [blame] | 60 | { USB_DEVICE(0x0cf3, 0x20ff), |
| 61 | .driver_info = STORAGE_DEVICE }, |
| 62 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 63 | { }, |
| 64 | }; |
| 65 | |
| 66 | MODULE_DEVICE_TABLE(usb, ath9k_hif_usb_ids); |
| 67 | |
| 68 | static int __hif_usb_tx(struct hif_device_usb *hif_dev); |
| 69 | |
| 70 | static void hif_usb_regout_cb(struct urb *urb) |
| 71 | { |
| 72 | struct cmd_buf *cmd = (struct cmd_buf *)urb->context; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 73 | |
| 74 | switch (urb->status) { |
| 75 | case 0: |
| 76 | break; |
| 77 | case -ENOENT: |
| 78 | case -ECONNRESET: |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 79 | case -ENODEV: |
| 80 | case -ESHUTDOWN: |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 81 | goto free; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 82 | default: |
| 83 | break; |
| 84 | } |
| 85 | |
| 86 | if (cmd) { |
| 87 | ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 88 | cmd->skb, true); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 89 | kfree(cmd); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 90 | } |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 91 | |
| 92 | return; |
| 93 | free: |
Ming Lei | 0fa35a5 | 2010-04-13 00:29:15 +0800 | [diff] [blame] | 94 | kfree_skb(cmd->skb); |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 95 | kfree(cmd); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 96 | } |
| 97 | |
| 98 | static int hif_usb_send_regout(struct hif_device_usb *hif_dev, |
| 99 | struct sk_buff *skb) |
| 100 | { |
| 101 | struct urb *urb; |
| 102 | struct cmd_buf *cmd; |
| 103 | int ret = 0; |
| 104 | |
| 105 | urb = usb_alloc_urb(0, GFP_KERNEL); |
| 106 | if (urb == NULL) |
| 107 | return -ENOMEM; |
| 108 | |
| 109 | cmd = kzalloc(sizeof(*cmd), GFP_KERNEL); |
| 110 | if (cmd == NULL) { |
| 111 | usb_free_urb(urb); |
| 112 | return -ENOMEM; |
| 113 | } |
| 114 | |
| 115 | cmd->skb = skb; |
| 116 | cmd->hif_dev = hif_dev; |
| 117 | |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 118 | usb_fill_int_urb(urb, hif_dev->udev, |
| 119 | usb_sndintpipe(hif_dev->udev, USB_REG_OUT_PIPE), |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 120 | skb->data, skb->len, |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 121 | hif_usb_regout_cb, cmd, 1); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 122 | |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 123 | usb_anchor_urb(urb, &hif_dev->regout_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 124 | ret = usb_submit_urb(urb, GFP_KERNEL); |
| 125 | if (ret) { |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 126 | usb_unanchor_urb(urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 127 | kfree(cmd); |
| 128 | } |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 129 | usb_free_urb(urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 130 | |
| 131 | return ret; |
| 132 | } |
| 133 | |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 134 | static void hif_usb_mgmt_cb(struct urb *urb) |
| 135 | { |
| 136 | struct cmd_buf *cmd = (struct cmd_buf *)urb->context; |
Rajkumar Manoharan | 02c5172 | 2011-07-17 11:38:49 +0530 | [diff] [blame] | 137 | struct hif_device_usb *hif_dev; |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 138 | bool txok = true; |
| 139 | |
| 140 | if (!cmd || !cmd->skb || !cmd->hif_dev) |
| 141 | return; |
| 142 | |
Rajkumar Manoharan | 02c5172 | 2011-07-17 11:38:49 +0530 | [diff] [blame] | 143 | hif_dev = cmd->hif_dev; |
| 144 | |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 145 | switch (urb->status) { |
| 146 | case 0: |
| 147 | break; |
| 148 | case -ENOENT: |
| 149 | case -ECONNRESET: |
| 150 | case -ENODEV: |
| 151 | case -ESHUTDOWN: |
| 152 | txok = false; |
| 153 | |
| 154 | /* |
| 155 | * If the URBs are being flushed, no need to complete |
| 156 | * this packet. |
| 157 | */ |
| 158 | spin_lock(&hif_dev->tx.tx_lock); |
| 159 | if (hif_dev->tx.flags & HIF_USB_TX_FLUSH) { |
| 160 | spin_unlock(&hif_dev->tx.tx_lock); |
| 161 | dev_kfree_skb_any(cmd->skb); |
| 162 | kfree(cmd); |
| 163 | return; |
| 164 | } |
| 165 | spin_unlock(&hif_dev->tx.tx_lock); |
| 166 | |
| 167 | break; |
| 168 | default: |
| 169 | txok = false; |
| 170 | break; |
| 171 | } |
| 172 | |
| 173 | skb_pull(cmd->skb, 4); |
| 174 | ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, |
| 175 | cmd->skb, txok); |
| 176 | kfree(cmd); |
| 177 | } |
| 178 | |
| 179 | static int hif_usb_send_mgmt(struct hif_device_usb *hif_dev, |
| 180 | struct sk_buff *skb) |
| 181 | { |
| 182 | struct urb *urb; |
| 183 | struct cmd_buf *cmd; |
| 184 | int ret = 0; |
| 185 | __le16 *hdr; |
| 186 | |
| 187 | urb = usb_alloc_urb(0, GFP_ATOMIC); |
| 188 | if (urb == NULL) |
| 189 | return -ENOMEM; |
| 190 | |
| 191 | cmd = kzalloc(sizeof(*cmd), GFP_ATOMIC); |
| 192 | if (cmd == NULL) { |
| 193 | usb_free_urb(urb); |
| 194 | return -ENOMEM; |
| 195 | } |
| 196 | |
| 197 | cmd->skb = skb; |
| 198 | cmd->hif_dev = hif_dev; |
| 199 | |
| 200 | hdr = (__le16 *) skb_push(skb, 4); |
| 201 | *hdr++ = cpu_to_le16(skb->len - 4); |
| 202 | *hdr++ = cpu_to_le16(ATH_USB_TX_STREAM_MODE_TAG); |
| 203 | |
| 204 | usb_fill_bulk_urb(urb, hif_dev->udev, |
| 205 | usb_sndbulkpipe(hif_dev->udev, USB_WLAN_TX_PIPE), |
| 206 | skb->data, skb->len, |
| 207 | hif_usb_mgmt_cb, cmd); |
| 208 | |
| 209 | usb_anchor_urb(urb, &hif_dev->mgmt_submitted); |
| 210 | ret = usb_submit_urb(urb, GFP_ATOMIC); |
| 211 | if (ret) { |
| 212 | usb_unanchor_urb(urb); |
| 213 | kfree(cmd); |
| 214 | } |
| 215 | usb_free_urb(urb); |
| 216 | |
| 217 | return ret; |
| 218 | } |
| 219 | |
Sujith | eac8e38 | 2010-04-16 11:54:00 +0530 | [diff] [blame] | 220 | static inline void ath9k_skb_queue_purge(struct hif_device_usb *hif_dev, |
| 221 | struct sk_buff_head *list) |
Ming Lei | f8e1d08 | 2010-04-13 00:29:27 +0800 | [diff] [blame] | 222 | { |
| 223 | struct sk_buff *skb; |
Sujith | eac8e38 | 2010-04-16 11:54:00 +0530 | [diff] [blame] | 224 | |
| 225 | while ((skb = __skb_dequeue(list)) != NULL) { |
Ming Lei | f8e1d08 | 2010-04-13 00:29:27 +0800 | [diff] [blame] | 226 | dev_kfree_skb_any(skb); |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 227 | } |
| 228 | } |
| 229 | |
| 230 | static inline void ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, |
| 231 | struct sk_buff_head *queue, |
| 232 | bool txok) |
| 233 | { |
| 234 | struct sk_buff *skb; |
| 235 | |
| 236 | while ((skb = __skb_dequeue(queue)) != NULL) { |
Ben Greear | 68185a4 | 2013-06-19 14:02:15 -0700 | [diff] [blame] | 237 | #ifdef CONFIG_ATH9K_HTC_DEBUGFS |
| 238 | int ln = skb->len; |
| 239 | #endif |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 240 | ath9k_htc_txcompletion_cb(hif_dev->htc_handle, |
| 241 | skb, txok); |
Ben Greear | 68185a4 | 2013-06-19 14:02:15 -0700 | [diff] [blame] | 242 | if (txok) { |
John W. Linville | dfa8fc6 | 2011-04-14 10:38:22 -0400 | [diff] [blame] | 243 | TX_STAT_INC(skb_success); |
Ben Greear | 68185a4 | 2013-06-19 14:02:15 -0700 | [diff] [blame] | 244 | TX_STAT_ADD(skb_success_bytes, ln); |
| 245 | } |
John W. Linville | dfa8fc6 | 2011-04-14 10:38:22 -0400 | [diff] [blame] | 246 | else |
| 247 | TX_STAT_INC(skb_failed); |
Sujith | eac8e38 | 2010-04-16 11:54:00 +0530 | [diff] [blame] | 248 | } |
Ming Lei | f8e1d08 | 2010-04-13 00:29:27 +0800 | [diff] [blame] | 249 | } |
| 250 | |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 251 | static void hif_usb_tx_cb(struct urb *urb) |
| 252 | { |
| 253 | struct tx_buf *tx_buf = (struct tx_buf *) urb->context; |
Dan Carpenter | 690e781 | 2010-05-14 16:50:56 +0200 | [diff] [blame] | 254 | struct hif_device_usb *hif_dev; |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 255 | bool txok = true; |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 256 | |
Dan Carpenter | 690e781 | 2010-05-14 16:50:56 +0200 | [diff] [blame] | 257 | if (!tx_buf || !tx_buf->hif_dev) |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 258 | return; |
| 259 | |
Dan Carpenter | 690e781 | 2010-05-14 16:50:56 +0200 | [diff] [blame] | 260 | hif_dev = tx_buf->hif_dev; |
| 261 | |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 262 | switch (urb->status) { |
| 263 | case 0: |
| 264 | break; |
| 265 | case -ENOENT: |
| 266 | case -ECONNRESET: |
| 267 | case -ENODEV: |
| 268 | case -ESHUTDOWN: |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 269 | txok = false; |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 270 | |
| 271 | /* |
| 272 | * If the URBs are being flushed, no need to add this |
| 273 | * URB to the free list. |
| 274 | */ |
| 275 | spin_lock(&hif_dev->tx.tx_lock); |
| 276 | if (hif_dev->tx.flags & HIF_USB_TX_FLUSH) { |
| 277 | spin_unlock(&hif_dev->tx.tx_lock); |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 278 | ath9k_skb_queue_purge(hif_dev, &tx_buf->skb_queue); |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 279 | return; |
| 280 | } |
| 281 | spin_unlock(&hif_dev->tx.tx_lock); |
| 282 | |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 283 | break; |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 284 | default: |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 285 | txok = false; |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 286 | break; |
| 287 | } |
| 288 | |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 289 | ath9k_skb_queue_complete(hif_dev, &tx_buf->skb_queue, txok); |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 290 | |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 291 | /* Re-initialize the SKB queue */ |
| 292 | tx_buf->len = tx_buf->offset = 0; |
| 293 | __skb_queue_head_init(&tx_buf->skb_queue); |
| 294 | |
| 295 | /* Add this TX buffer to the free list */ |
| 296 | spin_lock(&hif_dev->tx.tx_lock); |
| 297 | list_move_tail(&tx_buf->list, &hif_dev->tx.tx_buf); |
| 298 | hif_dev->tx.tx_buf_cnt++; |
| 299 | if (!(hif_dev->tx.flags & HIF_USB_TX_STOP)) |
| 300 | __hif_usb_tx(hif_dev); /* Check for pending SKBs */ |
| 301 | TX_STAT_INC(buf_completed); |
| 302 | spin_unlock(&hif_dev->tx.tx_lock); |
| 303 | } |
| 304 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 305 | /* TX lock has to be taken */ |
| 306 | static int __hif_usb_tx(struct hif_device_usb *hif_dev) |
| 307 | { |
| 308 | struct tx_buf *tx_buf = NULL; |
| 309 | struct sk_buff *nskb = NULL; |
| 310 | int ret = 0, i; |
Sujith Manoharan | 2c27392 | 2011-02-27 09:23:52 +0530 | [diff] [blame] | 311 | u16 tx_skb_cnt = 0; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 312 | u8 *buf; |
Sujith Manoharan | 2c27392 | 2011-02-27 09:23:52 +0530 | [diff] [blame] | 313 | __le16 *hdr; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 314 | |
| 315 | if (hif_dev->tx.tx_skb_cnt == 0) |
| 316 | return 0; |
| 317 | |
| 318 | /* Check if a free TX buffer is available */ |
| 319 | if (list_empty(&hif_dev->tx.tx_buf)) |
| 320 | return 0; |
| 321 | |
| 322 | tx_buf = list_first_entry(&hif_dev->tx.tx_buf, struct tx_buf, list); |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 323 | list_move_tail(&tx_buf->list, &hif_dev->tx.tx_pending); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 324 | hif_dev->tx.tx_buf_cnt--; |
| 325 | |
| 326 | tx_skb_cnt = min_t(u16, hif_dev->tx.tx_skb_cnt, MAX_TX_AGGR_NUM); |
| 327 | |
| 328 | for (i = 0; i < tx_skb_cnt; i++) { |
| 329 | nskb = __skb_dequeue(&hif_dev->tx.tx_skb_queue); |
| 330 | |
| 331 | /* Should never be NULL */ |
| 332 | BUG_ON(!nskb); |
| 333 | |
| 334 | hif_dev->tx.tx_skb_cnt--; |
| 335 | |
| 336 | buf = tx_buf->buf; |
| 337 | buf += tx_buf->offset; |
Sujith Manoharan | 2c27392 | 2011-02-27 09:23:52 +0530 | [diff] [blame] | 338 | hdr = (__le16 *)buf; |
| 339 | *hdr++ = cpu_to_le16(nskb->len); |
| 340 | *hdr++ = cpu_to_le16(ATH_USB_TX_STREAM_MODE_TAG); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 341 | buf += 4; |
| 342 | memcpy(buf, nskb->data, nskb->len); |
| 343 | tx_buf->len = nskb->len + 4; |
| 344 | |
| 345 | if (i < (tx_skb_cnt - 1)) |
| 346 | tx_buf->offset += (((tx_buf->len - 1) / 4) + 1) * 4; |
| 347 | |
| 348 | if (i == (tx_skb_cnt - 1)) |
| 349 | tx_buf->len += tx_buf->offset; |
| 350 | |
| 351 | __skb_queue_tail(&tx_buf->skb_queue, nskb); |
| 352 | TX_STAT_INC(skb_queued); |
| 353 | } |
| 354 | |
| 355 | usb_fill_bulk_urb(tx_buf->urb, hif_dev->udev, |
| 356 | usb_sndbulkpipe(hif_dev->udev, USB_WLAN_TX_PIPE), |
| 357 | tx_buf->buf, tx_buf->len, |
| 358 | hif_usb_tx_cb, tx_buf); |
| 359 | |
| 360 | ret = usb_submit_urb(tx_buf->urb, GFP_ATOMIC); |
| 361 | if (ret) { |
| 362 | tx_buf->len = tx_buf->offset = 0; |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 363 | ath9k_skb_queue_complete(hif_dev, &tx_buf->skb_queue, false); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 364 | __skb_queue_head_init(&tx_buf->skb_queue); |
| 365 | list_move_tail(&tx_buf->list, &hif_dev->tx.tx_buf); |
| 366 | hif_dev->tx.tx_buf_cnt++; |
| 367 | } |
| 368 | |
| 369 | if (!ret) |
| 370 | TX_STAT_INC(buf_queued); |
| 371 | |
| 372 | return ret; |
| 373 | } |
| 374 | |
Sujith Manoharan | 40dc9e4 | 2011-04-13 11:24:31 +0530 | [diff] [blame] | 375 | static int hif_usb_send_tx(struct hif_device_usb *hif_dev, struct sk_buff *skb) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 376 | { |
Sujith Manoharan | 40dc9e4 | 2011-04-13 11:24:31 +0530 | [diff] [blame] | 377 | struct ath9k_htc_tx_ctl *tx_ctl; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 378 | unsigned long flags; |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 379 | int ret = 0; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 380 | |
| 381 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
| 382 | |
| 383 | if (hif_dev->tx.flags & HIF_USB_TX_STOP) { |
| 384 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 385 | return -ENODEV; |
| 386 | } |
| 387 | |
| 388 | /* Check if the max queue count has been reached */ |
| 389 | if (hif_dev->tx.tx_skb_cnt > MAX_TX_BUF_NUM) { |
| 390 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 391 | return -ENOMEM; |
| 392 | } |
| 393 | |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 394 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 395 | |
Sujith Manoharan | 40dc9e4 | 2011-04-13 11:24:31 +0530 | [diff] [blame] | 396 | tx_ctl = HTC_SKB_CB(skb); |
| 397 | |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 398 | /* Mgmt/Beacon frames don't use the TX buffer pool */ |
| 399 | if ((tx_ctl->type == ATH9K_HTC_MGMT) || |
| 400 | (tx_ctl->type == ATH9K_HTC_BEACON)) { |
| 401 | ret = hif_usb_send_mgmt(hif_dev, skb); |
| 402 | } |
| 403 | |
| 404 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
| 405 | |
| 406 | if ((tx_ctl->type == ATH9K_HTC_NORMAL) || |
| 407 | (tx_ctl->type == ATH9K_HTC_AMPDU)) { |
| 408 | __skb_queue_tail(&hif_dev->tx.tx_skb_queue, skb); |
| 409 | hif_dev->tx.tx_skb_cnt++; |
| 410 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 411 | |
| 412 | /* Check if AMPDUs have to be sent immediately */ |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 413 | if ((hif_dev->tx.tx_buf_cnt == MAX_TX_URB_NUM) && |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 414 | (hif_dev->tx.tx_skb_cnt < 2)) { |
| 415 | __hif_usb_tx(hif_dev); |
| 416 | } |
| 417 | |
| 418 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 419 | |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 420 | return ret; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 421 | } |
| 422 | |
Sujith Manoharan | e1fe7c3 | 2011-04-13 11:26:06 +0530 | [diff] [blame] | 423 | static void hif_usb_start(void *hif_handle) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 424 | { |
| 425 | struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle; |
| 426 | unsigned long flags; |
| 427 | |
| 428 | hif_dev->flags |= HIF_USB_START; |
| 429 | |
| 430 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
| 431 | hif_dev->tx.flags &= ~HIF_USB_TX_STOP; |
| 432 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 433 | } |
| 434 | |
Sujith Manoharan | e1fe7c3 | 2011-04-13 11:26:06 +0530 | [diff] [blame] | 435 | static void hif_usb_stop(void *hif_handle) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 436 | { |
| 437 | struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle; |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 438 | struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 439 | unsigned long flags; |
| 440 | |
| 441 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
Sujith Manoharan | b587fc8 | 2011-04-13 11:25:59 +0530 | [diff] [blame] | 442 | ath9k_skb_queue_complete(hif_dev, &hif_dev->tx.tx_skb_queue, false); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 443 | hif_dev->tx.tx_skb_cnt = 0; |
| 444 | hif_dev->tx.flags |= HIF_USB_TX_STOP; |
| 445 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 446 | |
| 447 | /* The pending URBs have to be canceled. */ |
| 448 | list_for_each_entry_safe(tx_buf, tx_buf_tmp, |
| 449 | &hif_dev->tx.tx_pending, list) { |
| 450 | usb_kill_urb(tx_buf->urb); |
| 451 | } |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 452 | |
| 453 | usb_kill_anchored_urbs(&hif_dev->mgmt_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 454 | } |
| 455 | |
Sujith Manoharan | 40dc9e4 | 2011-04-13 11:24:31 +0530 | [diff] [blame] | 456 | static int hif_usb_send(void *hif_handle, u8 pipe_id, struct sk_buff *skb) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 457 | { |
| 458 | struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle; |
| 459 | int ret = 0; |
| 460 | |
| 461 | switch (pipe_id) { |
| 462 | case USB_WLAN_TX_PIPE: |
Sujith Manoharan | 40dc9e4 | 2011-04-13 11:24:31 +0530 | [diff] [blame] | 463 | ret = hif_usb_send_tx(hif_dev, skb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 464 | break; |
| 465 | case USB_REG_OUT_PIPE: |
| 466 | ret = hif_usb_send_regout(hif_dev, skb); |
| 467 | break; |
| 468 | default: |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 469 | dev_err(&hif_dev->udev->dev, |
| 470 | "ath9k_htc: Invalid TX pipe: %d\n", pipe_id); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 471 | ret = -EINVAL; |
| 472 | break; |
| 473 | } |
| 474 | |
| 475 | return ret; |
| 476 | } |
| 477 | |
Sujith Manoharan | 84c9e164 | 2011-04-13 11:26:11 +0530 | [diff] [blame] | 478 | static inline bool check_index(struct sk_buff *skb, u8 idx) |
| 479 | { |
| 480 | struct ath9k_htc_tx_ctl *tx_ctl; |
| 481 | |
| 482 | tx_ctl = HTC_SKB_CB(skb); |
| 483 | |
| 484 | if ((tx_ctl->type == ATH9K_HTC_AMPDU) && |
| 485 | (tx_ctl->sta_idx == idx)) |
| 486 | return true; |
| 487 | |
| 488 | return false; |
| 489 | } |
| 490 | |
| 491 | static void hif_usb_sta_drain(void *hif_handle, u8 idx) |
| 492 | { |
| 493 | struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle; |
| 494 | struct sk_buff *skb, *tmp; |
| 495 | unsigned long flags; |
| 496 | |
| 497 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
| 498 | |
| 499 | skb_queue_walk_safe(&hif_dev->tx.tx_skb_queue, skb, tmp) { |
| 500 | if (check_index(skb, idx)) { |
| 501 | __skb_unlink(skb, &hif_dev->tx.tx_skb_queue); |
| 502 | ath9k_htc_txcompletion_cb(hif_dev->htc_handle, |
| 503 | skb, false); |
| 504 | hif_dev->tx.tx_skb_cnt--; |
| 505 | TX_STAT_INC(skb_failed); |
| 506 | } |
| 507 | } |
| 508 | |
| 509 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 510 | } |
| 511 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 512 | static struct ath9k_htc_hif hif_usb = { |
| 513 | .transport = ATH9K_HIF_USB, |
| 514 | .name = "ath9k_hif_usb", |
| 515 | |
| 516 | .control_ul_pipe = USB_REG_OUT_PIPE, |
| 517 | .control_dl_pipe = USB_REG_IN_PIPE, |
| 518 | |
| 519 | .start = hif_usb_start, |
| 520 | .stop = hif_usb_stop, |
Sujith Manoharan | 84c9e164 | 2011-04-13 11:26:11 +0530 | [diff] [blame] | 521 | .sta_drain = hif_usb_sta_drain, |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 522 | .send = hif_usb_send, |
| 523 | }; |
| 524 | |
| 525 | static void ath9k_hif_usb_rx_stream(struct hif_device_usb *hif_dev, |
| 526 | struct sk_buff *skb) |
| 527 | { |
Sujith | c503269 | 2010-04-06 15:28:15 +0530 | [diff] [blame] | 528 | struct sk_buff *nskb, *skb_pool[MAX_PKT_NUM_IN_TRANSFER]; |
Joe Perches | 44b23b4 | 2010-11-30 12:19:11 -0800 | [diff] [blame] | 529 | int index = 0, i = 0, len = skb->len; |
| 530 | int rx_remain_len, rx_pkt_len; |
| 531 | u16 pool_index = 0; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 532 | u8 *ptr; |
| 533 | |
Sujith | 46baa1a | 2010-04-06 15:28:11 +0530 | [diff] [blame] | 534 | spin_lock(&hif_dev->rx_lock); |
| 535 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 536 | rx_remain_len = hif_dev->rx_remain_len; |
| 537 | rx_pkt_len = hif_dev->rx_transfer_len; |
| 538 | |
| 539 | if (rx_remain_len != 0) { |
| 540 | struct sk_buff *remain_skb = hif_dev->remain_skb; |
| 541 | |
| 542 | if (remain_skb) { |
| 543 | ptr = (u8 *) remain_skb->data; |
| 544 | |
| 545 | index = rx_remain_len; |
| 546 | rx_remain_len -= hif_dev->rx_pad_len; |
| 547 | ptr += rx_pkt_len; |
| 548 | |
| 549 | memcpy(ptr, skb->data, rx_remain_len); |
| 550 | |
| 551 | rx_pkt_len += rx_remain_len; |
| 552 | hif_dev->rx_remain_len = 0; |
| 553 | skb_put(remain_skb, rx_pkt_len); |
| 554 | |
| 555 | skb_pool[pool_index++] = remain_skb; |
| 556 | |
| 557 | } else { |
| 558 | index = rx_remain_len; |
| 559 | } |
| 560 | } |
| 561 | |
Sujith | 46baa1a | 2010-04-06 15:28:11 +0530 | [diff] [blame] | 562 | spin_unlock(&hif_dev->rx_lock); |
| 563 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 564 | while (index < len) { |
Joe Perches | 44b23b4 | 2010-11-30 12:19:11 -0800 | [diff] [blame] | 565 | u16 pkt_len; |
| 566 | u16 pkt_tag; |
| 567 | u16 pad_len; |
| 568 | int chk_idx; |
| 569 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 570 | ptr = (u8 *) skb->data; |
| 571 | |
Pavel Roskin | 78fa99a | 2011-07-15 19:06:33 -0400 | [diff] [blame] | 572 | pkt_len = get_unaligned_le16(ptr + index); |
| 573 | pkt_tag = get_unaligned_le16(ptr + index + 2); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 574 | |
Joe Perches | 44b23b4 | 2010-11-30 12:19:11 -0800 | [diff] [blame] | 575 | if (pkt_tag != ATH_USB_RX_STREAM_MODE_TAG) { |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 576 | RX_STAT_INC(skb_dropped); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 577 | return; |
| 578 | } |
Joe Perches | 44b23b4 | 2010-11-30 12:19:11 -0800 | [diff] [blame] | 579 | |
| 580 | pad_len = 4 - (pkt_len & 0x3); |
| 581 | if (pad_len == 4) |
| 582 | pad_len = 0; |
| 583 | |
| 584 | chk_idx = index; |
| 585 | index = index + 4 + pkt_len + pad_len; |
| 586 | |
| 587 | if (index > MAX_RX_BUF_SIZE) { |
| 588 | spin_lock(&hif_dev->rx_lock); |
| 589 | hif_dev->rx_remain_len = index - MAX_RX_BUF_SIZE; |
| 590 | hif_dev->rx_transfer_len = |
| 591 | MAX_RX_BUF_SIZE - chk_idx - 4; |
| 592 | hif_dev->rx_pad_len = pad_len; |
| 593 | |
| 594 | nskb = __dev_alloc_skb(pkt_len + 32, GFP_ATOMIC); |
| 595 | if (!nskb) { |
| 596 | dev_err(&hif_dev->udev->dev, |
| 597 | "ath9k_htc: RX memory allocation error\n"); |
| 598 | spin_unlock(&hif_dev->rx_lock); |
| 599 | goto err; |
| 600 | } |
| 601 | skb_reserve(nskb, 32); |
| 602 | RX_STAT_INC(skb_allocated); |
| 603 | |
| 604 | memcpy(nskb->data, &(skb->data[chk_idx+4]), |
| 605 | hif_dev->rx_transfer_len); |
| 606 | |
| 607 | /* Record the buffer pointer */ |
| 608 | hif_dev->remain_skb = nskb; |
| 609 | spin_unlock(&hif_dev->rx_lock); |
| 610 | } else { |
| 611 | nskb = __dev_alloc_skb(pkt_len + 32, GFP_ATOMIC); |
| 612 | if (!nskb) { |
| 613 | dev_err(&hif_dev->udev->dev, |
| 614 | "ath9k_htc: RX memory allocation error\n"); |
| 615 | goto err; |
| 616 | } |
| 617 | skb_reserve(nskb, 32); |
| 618 | RX_STAT_INC(skb_allocated); |
| 619 | |
| 620 | memcpy(nskb->data, &(skb->data[chk_idx+4]), pkt_len); |
| 621 | skb_put(nskb, pkt_len); |
| 622 | skb_pool[pool_index++] = nskb; |
| 623 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 624 | } |
| 625 | |
| 626 | err: |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 627 | for (i = 0; i < pool_index; i++) { |
Ben Greear | 68185a4 | 2013-06-19 14:02:15 -0700 | [diff] [blame] | 628 | RX_STAT_ADD(skb_completed_bytes, skb_pool[i]->len); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 629 | ath9k_htc_rx_msg(hif_dev->htc_handle, skb_pool[i], |
| 630 | skb_pool[i]->len, USB_WLAN_RX_PIPE); |
| 631 | RX_STAT_INC(skb_completed); |
| 632 | } |
| 633 | } |
| 634 | |
| 635 | static void ath9k_hif_usb_rx_cb(struct urb *urb) |
| 636 | { |
| 637 | struct sk_buff *skb = (struct sk_buff *) urb->context; |
Joe Perches | b276736 | 2010-11-30 13:42:08 -0800 | [diff] [blame] | 638 | struct hif_device_usb *hif_dev = |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 639 | usb_get_intfdata(usb_ifnum_to_if(urb->dev, 0)); |
| 640 | int ret; |
| 641 | |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 642 | if (!skb) |
| 643 | return; |
| 644 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 645 | if (!hif_dev) |
| 646 | goto free; |
| 647 | |
| 648 | switch (urb->status) { |
| 649 | case 0: |
| 650 | break; |
| 651 | case -ENOENT: |
| 652 | case -ECONNRESET: |
| 653 | case -ENODEV: |
| 654 | case -ESHUTDOWN: |
| 655 | goto free; |
| 656 | default: |
| 657 | goto resubmit; |
| 658 | } |
| 659 | |
| 660 | if (likely(urb->actual_length != 0)) { |
| 661 | skb_put(skb, urb->actual_length); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 662 | ath9k_hif_usb_rx_stream(hif_dev, skb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 663 | } |
| 664 | |
| 665 | resubmit: |
| 666 | skb_reset_tail_pointer(skb); |
| 667 | skb_trim(skb, 0); |
| 668 | |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 669 | usb_anchor_urb(urb, &hif_dev->rx_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 670 | ret = usb_submit_urb(urb, GFP_ATOMIC); |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 671 | if (ret) { |
| 672 | usb_unanchor_urb(urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 673 | goto free; |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 674 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 675 | |
| 676 | return; |
| 677 | free: |
Ming Lei | f28a7b3 | 2010-04-13 00:28:53 +0800 | [diff] [blame] | 678 | kfree_skb(skb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 679 | } |
| 680 | |
| 681 | static void ath9k_hif_usb_reg_in_cb(struct urb *urb) |
| 682 | { |
| 683 | struct sk_buff *skb = (struct sk_buff *) urb->context; |
| 684 | struct sk_buff *nskb; |
Joe Perches | b276736 | 2010-11-30 13:42:08 -0800 | [diff] [blame] | 685 | struct hif_device_usb *hif_dev = |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 686 | usb_get_intfdata(usb_ifnum_to_if(urb->dev, 0)); |
| 687 | int ret; |
| 688 | |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 689 | if (!skb) |
| 690 | return; |
| 691 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 692 | if (!hif_dev) |
| 693 | goto free; |
| 694 | |
| 695 | switch (urb->status) { |
| 696 | case 0: |
| 697 | break; |
| 698 | case -ENOENT: |
| 699 | case -ECONNRESET: |
| 700 | case -ENODEV: |
| 701 | case -ESHUTDOWN: |
| 702 | goto free; |
| 703 | default: |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 704 | skb_reset_tail_pointer(skb); |
| 705 | skb_trim(skb, 0); |
| 706 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 707 | goto resubmit; |
| 708 | } |
| 709 | |
| 710 | if (likely(urb->actual_length != 0)) { |
| 711 | skb_put(skb, urb->actual_length); |
| 712 | |
Sujith | 5ab0af3 | 2010-04-23 10:28:17 +0530 | [diff] [blame] | 713 | /* Process the command first */ |
| 714 | ath9k_htc_rx_msg(hif_dev->htc_handle, skb, |
| 715 | skb->len, USB_REG_IN_PIPE); |
| 716 | |
| 717 | |
Ming Lei | e6c6d33 | 2010-04-13 00:29:05 +0800 | [diff] [blame] | 718 | nskb = alloc_skb(MAX_REG_IN_BUF_SIZE, GFP_ATOMIC); |
Sujith | 5ab0af3 | 2010-04-23 10:28:17 +0530 | [diff] [blame] | 719 | if (!nskb) { |
| 720 | dev_err(&hif_dev->udev->dev, |
| 721 | "ath9k_htc: REG_IN memory allocation failure\n"); |
| 722 | urb->context = NULL; |
| 723 | return; |
| 724 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 725 | |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 726 | usb_fill_int_urb(urb, hif_dev->udev, |
| 727 | usb_rcvintpipe(hif_dev->udev, |
Rajkumar Manoharan | 0f529e9 | 2010-09-16 19:56:55 +0530 | [diff] [blame] | 728 | USB_REG_IN_PIPE), |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 729 | nskb->data, MAX_REG_IN_BUF_SIZE, |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 730 | ath9k_hif_usb_reg_in_cb, nskb, 1); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 731 | } |
| 732 | |
| 733 | resubmit: |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 734 | usb_anchor_urb(urb, &hif_dev->reg_in_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 735 | ret = usb_submit_urb(urb, GFP_ATOMIC); |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 736 | if (ret) { |
| 737 | usb_unanchor_urb(urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 738 | goto free; |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 739 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 740 | |
| 741 | return; |
| 742 | free: |
Ming Lei | e6c6d33 | 2010-04-13 00:29:05 +0800 | [diff] [blame] | 743 | kfree_skb(skb); |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 744 | urb->context = NULL; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 745 | } |
| 746 | |
| 747 | static void ath9k_hif_usb_dealloc_tx_urbs(struct hif_device_usb *hif_dev) |
| 748 | { |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 749 | struct tx_buf *tx_buf = NULL, *tx_buf_tmp = NULL; |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 750 | unsigned long flags; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 751 | |
Sujith | c11d8f8 | 2010-04-23 10:28:09 +0530 | [diff] [blame] | 752 | list_for_each_entry_safe(tx_buf, tx_buf_tmp, |
| 753 | &hif_dev->tx.tx_buf, list) { |
| 754 | usb_kill_urb(tx_buf->urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 755 | list_del(&tx_buf->list); |
| 756 | usb_free_urb(tx_buf->urb); |
| 757 | kfree(tx_buf->buf); |
| 758 | kfree(tx_buf); |
| 759 | } |
| 760 | |
Sujith Manoharan | ff8f59b | 2010-12-28 14:28:05 +0530 | [diff] [blame] | 761 | spin_lock_irqsave(&hif_dev->tx.tx_lock, flags); |
| 762 | hif_dev->tx.flags |= HIF_USB_TX_FLUSH; |
| 763 | spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flags); |
| 764 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 765 | list_for_each_entry_safe(tx_buf, tx_buf_tmp, |
| 766 | &hif_dev->tx.tx_pending, list) { |
| 767 | usb_kill_urb(tx_buf->urb); |
| 768 | list_del(&tx_buf->list); |
| 769 | usb_free_urb(tx_buf->urb); |
| 770 | kfree(tx_buf->buf); |
| 771 | kfree(tx_buf); |
| 772 | } |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 773 | |
| 774 | usb_kill_anchored_urbs(&hif_dev->mgmt_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 775 | } |
| 776 | |
| 777 | static int ath9k_hif_usb_alloc_tx_urbs(struct hif_device_usb *hif_dev) |
| 778 | { |
| 779 | struct tx_buf *tx_buf; |
| 780 | int i; |
| 781 | |
| 782 | INIT_LIST_HEAD(&hif_dev->tx.tx_buf); |
| 783 | INIT_LIST_HEAD(&hif_dev->tx.tx_pending); |
| 784 | spin_lock_init(&hif_dev->tx.tx_lock); |
| 785 | __skb_queue_head_init(&hif_dev->tx.tx_skb_queue); |
Sujith Manoharan | 2f80194 | 2011-04-13 11:26:46 +0530 | [diff] [blame] | 786 | init_usb_anchor(&hif_dev->mgmt_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 787 | |
| 788 | for (i = 0; i < MAX_TX_URB_NUM; i++) { |
| 789 | tx_buf = kzalloc(sizeof(struct tx_buf), GFP_KERNEL); |
| 790 | if (!tx_buf) |
| 791 | goto err; |
| 792 | |
| 793 | tx_buf->buf = kzalloc(MAX_TX_BUF_SIZE, GFP_KERNEL); |
| 794 | if (!tx_buf->buf) |
| 795 | goto err; |
| 796 | |
| 797 | tx_buf->urb = usb_alloc_urb(0, GFP_KERNEL); |
| 798 | if (!tx_buf->urb) |
| 799 | goto err; |
| 800 | |
| 801 | tx_buf->hif_dev = hif_dev; |
| 802 | __skb_queue_head_init(&tx_buf->skb_queue); |
| 803 | |
| 804 | list_add_tail(&tx_buf->list, &hif_dev->tx.tx_buf); |
| 805 | } |
| 806 | |
| 807 | hif_dev->tx.tx_buf_cnt = MAX_TX_URB_NUM; |
| 808 | |
| 809 | return 0; |
| 810 | err: |
Dan Carpenter | 7606688 | 2010-05-14 16:52:37 +0200 | [diff] [blame] | 811 | if (tx_buf) { |
| 812 | kfree(tx_buf->buf); |
| 813 | kfree(tx_buf); |
| 814 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 815 | ath9k_hif_usb_dealloc_tx_urbs(hif_dev); |
| 816 | return -ENOMEM; |
| 817 | } |
| 818 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 819 | static void ath9k_hif_usb_dealloc_rx_urbs(struct hif_device_usb *hif_dev) |
| 820 | { |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 821 | usb_kill_anchored_urbs(&hif_dev->rx_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 822 | } |
| 823 | |
| 824 | static int ath9k_hif_usb_alloc_rx_urbs(struct hif_device_usb *hif_dev) |
| 825 | { |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 826 | struct urb *urb = NULL; |
| 827 | struct sk_buff *skb = NULL; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 828 | int i, ret; |
| 829 | |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 830 | init_usb_anchor(&hif_dev->rx_submitted); |
Sujith | 46baa1a | 2010-04-06 15:28:11 +0530 | [diff] [blame] | 831 | spin_lock_init(&hif_dev->rx_lock); |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 832 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 833 | for (i = 0; i < MAX_RX_URB_NUM; i++) { |
| 834 | |
| 835 | /* Allocate URB */ |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 836 | urb = usb_alloc_urb(0, GFP_KERNEL); |
| 837 | if (urb == NULL) { |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 838 | ret = -ENOMEM; |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 839 | goto err_urb; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 840 | } |
| 841 | |
| 842 | /* Allocate buffer */ |
Ming Lei | f28a7b3 | 2010-04-13 00:28:53 +0800 | [diff] [blame] | 843 | skb = alloc_skb(MAX_RX_BUF_SIZE, GFP_KERNEL); |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 844 | if (!skb) { |
| 845 | ret = -ENOMEM; |
| 846 | goto err_skb; |
| 847 | } |
| 848 | |
| 849 | usb_fill_bulk_urb(urb, hif_dev->udev, |
| 850 | usb_rcvbulkpipe(hif_dev->udev, |
| 851 | USB_WLAN_RX_PIPE), |
| 852 | skb->data, MAX_RX_BUF_SIZE, |
| 853 | ath9k_hif_usb_rx_cb, skb); |
| 854 | |
| 855 | /* Anchor URB */ |
| 856 | usb_anchor_urb(urb, &hif_dev->rx_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 857 | |
| 858 | /* Submit URB */ |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 859 | ret = usb_submit_urb(urb, GFP_KERNEL); |
| 860 | if (ret) { |
| 861 | usb_unanchor_urb(urb); |
| 862 | goto err_submit; |
| 863 | } |
Sujith | 66b10e3 | 2010-04-06 15:28:13 +0530 | [diff] [blame] | 864 | |
| 865 | /* |
| 866 | * Drop reference count. |
| 867 | * This ensures that the URB is freed when killing them. |
| 868 | */ |
| 869 | usb_free_urb(urb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 870 | } |
| 871 | |
| 872 | return 0; |
| 873 | |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 874 | err_submit: |
Ming Lei | f28a7b3 | 2010-04-13 00:28:53 +0800 | [diff] [blame] | 875 | kfree_skb(skb); |
Sujith | 6335ed0 | 2010-03-29 16:07:15 +0530 | [diff] [blame] | 876 | err_skb: |
| 877 | usb_free_urb(urb); |
| 878 | err_urb: |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 879 | ath9k_hif_usb_dealloc_rx_urbs(hif_dev); |
| 880 | return ret; |
| 881 | } |
| 882 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 883 | static void ath9k_hif_usb_dealloc_reg_in_urbs(struct hif_device_usb *hif_dev) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 884 | { |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 885 | usb_kill_anchored_urbs(&hif_dev->reg_in_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 886 | } |
| 887 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 888 | static int ath9k_hif_usb_alloc_reg_in_urbs(struct hif_device_usb *hif_dev) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 889 | { |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 890 | struct urb *urb = NULL; |
| 891 | struct sk_buff *skb = NULL; |
| 892 | int i, ret; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 893 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 894 | init_usb_anchor(&hif_dev->reg_in_submitted); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 895 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 896 | for (i = 0; i < MAX_REG_IN_URB_NUM; i++) { |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 897 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 898 | /* Allocate URB */ |
| 899 | urb = usb_alloc_urb(0, GFP_KERNEL); |
| 900 | if (urb == NULL) { |
| 901 | ret = -ENOMEM; |
| 902 | goto err_urb; |
| 903 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 904 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 905 | /* Allocate buffer */ |
| 906 | skb = alloc_skb(MAX_REG_IN_BUF_SIZE, GFP_KERNEL); |
| 907 | if (!skb) { |
| 908 | ret = -ENOMEM; |
| 909 | goto err_skb; |
| 910 | } |
| 911 | |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 912 | usb_fill_int_urb(urb, hif_dev->udev, |
| 913 | usb_rcvintpipe(hif_dev->udev, |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 914 | USB_REG_IN_PIPE), |
| 915 | skb->data, MAX_REG_IN_BUF_SIZE, |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 916 | ath9k_hif_usb_reg_in_cb, skb, 1); |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 917 | |
| 918 | /* Anchor URB */ |
| 919 | usb_anchor_urb(urb, &hif_dev->reg_in_submitted); |
| 920 | |
| 921 | /* Submit URB */ |
| 922 | ret = usb_submit_urb(urb, GFP_KERNEL); |
| 923 | if (ret) { |
| 924 | usb_unanchor_urb(urb); |
| 925 | goto err_submit; |
| 926 | } |
| 927 | |
| 928 | /* |
| 929 | * Drop reference count. |
| 930 | * This ensures that the URB is freed when killing them. |
| 931 | */ |
| 932 | usb_free_urb(urb); |
| 933 | } |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 934 | |
| 935 | return 0; |
| 936 | |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 937 | err_submit: |
| 938 | kfree_skb(skb); |
| 939 | err_skb: |
| 940 | usb_free_urb(urb); |
| 941 | err_urb: |
| 942 | ath9k_hif_usb_dealloc_reg_in_urbs(hif_dev); |
| 943 | return ret; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 944 | } |
| 945 | |
| 946 | static int ath9k_hif_usb_alloc_urbs(struct hif_device_usb *hif_dev) |
| 947 | { |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 948 | /* Register Write */ |
| 949 | init_usb_anchor(&hif_dev->regout_submitted); |
| 950 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 951 | /* TX */ |
| 952 | if (ath9k_hif_usb_alloc_tx_urbs(hif_dev) < 0) |
| 953 | goto err; |
| 954 | |
| 955 | /* RX */ |
| 956 | if (ath9k_hif_usb_alloc_rx_urbs(hif_dev) < 0) |
Rajkumar Manoharan | f803696 | 2010-07-07 15:19:18 +0530 | [diff] [blame] | 957 | goto err_rx; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 958 | |
Sujith | 6f0f266 | 2010-04-06 15:28:17 +0530 | [diff] [blame] | 959 | /* Register Read */ |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 960 | if (ath9k_hif_usb_alloc_reg_in_urbs(hif_dev) < 0) |
Rajkumar Manoharan | f803696 | 2010-07-07 15:19:18 +0530 | [diff] [blame] | 961 | goto err_reg; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 962 | |
| 963 | return 0; |
Rajkumar Manoharan | f803696 | 2010-07-07 15:19:18 +0530 | [diff] [blame] | 964 | err_reg: |
| 965 | ath9k_hif_usb_dealloc_rx_urbs(hif_dev); |
| 966 | err_rx: |
| 967 | ath9k_hif_usb_dealloc_tx_urbs(hif_dev); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 968 | err: |
| 969 | return -ENOMEM; |
| 970 | } |
| 971 | |
Sujith.Manoharan@atheros.com | 1d8af8c | 2010-05-11 16:24:40 +0530 | [diff] [blame] | 972 | static void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev) |
| 973 | { |
| 974 | usb_kill_anchored_urbs(&hif_dev->regout_submitted); |
Sujith Manoharan | 3deff76 | 2011-04-13 11:25:23 +0530 | [diff] [blame] | 975 | ath9k_hif_usb_dealloc_reg_in_urbs(hif_dev); |
Sujith.Manoharan@atheros.com | 1d8af8c | 2010-05-11 16:24:40 +0530 | [diff] [blame] | 976 | ath9k_hif_usb_dealloc_tx_urbs(hif_dev); |
| 977 | ath9k_hif_usb_dealloc_rx_urbs(hif_dev); |
| 978 | } |
| 979 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 980 | static int ath9k_hif_usb_download_fw(struct hif_device_usb *hif_dev) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 981 | { |
| 982 | int transfer, err; |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 983 | const void *data = hif_dev->fw_data; |
| 984 | size_t len = hif_dev->fw_size; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 985 | u32 addr = AR9271_FIRMWARE; |
| 986 | u8 *buf = kzalloc(4096, GFP_KERNEL); |
Sujith | b176286 | 2010-06-02 15:53:34 +0530 | [diff] [blame] | 987 | u32 firm_offset; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 988 | |
| 989 | if (!buf) |
| 990 | return -ENOMEM; |
| 991 | |
| 992 | while (len) { |
Dan Carpenter | 291689f | 2012-02-01 10:43:31 +0300 | [diff] [blame] | 993 | transfer = min_t(size_t, len, 4096); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 994 | memcpy(buf, data, transfer); |
| 995 | |
| 996 | err = usb_control_msg(hif_dev->udev, |
| 997 | usb_sndctrlpipe(hif_dev->udev, 0), |
| 998 | FIRMWARE_DOWNLOAD, 0x40 | USB_DIR_OUT, |
| 999 | addr >> 8, 0, buf, transfer, HZ); |
| 1000 | if (err < 0) { |
| 1001 | kfree(buf); |
| 1002 | return err; |
| 1003 | } |
| 1004 | |
| 1005 | len -= transfer; |
| 1006 | data += transfer; |
| 1007 | addr += transfer; |
| 1008 | } |
| 1009 | kfree(buf); |
| 1010 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1011 | if (IS_AR7010_DEVICE(hif_dev->usb_device_id->driver_info)) |
Sujith | b176286 | 2010-06-02 15:53:34 +0530 | [diff] [blame] | 1012 | firm_offset = AR7010_FIRMWARE_TEXT; |
Rajkumar Manoharan | fa6e15e | 2010-11-19 16:53:22 +0530 | [diff] [blame] | 1013 | else |
Sujith | b176286 | 2010-06-02 15:53:34 +0530 | [diff] [blame] | 1014 | firm_offset = AR9271_FIRMWARE_TEXT; |
| 1015 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1016 | /* |
| 1017 | * Issue FW download complete command to firmware. |
| 1018 | */ |
| 1019 | err = usb_control_msg(hif_dev->udev, usb_sndctrlpipe(hif_dev->udev, 0), |
| 1020 | FIRMWARE_DOWNLOAD_COMP, |
| 1021 | 0x40 | USB_DIR_OUT, |
Sujith | b176286 | 2010-06-02 15:53:34 +0530 | [diff] [blame] | 1022 | firm_offset >> 8, 0, NULL, 0, HZ); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1023 | if (err) |
| 1024 | return -EIO; |
| 1025 | |
| 1026 | dev_info(&hif_dev->udev->dev, "ath9k_htc: Transferred FW: %s, size: %ld\n", |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1027 | hif_dev->fw_name, (unsigned long) hif_dev->fw_size); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1028 | |
| 1029 | return 0; |
| 1030 | } |
| 1031 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1032 | static int ath9k_hif_usb_dev_init(struct hif_device_usb *hif_dev) |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1033 | { |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 1034 | int ret; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1035 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1036 | ret = ath9k_hif_usb_download_fw(hif_dev); |
Sujith.Manoharan@atheros.com | 1d8af8c | 2010-05-11 16:24:40 +0530 | [diff] [blame] | 1037 | if (ret) { |
| 1038 | dev_err(&hif_dev->udev->dev, |
Sujith | ce43cee | 2010-06-02 15:53:30 +0530 | [diff] [blame] | 1039 | "ath9k_htc: Firmware - %s download failed\n", |
| 1040 | hif_dev->fw_name); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1041 | return ret; |
Sujith.Manoharan@atheros.com | 1d8af8c | 2010-05-11 16:24:40 +0530 | [diff] [blame] | 1042 | } |
| 1043 | |
Rajkumar Manoharan | 490b3f4 | 2010-11-08 12:49:12 +0530 | [diff] [blame] | 1044 | /* Alloc URBs */ |
| 1045 | ret = ath9k_hif_usb_alloc_urbs(hif_dev); |
| 1046 | if (ret) { |
| 1047 | dev_err(&hif_dev->udev->dev, |
| 1048 | "ath9k_htc: Unable to allocate URBs\n"); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1049 | return ret; |
Rajkumar Manoharan | 490b3f4 | 2010-11-08 12:49:12 +0530 | [diff] [blame] | 1050 | } |
| 1051 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1052 | return 0; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1053 | } |
| 1054 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1055 | static void ath9k_hif_usb_dev_deinit(struct hif_device_usb *hif_dev) |
| 1056 | { |
| 1057 | ath9k_hif_usb_dealloc_urbs(hif_dev); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1058 | } |
| 1059 | |
| 1060 | /* |
| 1061 | * If initialization fails or the FW cannot be retrieved, |
| 1062 | * detach the device. |
| 1063 | */ |
| 1064 | static void ath9k_hif_usb_firmware_fail(struct hif_device_usb *hif_dev) |
| 1065 | { |
Ming Lei | e962610 | 2012-09-13 10:33:28 +0800 | [diff] [blame] | 1066 | struct device *dev = &hif_dev->udev->dev; |
| 1067 | struct device *parent = dev->parent; |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1068 | |
Alexey Khoroshilov | 9494849 | 2013-07-02 00:43:42 +0400 | [diff] [blame] | 1069 | complete_all(&hif_dev->fw_done); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1070 | |
| 1071 | if (parent) |
| 1072 | device_lock(parent); |
| 1073 | |
Ming Lei | e962610 | 2012-09-13 10:33:28 +0800 | [diff] [blame] | 1074 | device_release_driver(dev); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1075 | |
| 1076 | if (parent) |
| 1077 | device_unlock(parent); |
| 1078 | } |
| 1079 | |
| 1080 | static void ath9k_hif_usb_firmware_cb(const struct firmware *fw, void *context) |
| 1081 | { |
| 1082 | struct hif_device_usb *hif_dev = context; |
| 1083 | int ret; |
| 1084 | |
| 1085 | if (!fw) { |
| 1086 | dev_err(&hif_dev->udev->dev, |
| 1087 | "ath9k_htc: Failed to get firmware %s\n", |
| 1088 | hif_dev->fw_name); |
| 1089 | goto err_fw; |
| 1090 | } |
| 1091 | |
| 1092 | hif_dev->htc_handle = ath9k_htc_hw_alloc(hif_dev, &hif_usb, |
| 1093 | &hif_dev->udev->dev); |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1094 | if (hif_dev->htc_handle == NULL) |
| 1095 | goto err_dev_alloc; |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1096 | |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1097 | hif_dev->fw_data = fw->data; |
| 1098 | hif_dev->fw_size = fw->size; |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1099 | |
| 1100 | /* Proceed with initialization */ |
| 1101 | |
| 1102 | ret = ath9k_hif_usb_dev_init(hif_dev); |
| 1103 | if (ret) |
| 1104 | goto err_dev_init; |
| 1105 | |
| 1106 | ret = ath9k_htc_hw_init(hif_dev->htc_handle, |
| 1107 | &hif_dev->interface->dev, |
| 1108 | hif_dev->usb_device_id->idProduct, |
| 1109 | hif_dev->udev->product, |
| 1110 | hif_dev->usb_device_id->driver_info); |
| 1111 | if (ret) { |
| 1112 | ret = -EINVAL; |
| 1113 | goto err_htc_hw_init; |
| 1114 | } |
| 1115 | |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1116 | release_firmware(fw); |
| 1117 | hif_dev->flags |= HIF_USB_READY; |
Alexey Khoroshilov | 9494849 | 2013-07-02 00:43:42 +0400 | [diff] [blame] | 1118 | complete_all(&hif_dev->fw_done); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1119 | |
| 1120 | return; |
| 1121 | |
| 1122 | err_htc_hw_init: |
| 1123 | ath9k_hif_usb_dev_deinit(hif_dev); |
| 1124 | err_dev_init: |
| 1125 | ath9k_htc_hw_free(hif_dev->htc_handle); |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1126 | err_dev_alloc: |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1127 | release_firmware(fw); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1128 | err_fw: |
| 1129 | ath9k_hif_usb_firmware_fail(hif_dev); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1130 | } |
| 1131 | |
Sujith Manoharan | 36bcce4 | 2011-02-21 07:47:52 +0530 | [diff] [blame] | 1132 | /* |
| 1133 | * An exact copy of the function from zd1211rw. |
| 1134 | */ |
| 1135 | static int send_eject_command(struct usb_interface *interface) |
| 1136 | { |
| 1137 | struct usb_device *udev = interface_to_usbdev(interface); |
| 1138 | struct usb_host_interface *iface_desc = &interface->altsetting[0]; |
| 1139 | struct usb_endpoint_descriptor *endpoint; |
| 1140 | unsigned char *cmd; |
| 1141 | u8 bulk_out_ep; |
| 1142 | int r; |
| 1143 | |
| 1144 | /* Find bulk out endpoint */ |
| 1145 | for (r = 1; r >= 0; r--) { |
| 1146 | endpoint = &iface_desc->endpoint[r].desc; |
| 1147 | if (usb_endpoint_dir_out(endpoint) && |
| 1148 | usb_endpoint_xfer_bulk(endpoint)) { |
| 1149 | bulk_out_ep = endpoint->bEndpointAddress; |
| 1150 | break; |
| 1151 | } |
| 1152 | } |
| 1153 | if (r == -1) { |
| 1154 | dev_err(&udev->dev, |
| 1155 | "ath9k_htc: Could not find bulk out endpoint\n"); |
| 1156 | return -ENODEV; |
| 1157 | } |
| 1158 | |
| 1159 | cmd = kzalloc(31, GFP_KERNEL); |
| 1160 | if (cmd == NULL) |
| 1161 | return -ENODEV; |
| 1162 | |
| 1163 | /* USB bulk command block */ |
| 1164 | cmd[0] = 0x55; /* bulk command signature */ |
| 1165 | cmd[1] = 0x53; /* bulk command signature */ |
| 1166 | cmd[2] = 0x42; /* bulk command signature */ |
| 1167 | cmd[3] = 0x43; /* bulk command signature */ |
| 1168 | cmd[14] = 6; /* command length */ |
| 1169 | |
| 1170 | cmd[15] = 0x1b; /* SCSI command: START STOP UNIT */ |
| 1171 | cmd[19] = 0x2; /* eject disc */ |
| 1172 | |
| 1173 | dev_info(&udev->dev, "Ejecting storage device...\n"); |
| 1174 | r = usb_bulk_msg(udev, usb_sndbulkpipe(udev, bulk_out_ep), |
| 1175 | cmd, 31, NULL, 2000); |
| 1176 | kfree(cmd); |
| 1177 | if (r) |
| 1178 | return r; |
| 1179 | |
| 1180 | /* At this point, the device disconnects and reconnects with the real |
| 1181 | * ID numbers. */ |
| 1182 | |
| 1183 | usb_set_intfdata(interface, NULL); |
| 1184 | return 0; |
| 1185 | } |
| 1186 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1187 | static int ath9k_hif_usb_probe(struct usb_interface *interface, |
| 1188 | const struct usb_device_id *id) |
| 1189 | { |
| 1190 | struct usb_device *udev = interface_to_usbdev(interface); |
| 1191 | struct hif_device_usb *hif_dev; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1192 | int ret = 0; |
| 1193 | |
Sujith Manoharan | 36bcce4 | 2011-02-21 07:47:52 +0530 | [diff] [blame] | 1194 | if (id->driver_info == STORAGE_DEVICE) |
| 1195 | return send_eject_command(interface); |
| 1196 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1197 | hif_dev = kzalloc(sizeof(struct hif_device_usb), GFP_KERNEL); |
| 1198 | if (!hif_dev) { |
| 1199 | ret = -ENOMEM; |
| 1200 | goto err_alloc; |
| 1201 | } |
| 1202 | |
| 1203 | usb_get_dev(udev); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1204 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1205 | hif_dev->udev = udev; |
| 1206 | hif_dev->interface = interface; |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1207 | hif_dev->usb_device_id = id; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1208 | #ifdef CONFIG_PM |
| 1209 | udev->reset_resume = 1; |
| 1210 | #endif |
| 1211 | usb_set_intfdata(interface, hif_dev); |
| 1212 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1213 | init_completion(&hif_dev->fw_done); |
Sujith.Manoharan@atheros.com | 47fce02 | 2010-05-11 16:24:41 +0530 | [diff] [blame] | 1214 | |
Sujith | ce43cee | 2010-06-02 15:53:30 +0530 | [diff] [blame] | 1215 | /* Find out which firmware to load */ |
| 1216 | |
Sujith Manoharan | 0b5ead9 | 2010-12-07 16:31:38 +0530 | [diff] [blame] | 1217 | if (IS_AR7010_DEVICE(id->driver_info)) |
Sujith Manoharan | 9efabad | 2011-04-13 11:22:33 +0530 | [diff] [blame] | 1218 | hif_dev->fw_name = FIRMWARE_AR7010_1_1; |
Rajkumar Manoharan | fa6e15e | 2010-11-19 16:53:22 +0530 | [diff] [blame] | 1219 | else |
John W. Linville | d0ee0eb | 2010-06-23 14:20:45 -0400 | [diff] [blame] | 1220 | hif_dev->fw_name = FIRMWARE_AR9271; |
Sujith | ce43cee | 2010-06-02 15:53:30 +0530 | [diff] [blame] | 1221 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1222 | ret = request_firmware_nowait(THIS_MODULE, true, hif_dev->fw_name, |
| 1223 | &hif_dev->udev->dev, GFP_KERNEL, |
| 1224 | hif_dev, ath9k_hif_usb_firmware_cb); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1225 | if (ret) { |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1226 | dev_err(&hif_dev->udev->dev, |
| 1227 | "ath9k_htc: Async request for firmware %s failed\n", |
| 1228 | hif_dev->fw_name); |
| 1229 | goto err_fw_req; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1230 | } |
| 1231 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1232 | dev_info(&hif_dev->udev->dev, "ath9k_htc: Firmware %s requested\n", |
| 1233 | hif_dev->fw_name); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1234 | |
| 1235 | return 0; |
| 1236 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1237 | err_fw_req: |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1238 | usb_set_intfdata(interface, NULL); |
| 1239 | kfree(hif_dev); |
| 1240 | usb_put_dev(udev); |
| 1241 | err_alloc: |
| 1242 | return ret; |
| 1243 | } |
| 1244 | |
Sujith | 62e4716 | 2010-04-23 10:28:16 +0530 | [diff] [blame] | 1245 | static void ath9k_hif_usb_reboot(struct usb_device *udev) |
| 1246 | { |
| 1247 | u32 reboot_cmd = 0xffffffff; |
| 1248 | void *buf; |
| 1249 | int ret; |
| 1250 | |
Julia Lawall | a465a2c | 2010-05-15 23:17:19 +0200 | [diff] [blame] | 1251 | buf = kmemdup(&reboot_cmd, 4, GFP_KERNEL); |
Sujith | 62e4716 | 2010-04-23 10:28:16 +0530 | [diff] [blame] | 1252 | if (!buf) |
| 1253 | return; |
| 1254 | |
Oleksij Rempel | 2b72111 | 2013-08-13 21:10:19 +0200 | [diff] [blame] | 1255 | ret = usb_interrupt_msg(udev, usb_sndintpipe(udev, USB_REG_OUT_PIPE), |
Sujith | 62e4716 | 2010-04-23 10:28:16 +0530 | [diff] [blame] | 1256 | buf, 4, NULL, HZ); |
| 1257 | if (ret) |
| 1258 | dev_err(&udev->dev, "ath9k_htc: USB reboot failed\n"); |
| 1259 | |
| 1260 | kfree(buf); |
| 1261 | } |
| 1262 | |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1263 | static void ath9k_hif_usb_disconnect(struct usb_interface *interface) |
| 1264 | { |
| 1265 | struct usb_device *udev = interface_to_usbdev(interface); |
Joe Perches | b276736 | 2010-11-30 13:42:08 -0800 | [diff] [blame] | 1266 | struct hif_device_usb *hif_dev = usb_get_intfdata(interface); |
Sujith Manoharan | 97dcec5 | 2010-12-20 08:02:42 +0530 | [diff] [blame] | 1267 | bool unplugged = (udev->state == USB_STATE_NOTATTACHED) ? true : false; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1268 | |
Sujith Manoharan | 36bcce4 | 2011-02-21 07:47:52 +0530 | [diff] [blame] | 1269 | if (!hif_dev) |
| 1270 | return; |
| 1271 | |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1272 | wait_for_completion(&hif_dev->fw_done); |
| 1273 | |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1274 | if (hif_dev->flags & HIF_USB_READY) { |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1275 | ath9k_htc_hw_deinit(hif_dev->htc_handle, unplugged); |
| 1276 | ath9k_htc_hw_free(hif_dev->htc_handle); |
| 1277 | ath9k_hif_usb_dev_deinit(hif_dev); |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1278 | } |
| 1279 | |
Sujith Manoharan | 36bcce4 | 2011-02-21 07:47:52 +0530 | [diff] [blame] | 1280 | usb_set_intfdata(interface, NULL); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1281 | |
Oleksij Rempel | 4928bd2 | 2013-07-19 20:16:18 +0200 | [diff] [blame] | 1282 | /* If firmware was loaded we should drop it |
| 1283 | * go back to first stage bootloader. */ |
| 1284 | if (!unplugged && (hif_dev->flags & HIF_USB_READY)) |
Sujith | 62e4716 | 2010-04-23 10:28:16 +0530 | [diff] [blame] | 1285 | ath9k_hif_usb_reboot(udev); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1286 | |
| 1287 | kfree(hif_dev); |
| 1288 | dev_info(&udev->dev, "ath9k_htc: USB layer deinitialized\n"); |
| 1289 | usb_put_dev(udev); |
| 1290 | } |
| 1291 | |
| 1292 | #ifdef CONFIG_PM |
| 1293 | static int ath9k_hif_usb_suspend(struct usb_interface *interface, |
| 1294 | pm_message_t message) |
| 1295 | { |
Joe Perches | b276736 | 2010-11-30 13:42:08 -0800 | [diff] [blame] | 1296 | struct hif_device_usb *hif_dev = usb_get_intfdata(interface); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1297 | |
Sujith Manoharan | f933ebe | 2010-12-01 12:30:27 +0530 | [diff] [blame] | 1298 | /* |
| 1299 | * The device has to be set to FULLSLEEP mode in case no |
| 1300 | * interface is up. |
| 1301 | */ |
| 1302 | if (!(hif_dev->flags & HIF_USB_START)) |
| 1303 | ath9k_htc_suspend(hif_dev->htc_handle); |
| 1304 | |
Alexey Khoroshilov | 9494849 | 2013-07-02 00:43:42 +0400 | [diff] [blame] | 1305 | wait_for_completion(&hif_dev->fw_done); |
| 1306 | |
| 1307 | if (hif_dev->flags & HIF_USB_READY) |
| 1308 | ath9k_hif_usb_dealloc_urbs(hif_dev); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1309 | |
| 1310 | return 0; |
| 1311 | } |
| 1312 | |
| 1313 | static int ath9k_hif_usb_resume(struct usb_interface *interface) |
| 1314 | { |
Joe Perches | b276736 | 2010-11-30 13:42:08 -0800 | [diff] [blame] | 1315 | struct hif_device_usb *hif_dev = usb_get_intfdata(interface); |
Rajkumar Manoharan | fa6e15e | 2010-11-19 16:53:22 +0530 | [diff] [blame] | 1316 | struct htc_target *htc_handle = hif_dev->htc_handle; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1317 | int ret; |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1318 | const struct firmware *fw; |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1319 | |
| 1320 | ret = ath9k_hif_usb_alloc_urbs(hif_dev); |
| 1321 | if (ret) |
| 1322 | return ret; |
| 1323 | |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1324 | if (hif_dev->flags & HIF_USB_READY) { |
| 1325 | /* request cached firmware during suspend/resume cycle */ |
| 1326 | ret = request_firmware(&fw, hif_dev->fw_name, |
| 1327 | &hif_dev->udev->dev); |
| 1328 | if (ret) |
| 1329 | goto fail_resume; |
| 1330 | |
| 1331 | hif_dev->fw_data = fw->data; |
| 1332 | hif_dev->fw_size = fw->size; |
Sujith Manoharan | 0ed7b93 | 2012-01-30 14:17:18 +0530 | [diff] [blame] | 1333 | ret = ath9k_hif_usb_download_fw(hif_dev); |
Ming Lei | 32e31de | 2012-08-21 16:04:27 +0800 | [diff] [blame] | 1334 | release_firmware(fw); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1335 | if (ret) |
| 1336 | goto fail_resume; |
| 1337 | } else { |
| 1338 | ath9k_hif_usb_dealloc_urbs(hif_dev); |
| 1339 | return -EIO; |
| 1340 | } |
| 1341 | |
| 1342 | mdelay(100); |
| 1343 | |
Rajkumar Manoharan | fa6e15e | 2010-11-19 16:53:22 +0530 | [diff] [blame] | 1344 | ret = ath9k_htc_resume(htc_handle); |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1345 | |
| 1346 | if (ret) |
| 1347 | goto fail_resume; |
| 1348 | |
| 1349 | return 0; |
| 1350 | |
| 1351 | fail_resume: |
| 1352 | ath9k_hif_usb_dealloc_urbs(hif_dev); |
| 1353 | |
| 1354 | return ret; |
| 1355 | } |
| 1356 | #endif |
| 1357 | |
| 1358 | static struct usb_driver ath9k_hif_usb_driver = { |
Sujith Manoharan | 50f6871 | 2011-04-11 22:56:55 +0530 | [diff] [blame] | 1359 | .name = KBUILD_MODNAME, |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1360 | .probe = ath9k_hif_usb_probe, |
| 1361 | .disconnect = ath9k_hif_usb_disconnect, |
| 1362 | #ifdef CONFIG_PM |
| 1363 | .suspend = ath9k_hif_usb_suspend, |
| 1364 | .resume = ath9k_hif_usb_resume, |
| 1365 | .reset_resume = ath9k_hif_usb_resume, |
| 1366 | #endif |
| 1367 | .id_table = ath9k_hif_usb_ids, |
| 1368 | .soft_unbind = 1, |
Sarah Sharp | e1f12eb | 2012-04-23 10:08:51 -0700 | [diff] [blame] | 1369 | .disable_hub_initiated_lpm = 1, |
Sujith | fb9987d | 2010-03-17 14:25:25 +0530 | [diff] [blame] | 1370 | }; |
| 1371 | |
| 1372 | int ath9k_hif_usb_init(void) |
| 1373 | { |
| 1374 | return usb_register(&ath9k_hif_usb_driver); |
| 1375 | } |
| 1376 | |
| 1377 | void ath9k_hif_usb_exit(void) |
| 1378 | { |
| 1379 | usb_deregister(&ath9k_hif_usb_driver); |
| 1380 | } |