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