iwl-tx.c 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2008 Intel Corporation. All rights reserved.
  4. *
  5. * Portions of this file are derived from the ipw3945 project, as well
  6. * as portions of the ieee80211 subsystem header files.
  7. *
  8. * This program is free software; you can redistribute it and/or modify it
  9. * under the terms of version 2 of the GNU General Public License as
  10. * published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful, but WITHOUT
  13. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  15. * more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * this program; if not, write to the Free Software Foundation, Inc.,
  19. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  20. *
  21. * The full GNU General Public License is included in this distribution in the
  22. * file called LICENSE.
  23. *
  24. * Contact Information:
  25. * James P. Ketrenos <ipw2100-admin@linux.intel.com>
  26. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  27. *
  28. *****************************************************************************/
  29. #include <linux/etherdevice.h>
  30. #include <net/mac80211.h>
  31. #include "iwl-eeprom.h"
  32. #include "iwl-dev.h"
  33. #include "iwl-core.h"
  34. #include "iwl-sta.h"
  35. #include "iwl-io.h"
  36. #include "iwl-helpers.h"
  37. static const u16 default_tid_to_tx_fifo[] = {
  38. IWL_TX_FIFO_AC1,
  39. IWL_TX_FIFO_AC0,
  40. IWL_TX_FIFO_AC0,
  41. IWL_TX_FIFO_AC1,
  42. IWL_TX_FIFO_AC2,
  43. IWL_TX_FIFO_AC2,
  44. IWL_TX_FIFO_AC3,
  45. IWL_TX_FIFO_AC3,
  46. IWL_TX_FIFO_NONE,
  47. IWL_TX_FIFO_NONE,
  48. IWL_TX_FIFO_NONE,
  49. IWL_TX_FIFO_NONE,
  50. IWL_TX_FIFO_NONE,
  51. IWL_TX_FIFO_NONE,
  52. IWL_TX_FIFO_NONE,
  53. IWL_TX_FIFO_NONE,
  54. IWL_TX_FIFO_AC3
  55. };
  56. static inline int iwl_alloc_dma_ptr(struct iwl_priv *priv,
  57. struct iwl_dma_ptr *ptr, size_t size)
  58. {
  59. ptr->addr = pci_alloc_consistent(priv->pci_dev, size, &ptr->dma);
  60. if (!ptr->addr)
  61. return -ENOMEM;
  62. ptr->size = size;
  63. return 0;
  64. }
  65. static inline void iwl_free_dma_ptr(struct iwl_priv *priv,
  66. struct iwl_dma_ptr *ptr)
  67. {
  68. if (unlikely(!ptr->addr))
  69. return;
  70. pci_free_consistent(priv->pci_dev, ptr->size, ptr->addr, ptr->dma);
  71. memset(ptr, 0, sizeof(*ptr));
  72. }
  73. static inline dma_addr_t iwl_tfd_tb_get_addr(struct iwl_tfd *tfd, u8 idx)
  74. {
  75. struct iwl_tfd_tb *tb = &tfd->tbs[idx];
  76. dma_addr_t addr = get_unaligned_le32(&tb->lo);
  77. if (sizeof(dma_addr_t) > sizeof(u32))
  78. addr |=
  79. ((dma_addr_t)(le16_to_cpu(tb->hi_n_len) & 0xF) << 16) << 16;
  80. return addr;
  81. }
  82. static inline u16 iwl_tfd_tb_get_len(struct iwl_tfd *tfd, u8 idx)
  83. {
  84. struct iwl_tfd_tb *tb = &tfd->tbs[idx];
  85. return le16_to_cpu(tb->hi_n_len) >> 4;
  86. }
  87. static inline void iwl_tfd_set_tb(struct iwl_tfd *tfd, u8 idx,
  88. dma_addr_t addr, u16 len)
  89. {
  90. struct iwl_tfd_tb *tb = &tfd->tbs[idx];
  91. u16 hi_n_len = len << 4;
  92. put_unaligned_le32(addr, &tb->lo);
  93. if (sizeof(dma_addr_t) > sizeof(u32))
  94. hi_n_len |= ((addr >> 16) >> 16) & 0xF;
  95. tb->hi_n_len = cpu_to_le16(hi_n_len);
  96. tfd->num_tbs = idx + 1;
  97. }
  98. static inline u8 iwl_tfd_get_num_tbs(struct iwl_tfd *tfd)
  99. {
  100. return tfd->num_tbs & 0x1f;
  101. }
  102. /**
  103. * iwl_hw_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr]
  104. * @priv - driver private data
  105. * @txq - tx queue
  106. *
  107. * Does NOT advance any TFD circular buffer read/write indexes
  108. * Does NOT free the TFD itself (which is within circular buffer)
  109. */
  110. static void iwl_hw_txq_free_tfd(struct iwl_priv *priv, struct iwl_tx_queue *txq)
  111. {
  112. struct iwl_tfd *tfd_tmp = (struct iwl_tfd *)&txq->tfds[0];
  113. struct iwl_tfd *tfd;
  114. struct pci_dev *dev = priv->pci_dev;
  115. int index = txq->q.read_ptr;
  116. int i;
  117. int num_tbs;
  118. tfd = &tfd_tmp[index];
  119. /* Sanity check on number of chunks */
  120. num_tbs = iwl_tfd_get_num_tbs(tfd);
  121. if (num_tbs >= IWL_NUM_OF_TBS) {
  122. IWL_ERROR("Too many chunks: %i\n", num_tbs);
  123. /* @todo issue fatal error, it is quite serious situation */
  124. return;
  125. }
  126. /* Unmap tx_cmd */
  127. if (num_tbs)
  128. pci_unmap_single(dev,
  129. pci_unmap_addr(&txq->cmd[index]->meta, mapping),
  130. pci_unmap_len(&txq->cmd[index]->meta, len),
  131. PCI_DMA_TODEVICE);
  132. /* Unmap chunks, if any. */
  133. for (i = 1; i < num_tbs; i++) {
  134. pci_unmap_single(dev, iwl_tfd_tb_get_addr(tfd, i),
  135. iwl_tfd_tb_get_len(tfd, i), PCI_DMA_TODEVICE);
  136. if (txq->txb) {
  137. dev_kfree_skb(txq->txb[txq->q.read_ptr].skb[i - 1]);
  138. txq->txb[txq->q.read_ptr].skb[i - 1] = NULL;
  139. }
  140. }
  141. }
  142. static int iwl_hw_txq_attach_buf_to_tfd(struct iwl_priv *priv,
  143. struct iwl_tfd *tfd,
  144. dma_addr_t addr, u16 len)
  145. {
  146. u32 num_tbs = iwl_tfd_get_num_tbs(tfd);
  147. /* Each TFD can point to a maximum 20 Tx buffers */
  148. if (num_tbs >= IWL_NUM_OF_TBS) {
  149. IWL_ERROR("Error can not send more than %d chunks\n",
  150. IWL_NUM_OF_TBS);
  151. return -EINVAL;
  152. }
  153. BUG_ON(addr & ~DMA_BIT_MASK(36));
  154. if (unlikely(addr & ~IWL_TX_DMA_MASK))
  155. IWL_ERROR("Unaligned address = %llx\n",
  156. (unsigned long long)addr);
  157. iwl_tfd_set_tb(tfd, num_tbs, addr, len);
  158. return 0;
  159. }
  160. /**
  161. * iwl_txq_update_write_ptr - Send new write index to hardware
  162. */
  163. int iwl_txq_update_write_ptr(struct iwl_priv *priv, struct iwl_tx_queue *txq)
  164. {
  165. u32 reg = 0;
  166. int ret = 0;
  167. int txq_id = txq->q.id;
  168. if (txq->need_update == 0)
  169. return ret;
  170. /* if we're trying to save power */
  171. if (test_bit(STATUS_POWER_PMI, &priv->status)) {
  172. /* wake up nic if it's powered down ...
  173. * uCode will wake up, and interrupt us again, so next
  174. * time we'll skip this part. */
  175. reg = iwl_read32(priv, CSR_UCODE_DRV_GP1);
  176. if (reg & CSR_UCODE_DRV_GP1_BIT_MAC_SLEEP) {
  177. IWL_DEBUG_INFO("Requesting wakeup, GP1 = 0x%x\n", reg);
  178. iwl_set_bit(priv, CSR_GP_CNTRL,
  179. CSR_GP_CNTRL_REG_FLAG_MAC_ACCESS_REQ);
  180. return ret;
  181. }
  182. /* restore this queue's parameters in nic hardware. */
  183. ret = iwl_grab_nic_access(priv);
  184. if (ret)
  185. return ret;
  186. iwl_write_direct32(priv, HBUS_TARG_WRPTR,
  187. txq->q.write_ptr | (txq_id << 8));
  188. iwl_release_nic_access(priv);
  189. /* else not in power-save mode, uCode will never sleep when we're
  190. * trying to tx (during RFKILL, we're not trying to tx). */
  191. } else
  192. iwl_write32(priv, HBUS_TARG_WRPTR,
  193. txq->q.write_ptr | (txq_id << 8));
  194. txq->need_update = 0;
  195. return ret;
  196. }
  197. EXPORT_SYMBOL(iwl_txq_update_write_ptr);
  198. /**
  199. * iwl_tx_queue_free - Deallocate DMA queue.
  200. * @txq: Transmit queue to deallocate.
  201. *
  202. * Empty queue by removing and destroying all BD's.
  203. * Free all buffers.
  204. * 0-fill, but do not free "txq" descriptor structure.
  205. */
  206. static void iwl_tx_queue_free(struct iwl_priv *priv, int txq_id)
  207. {
  208. struct iwl_tx_queue *txq = &priv->txq[txq_id];
  209. struct iwl_queue *q = &txq->q;
  210. struct pci_dev *dev = priv->pci_dev;
  211. int i, len;
  212. if (q->n_bd == 0)
  213. return;
  214. /* first, empty all BD's */
  215. for (; q->write_ptr != q->read_ptr;
  216. q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd))
  217. iwl_hw_txq_free_tfd(priv, txq);
  218. len = sizeof(struct iwl_cmd) * q->n_window;
  219. /* De-alloc array of command/tx buffers */
  220. for (i = 0; i < TFD_TX_CMD_SLOTS; i++)
  221. kfree(txq->cmd[i]);
  222. /* De-alloc circular buffer of TFDs */
  223. if (txq->q.n_bd)
  224. pci_free_consistent(dev, sizeof(struct iwl_tfd) *
  225. txq->q.n_bd, txq->tfds, txq->q.dma_addr);
  226. /* De-alloc array of per-TFD driver data */
  227. kfree(txq->txb);
  228. txq->txb = NULL;
  229. /* 0-fill queue descriptor structure */
  230. memset(txq, 0, sizeof(*txq));
  231. }
  232. /**
  233. * iwl_cmd_queue_free - Deallocate DMA queue.
  234. * @txq: Transmit queue to deallocate.
  235. *
  236. * Empty queue by removing and destroying all BD's.
  237. * Free all buffers.
  238. * 0-fill, but do not free "txq" descriptor structure.
  239. */
  240. static void iwl_cmd_queue_free(struct iwl_priv *priv)
  241. {
  242. struct iwl_tx_queue *txq = &priv->txq[IWL_CMD_QUEUE_NUM];
  243. struct iwl_queue *q = &txq->q;
  244. struct pci_dev *dev = priv->pci_dev;
  245. int i, len;
  246. if (q->n_bd == 0)
  247. return;
  248. len = sizeof(struct iwl_cmd) * q->n_window;
  249. len += IWL_MAX_SCAN_SIZE;
  250. /* De-alloc array of command/tx buffers */
  251. for (i = 0; i <= TFD_CMD_SLOTS; i++)
  252. kfree(txq->cmd[i]);
  253. /* De-alloc circular buffer of TFDs */
  254. if (txq->q.n_bd)
  255. pci_free_consistent(dev, sizeof(struct iwl_tfd) *
  256. txq->q.n_bd, txq->tfds, txq->q.dma_addr);
  257. /* 0-fill queue descriptor structure */
  258. memset(txq, 0, sizeof(*txq));
  259. }
  260. /*************** DMA-QUEUE-GENERAL-FUNCTIONS *****
  261. * DMA services
  262. *
  263. * Theory of operation
  264. *
  265. * A Tx or Rx queue resides in host DRAM, and is comprised of a circular buffer
  266. * of buffer descriptors, each of which points to one or more data buffers for
  267. * the device to read from or fill. Driver and device exchange status of each
  268. * queue via "read" and "write" pointers. Driver keeps minimum of 2 empty
  269. * entries in each circular buffer, to protect against confusing empty and full
  270. * queue states.
  271. *
  272. * The device reads or writes the data in the queues via the device's several
  273. * DMA/FIFO channels. Each queue is mapped to a single DMA channel.
  274. *
  275. * For Tx queue, there are low mark and high mark limits. If, after queuing
  276. * the packet for Tx, free space become < low mark, Tx queue stopped. When
  277. * reclaiming packets (on 'tx done IRQ), if free space become > high mark,
  278. * Tx queue resumed.
  279. *
  280. * See more detailed info in iwl-4965-hw.h.
  281. ***************************************************/
  282. int iwl_queue_space(const struct iwl_queue *q)
  283. {
  284. int s = q->read_ptr - q->write_ptr;
  285. if (q->read_ptr > q->write_ptr)
  286. s -= q->n_bd;
  287. if (s <= 0)
  288. s += q->n_window;
  289. /* keep some reserve to not confuse empty and full situations */
  290. s -= 2;
  291. if (s < 0)
  292. s = 0;
  293. return s;
  294. }
  295. EXPORT_SYMBOL(iwl_queue_space);
  296. /**
  297. * iwl_queue_init - Initialize queue's high/low-water and read/write indexes
  298. */
  299. static int iwl_queue_init(struct iwl_priv *priv, struct iwl_queue *q,
  300. int count, int slots_num, u32 id)
  301. {
  302. q->n_bd = count;
  303. q->n_window = slots_num;
  304. q->id = id;
  305. /* count must be power-of-two size, otherwise iwl_queue_inc_wrap
  306. * and iwl_queue_dec_wrap are broken. */
  307. BUG_ON(!is_power_of_2(count));
  308. /* slots_num must be power-of-two size, otherwise
  309. * get_cmd_index is broken. */
  310. BUG_ON(!is_power_of_2(slots_num));
  311. q->low_mark = q->n_window / 4;
  312. if (q->low_mark < 4)
  313. q->low_mark = 4;
  314. q->high_mark = q->n_window / 8;
  315. if (q->high_mark < 2)
  316. q->high_mark = 2;
  317. q->write_ptr = q->read_ptr = 0;
  318. return 0;
  319. }
  320. /**
  321. * iwl_tx_queue_alloc - Alloc driver data and TFD CB for one Tx/cmd queue
  322. */
  323. static int iwl_tx_queue_alloc(struct iwl_priv *priv,
  324. struct iwl_tx_queue *txq, u32 id)
  325. {
  326. struct pci_dev *dev = priv->pci_dev;
  327. /* Driver private data, only for Tx (not command) queues,
  328. * not shared with device. */
  329. if (id != IWL_CMD_QUEUE_NUM) {
  330. txq->txb = kmalloc(sizeof(txq->txb[0]) *
  331. TFD_QUEUE_SIZE_MAX, GFP_KERNEL);
  332. if (!txq->txb) {
  333. IWL_ERROR("kmalloc for auxiliary BD "
  334. "structures failed\n");
  335. goto error;
  336. }
  337. } else
  338. txq->txb = NULL;
  339. /* Circular buffer of transmit frame descriptors (TFDs),
  340. * shared with device */
  341. txq->tfds = pci_alloc_consistent(dev,
  342. sizeof(txq->tfds[0]) * TFD_QUEUE_SIZE_MAX,
  343. &txq->q.dma_addr);
  344. if (!txq->tfds) {
  345. IWL_ERROR("pci_alloc_consistent(%zd) failed\n",
  346. sizeof(txq->tfds[0]) * TFD_QUEUE_SIZE_MAX);
  347. goto error;
  348. }
  349. txq->q.id = id;
  350. return 0;
  351. error:
  352. kfree(txq->txb);
  353. txq->txb = NULL;
  354. return -ENOMEM;
  355. }
  356. /*
  357. * Tell nic where to find circular buffer of Tx Frame Descriptors for
  358. * given Tx queue, and enable the DMA channel used for that queue.
  359. *
  360. * 4965 supports up to 16 Tx queues in DRAM, mapped to up to 8 Tx DMA
  361. * channels supported in hardware.
  362. */
  363. static int iwl_hw_tx_queue_init(struct iwl_priv *priv,
  364. struct iwl_tx_queue *txq)
  365. {
  366. int ret;
  367. unsigned long flags;
  368. int txq_id = txq->q.id;
  369. spin_lock_irqsave(&priv->lock, flags);
  370. ret = iwl_grab_nic_access(priv);
  371. if (ret) {
  372. spin_unlock_irqrestore(&priv->lock, flags);
  373. return ret;
  374. }
  375. /* Circular buffer (TFD queue in DRAM) physical base address */
  376. iwl_write_direct32(priv, FH_MEM_CBBC_QUEUE(txq_id),
  377. txq->q.dma_addr >> 8);
  378. /* Enable DMA channel, using same id as for TFD queue */
  379. iwl_write_direct32(priv, FH_TCSR_CHNL_TX_CONFIG_REG(txq_id),
  380. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
  381. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE);
  382. iwl_release_nic_access(priv);
  383. spin_unlock_irqrestore(&priv->lock, flags);
  384. return 0;
  385. }
  386. /**
  387. * iwl_tx_queue_init - Allocate and initialize one tx/cmd queue
  388. */
  389. static int iwl_tx_queue_init(struct iwl_priv *priv, struct iwl_tx_queue *txq,
  390. int slots_num, u32 txq_id)
  391. {
  392. int i, len;
  393. int ret;
  394. /*
  395. * Alloc buffer array for commands (Tx or other types of commands).
  396. * For the command queue (#4), allocate command space + one big
  397. * command for scan, since scan command is very huge; the system will
  398. * not have two scans at the same time, so only one is needed.
  399. * For normal Tx queues (all other queues), no super-size command
  400. * space is needed.
  401. */
  402. len = sizeof(struct iwl_cmd);
  403. for (i = 0; i <= slots_num; i++) {
  404. if (i == slots_num) {
  405. if (txq_id == IWL_CMD_QUEUE_NUM)
  406. len += IWL_MAX_SCAN_SIZE;
  407. else
  408. continue;
  409. }
  410. txq->cmd[i] = kmalloc(len, GFP_KERNEL);
  411. if (!txq->cmd[i])
  412. goto err;
  413. }
  414. /* Alloc driver data array and TFD circular buffer */
  415. ret = iwl_tx_queue_alloc(priv, txq, txq_id);
  416. if (ret)
  417. goto err;
  418. txq->need_update = 0;
  419. /* TFD_QUEUE_SIZE_MAX must be power-of-two size, otherwise
  420. * iwl_queue_inc_wrap and iwl_queue_dec_wrap are broken. */
  421. BUILD_BUG_ON(TFD_QUEUE_SIZE_MAX & (TFD_QUEUE_SIZE_MAX - 1));
  422. /* Initialize queue's high/low-water marks, and head/tail indexes */
  423. iwl_queue_init(priv, &txq->q, TFD_QUEUE_SIZE_MAX, slots_num, txq_id);
  424. /* Tell device where to find queue */
  425. iwl_hw_tx_queue_init(priv, txq);
  426. return 0;
  427. err:
  428. for (i = 0; i < slots_num; i++) {
  429. kfree(txq->cmd[i]);
  430. txq->cmd[i] = NULL;
  431. }
  432. if (txq_id == IWL_CMD_QUEUE_NUM) {
  433. kfree(txq->cmd[slots_num]);
  434. txq->cmd[slots_num] = NULL;
  435. }
  436. return -ENOMEM;
  437. }
  438. /**
  439. * iwl_hw_txq_ctx_free - Free TXQ Context
  440. *
  441. * Destroy all TX DMA queues and structures
  442. */
  443. void iwl_hw_txq_ctx_free(struct iwl_priv *priv)
  444. {
  445. int txq_id;
  446. /* Tx queues */
  447. for (txq_id = 0; txq_id < priv->hw_params.max_txq_num; txq_id++)
  448. if (txq_id == IWL_CMD_QUEUE_NUM)
  449. iwl_cmd_queue_free(priv);
  450. else
  451. iwl_tx_queue_free(priv, txq_id);
  452. iwl_free_dma_ptr(priv, &priv->kw);
  453. iwl_free_dma_ptr(priv, &priv->scd_bc_tbls);
  454. }
  455. EXPORT_SYMBOL(iwl_hw_txq_ctx_free);
  456. /**
  457. * iwl_txq_ctx_reset - Reset TX queue context
  458. * Destroys all DMA structures and initialize them again
  459. *
  460. * @param priv
  461. * @return error code
  462. */
  463. int iwl_txq_ctx_reset(struct iwl_priv *priv)
  464. {
  465. int ret = 0;
  466. int txq_id, slots_num;
  467. unsigned long flags;
  468. /* Free all tx/cmd queues and keep-warm buffer */
  469. iwl_hw_txq_ctx_free(priv);
  470. ret = iwl_alloc_dma_ptr(priv, &priv->scd_bc_tbls,
  471. priv->hw_params.scd_bc_tbls_size);
  472. if (ret) {
  473. IWL_ERROR("Scheduler BC Table allocation failed\n");
  474. goto error_bc_tbls;
  475. }
  476. /* Alloc keep-warm buffer */
  477. ret = iwl_alloc_dma_ptr(priv, &priv->kw, IWL_KW_SIZE);
  478. if (ret) {
  479. IWL_ERROR("Keep Warm allocation failed\n");
  480. goto error_kw;
  481. }
  482. spin_lock_irqsave(&priv->lock, flags);
  483. ret = iwl_grab_nic_access(priv);
  484. if (unlikely(ret)) {
  485. spin_unlock_irqrestore(&priv->lock, flags);
  486. goto error_reset;
  487. }
  488. /* Turn off all Tx DMA fifos */
  489. priv->cfg->ops->lib->txq_set_sched(priv, 0);
  490. /* Tell NIC where to find the "keep warm" buffer */
  491. iwl_write_direct32(priv, FH_KW_MEM_ADDR_REG, priv->kw.dma >> 4);
  492. iwl_release_nic_access(priv);
  493. spin_unlock_irqrestore(&priv->lock, flags);
  494. /* Alloc and init all Tx queues, including the command queue (#4) */
  495. for (txq_id = 0; txq_id < priv->hw_params.max_txq_num; txq_id++) {
  496. slots_num = (txq_id == IWL_CMD_QUEUE_NUM) ?
  497. TFD_CMD_SLOTS : TFD_TX_CMD_SLOTS;
  498. ret = iwl_tx_queue_init(priv, &priv->txq[txq_id], slots_num,
  499. txq_id);
  500. if (ret) {
  501. IWL_ERROR("Tx %d queue init failed\n", txq_id);
  502. goto error;
  503. }
  504. }
  505. return ret;
  506. error:
  507. iwl_hw_txq_ctx_free(priv);
  508. error_reset:
  509. iwl_free_dma_ptr(priv, &priv->kw);
  510. error_kw:
  511. iwl_free_dma_ptr(priv, &priv->scd_bc_tbls);
  512. error_bc_tbls:
  513. return ret;
  514. }
  515. /**
  516. * iwl_txq_ctx_stop - Stop all Tx DMA channels, free Tx queue memory
  517. */
  518. void iwl_txq_ctx_stop(struct iwl_priv *priv)
  519. {
  520. int txq_id;
  521. unsigned long flags;
  522. /* Turn off all Tx DMA fifos */
  523. spin_lock_irqsave(&priv->lock, flags);
  524. if (iwl_grab_nic_access(priv)) {
  525. spin_unlock_irqrestore(&priv->lock, flags);
  526. return;
  527. }
  528. priv->cfg->ops->lib->txq_set_sched(priv, 0);
  529. /* Stop each Tx DMA channel, and wait for it to be idle */
  530. for (txq_id = 0; txq_id < priv->hw_params.max_txq_num; txq_id++) {
  531. iwl_write_direct32(priv,
  532. FH_TCSR_CHNL_TX_CONFIG_REG(txq_id), 0x0);
  533. iwl_poll_direct_bit(priv, FH_TSSR_TX_STATUS_REG,
  534. FH_TSSR_TX_STATUS_REG_MSK_CHNL_IDLE
  535. (txq_id), 200);
  536. }
  537. iwl_release_nic_access(priv);
  538. spin_unlock_irqrestore(&priv->lock, flags);
  539. /* Deallocate memory for all Tx queues */
  540. iwl_hw_txq_ctx_free(priv);
  541. }
  542. EXPORT_SYMBOL(iwl_txq_ctx_stop);
  543. /*
  544. * handle build REPLY_TX command notification.
  545. */
  546. static void iwl_tx_cmd_build_basic(struct iwl_priv *priv,
  547. struct iwl_tx_cmd *tx_cmd,
  548. struct ieee80211_tx_info *info,
  549. struct ieee80211_hdr *hdr,
  550. int is_unicast, u8 std_id)
  551. {
  552. __le16 fc = hdr->frame_control;
  553. __le32 tx_flags = tx_cmd->tx_flags;
  554. tx_cmd->stop_time.life_time = TX_CMD_LIFE_TIME_INFINITE;
  555. if (!(info->flags & IEEE80211_TX_CTL_NO_ACK)) {
  556. tx_flags |= TX_CMD_FLG_ACK_MSK;
  557. if (ieee80211_is_mgmt(fc))
  558. tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
  559. if (ieee80211_is_probe_resp(fc) &&
  560. !(le16_to_cpu(hdr->seq_ctrl) & 0xf))
  561. tx_flags |= TX_CMD_FLG_TSF_MSK;
  562. } else {
  563. tx_flags &= (~TX_CMD_FLG_ACK_MSK);
  564. tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
  565. }
  566. if (ieee80211_is_back_req(fc))
  567. tx_flags |= TX_CMD_FLG_ACK_MSK | TX_CMD_FLG_IMM_BA_RSP_MASK;
  568. tx_cmd->sta_id = std_id;
  569. if (ieee80211_has_morefrags(fc))
  570. tx_flags |= TX_CMD_FLG_MORE_FRAG_MSK;
  571. if (ieee80211_is_data_qos(fc)) {
  572. u8 *qc = ieee80211_get_qos_ctl(hdr);
  573. tx_cmd->tid_tspec = qc[0] & 0xf;
  574. tx_flags &= ~TX_CMD_FLG_SEQ_CTL_MSK;
  575. } else {
  576. tx_flags |= TX_CMD_FLG_SEQ_CTL_MSK;
  577. }
  578. priv->cfg->ops->utils->rts_tx_cmd_flag(info, &tx_flags);
  579. if ((tx_flags & TX_CMD_FLG_RTS_MSK) || (tx_flags & TX_CMD_FLG_CTS_MSK))
  580. tx_flags |= TX_CMD_FLG_FULL_TXOP_PROT_MSK;
  581. tx_flags &= ~(TX_CMD_FLG_ANT_SEL_MSK);
  582. if (ieee80211_is_mgmt(fc)) {
  583. if (ieee80211_is_assoc_req(fc) || ieee80211_is_reassoc_req(fc))
  584. tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(3);
  585. else
  586. tx_cmd->timeout.pm_frame_timeout = cpu_to_le16(2);
  587. } else {
  588. tx_cmd->timeout.pm_frame_timeout = 0;
  589. }
  590. tx_cmd->driver_txop = 0;
  591. tx_cmd->tx_flags = tx_flags;
  592. tx_cmd->next_frame_len = 0;
  593. }
  594. #define RTS_HCCA_RETRY_LIMIT 3
  595. #define RTS_DFAULT_RETRY_LIMIT 60
  596. static void iwl_tx_cmd_build_rate(struct iwl_priv *priv,
  597. struct iwl_tx_cmd *tx_cmd,
  598. struct ieee80211_tx_info *info,
  599. __le16 fc, int sta_id,
  600. int is_hcca)
  601. {
  602. u32 rate_flags = 0;
  603. int rate_idx;
  604. u8 rts_retry_limit = 0;
  605. u8 data_retry_limit = 0;
  606. u8 rate_plcp;
  607. rate_idx = min(ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xffff,
  608. IWL_RATE_COUNT - 1);
  609. rate_plcp = iwl_rates[rate_idx].plcp;
  610. rts_retry_limit = (is_hcca) ?
  611. RTS_HCCA_RETRY_LIMIT : RTS_DFAULT_RETRY_LIMIT;
  612. if ((rate_idx >= IWL_FIRST_CCK_RATE) && (rate_idx <= IWL_LAST_CCK_RATE))
  613. rate_flags |= RATE_MCS_CCK_MSK;
  614. if (ieee80211_is_probe_resp(fc)) {
  615. data_retry_limit = 3;
  616. if (data_retry_limit < rts_retry_limit)
  617. rts_retry_limit = data_retry_limit;
  618. } else
  619. data_retry_limit = IWL_DEFAULT_TX_RETRY;
  620. if (priv->data_retry_limit != -1)
  621. data_retry_limit = priv->data_retry_limit;
  622. if (ieee80211_is_data(fc)) {
  623. tx_cmd->initial_rate_index = 0;
  624. tx_cmd->tx_flags |= TX_CMD_FLG_STA_RATE_MSK;
  625. } else {
  626. switch (fc & cpu_to_le16(IEEE80211_FCTL_STYPE)) {
  627. case cpu_to_le16(IEEE80211_STYPE_AUTH):
  628. case cpu_to_le16(IEEE80211_STYPE_DEAUTH):
  629. case cpu_to_le16(IEEE80211_STYPE_ASSOC_REQ):
  630. case cpu_to_le16(IEEE80211_STYPE_REASSOC_REQ):
  631. if (tx_cmd->tx_flags & TX_CMD_FLG_RTS_MSK) {
  632. tx_cmd->tx_flags &= ~TX_CMD_FLG_RTS_MSK;
  633. tx_cmd->tx_flags |= TX_CMD_FLG_CTS_MSK;
  634. }
  635. break;
  636. default:
  637. break;
  638. }
  639. priv->mgmt_tx_ant = iwl_toggle_tx_ant(priv, priv->mgmt_tx_ant);
  640. rate_flags |= iwl_ant_idx_to_flags(priv->mgmt_tx_ant);
  641. }
  642. tx_cmd->rts_retry_limit = rts_retry_limit;
  643. tx_cmd->data_retry_limit = data_retry_limit;
  644. tx_cmd->rate_n_flags = iwl_hw_set_rate_n_flags(rate_plcp, rate_flags);
  645. }
  646. static void iwl_tx_cmd_build_hwcrypto(struct iwl_priv *priv,
  647. struct ieee80211_tx_info *info,
  648. struct iwl_tx_cmd *tx_cmd,
  649. struct sk_buff *skb_frag,
  650. int sta_id)
  651. {
  652. struct ieee80211_key_conf *keyconf = info->control.hw_key;
  653. switch (keyconf->alg) {
  654. case ALG_CCMP:
  655. tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
  656. memcpy(tx_cmd->key, keyconf->key, keyconf->keylen);
  657. if (info->flags & IEEE80211_TX_CTL_AMPDU)
  658. tx_cmd->tx_flags |= TX_CMD_FLG_AGG_CCMP_MSK;
  659. IWL_DEBUG_TX("tx_cmd with AES hwcrypto\n");
  660. break;
  661. case ALG_TKIP:
  662. tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
  663. ieee80211_get_tkip_key(keyconf, skb_frag,
  664. IEEE80211_TKIP_P2_KEY, tx_cmd->key);
  665. IWL_DEBUG_TX("tx_cmd with tkip hwcrypto\n");
  666. break;
  667. case ALG_WEP:
  668. tx_cmd->sec_ctl |= (TX_CMD_SEC_WEP |
  669. (keyconf->keyidx & TX_CMD_SEC_MSK) << TX_CMD_SEC_SHIFT);
  670. if (keyconf->keylen == WEP_KEY_LEN_128)
  671. tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
  672. memcpy(&tx_cmd->key[3], keyconf->key, keyconf->keylen);
  673. IWL_DEBUG_TX("Configuring packet for WEP encryption "
  674. "with key %d\n", keyconf->keyidx);
  675. break;
  676. default:
  677. printk(KERN_ERR "Unknown encode alg %d\n", keyconf->alg);
  678. break;
  679. }
  680. }
  681. static void iwl_update_tx_stats(struct iwl_priv *priv, u16 fc, u16 len)
  682. {
  683. /* 0 - mgmt, 1 - cnt, 2 - data */
  684. int idx = (fc & IEEE80211_FCTL_FTYPE) >> 2;
  685. priv->tx_stats[idx].cnt++;
  686. priv->tx_stats[idx].bytes += len;
  687. }
  688. /*
  689. * start REPLY_TX command process
  690. */
  691. int iwl_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
  692. {
  693. struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data;
  694. struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
  695. struct iwl_tfd *tfd;
  696. struct iwl_tx_queue *txq;
  697. struct iwl_queue *q;
  698. struct iwl_cmd *out_cmd;
  699. struct iwl_tx_cmd *tx_cmd;
  700. int swq_id, txq_id;
  701. dma_addr_t phys_addr;
  702. dma_addr_t txcmd_phys;
  703. dma_addr_t scratch_phys;
  704. u16 len, len_org;
  705. u16 seq_number = 0;
  706. __le16 fc;
  707. u8 hdr_len, unicast;
  708. u8 sta_id;
  709. u8 wait_write_ptr = 0;
  710. u8 tid = 0;
  711. u8 *qc = NULL;
  712. unsigned long flags;
  713. int ret;
  714. spin_lock_irqsave(&priv->lock, flags);
  715. if (iwl_is_rfkill(priv)) {
  716. IWL_DEBUG_DROP("Dropping - RF KILL\n");
  717. goto drop_unlock;
  718. }
  719. if ((ieee80211_get_tx_rate(priv->hw, info)->hw_value & 0xFF) ==
  720. IWL_INVALID_RATE) {
  721. IWL_ERROR("ERROR: No TX rate available.\n");
  722. goto drop_unlock;
  723. }
  724. unicast = !is_multicast_ether_addr(hdr->addr1);
  725. fc = hdr->frame_control;
  726. #ifdef CONFIG_IWLWIFI_DEBUG
  727. if (ieee80211_is_auth(fc))
  728. IWL_DEBUG_TX("Sending AUTH frame\n");
  729. else if (ieee80211_is_assoc_req(fc))
  730. IWL_DEBUG_TX("Sending ASSOC frame\n");
  731. else if (ieee80211_is_reassoc_req(fc))
  732. IWL_DEBUG_TX("Sending REASSOC frame\n");
  733. #endif
  734. /* drop all data frame if we are not associated */
  735. if (ieee80211_is_data(fc) &&
  736. (priv->iw_mode != NL80211_IFTYPE_MONITOR ||
  737. !(info->flags & IEEE80211_TX_CTL_INJECTED)) && /* packet injection */
  738. (!iwl_is_associated(priv) ||
  739. ((priv->iw_mode == NL80211_IFTYPE_STATION) && !priv->assoc_id) ||
  740. !priv->assoc_station_added)) {
  741. IWL_DEBUG_DROP("Dropping - !iwl_is_associated\n");
  742. goto drop_unlock;
  743. }
  744. spin_unlock_irqrestore(&priv->lock, flags);
  745. hdr_len = ieee80211_hdrlen(fc);
  746. /* Find (or create) index into station table for destination station */
  747. sta_id = iwl_get_sta_id(priv, hdr);
  748. if (sta_id == IWL_INVALID_STATION) {
  749. IWL_DEBUG_DROP("Dropping - INVALID STATION: %pM\n",
  750. hdr->addr1);
  751. goto drop;
  752. }
  753. IWL_DEBUG_TX("station Id %d\n", sta_id);
  754. swq_id = skb_get_queue_mapping(skb);
  755. txq_id = swq_id;
  756. if (ieee80211_is_data_qos(fc)) {
  757. qc = ieee80211_get_qos_ctl(hdr);
  758. tid = qc[0] & IEEE80211_QOS_CTL_TID_MASK;
  759. seq_number = priv->stations[sta_id].tid[tid].seq_number;
  760. seq_number &= IEEE80211_SCTL_SEQ;
  761. hdr->seq_ctrl = hdr->seq_ctrl &
  762. __constant_cpu_to_le16(IEEE80211_SCTL_FRAG);
  763. hdr->seq_ctrl |= cpu_to_le16(seq_number);
  764. seq_number += 0x10;
  765. /* aggregation is on for this <sta,tid> */
  766. if (info->flags & IEEE80211_TX_CTL_AMPDU)
  767. txq_id = priv->stations[sta_id].tid[tid].agg.txq_id;
  768. priv->stations[sta_id].tid[tid].tfds_in_queue++;
  769. }
  770. txq = &priv->txq[txq_id];
  771. q = &txq->q;
  772. txq->swq_id = swq_id;
  773. spin_lock_irqsave(&priv->lock, flags);
  774. /* Set up first empty TFD within this queue's circular TFD buffer */
  775. tfd = &txq->tfds[q->write_ptr];
  776. memset(tfd, 0, sizeof(*tfd));
  777. /* Set up driver data for this TFD */
  778. memset(&(txq->txb[q->write_ptr]), 0, sizeof(struct iwl_tx_info));
  779. txq->txb[q->write_ptr].skb[0] = skb;
  780. /* Set up first empty entry in queue's array of Tx/cmd buffers */
  781. out_cmd = txq->cmd[q->write_ptr];
  782. tx_cmd = &out_cmd->cmd.tx;
  783. memset(&out_cmd->hdr, 0, sizeof(out_cmd->hdr));
  784. memset(tx_cmd, 0, sizeof(struct iwl_tx_cmd));
  785. /*
  786. * Set up the Tx-command (not MAC!) header.
  787. * Store the chosen Tx queue and TFD index within the sequence field;
  788. * after Tx, uCode's Tx response will return this value so driver can
  789. * locate the frame within the tx queue and do post-tx processing.
  790. */
  791. out_cmd->hdr.cmd = REPLY_TX;
  792. out_cmd->hdr.sequence = cpu_to_le16((u16)(QUEUE_TO_SEQ(txq_id) |
  793. INDEX_TO_SEQ(q->write_ptr)));
  794. /* Copy MAC header from skb into command buffer */
  795. memcpy(tx_cmd->hdr, hdr, hdr_len);
  796. /*
  797. * Use the first empty entry in this queue's command buffer array
  798. * to contain the Tx command and MAC header concatenated together
  799. * (payload data will be in another buffer).
  800. * Size of this varies, due to varying MAC header length.
  801. * If end is not dword aligned, we'll have 2 extra bytes at the end
  802. * of the MAC header (device reads on dword boundaries).
  803. * We'll tell device about this padding later.
  804. */
  805. len = sizeof(struct iwl_tx_cmd) +
  806. sizeof(struct iwl_cmd_header) + hdr_len;
  807. len_org = len;
  808. len = (len + 3) & ~3;
  809. if (len_org != len)
  810. len_org = 1;
  811. else
  812. len_org = 0;
  813. /* Physical address of this Tx command's header (not MAC header!),
  814. * within command buffer array. */
  815. txcmd_phys = pci_map_single(priv->pci_dev,
  816. out_cmd, sizeof(struct iwl_cmd),
  817. PCI_DMA_TODEVICE);
  818. pci_unmap_addr_set(&out_cmd->meta, mapping, txcmd_phys);
  819. pci_unmap_len_set(&out_cmd->meta, len, sizeof(struct iwl_cmd));
  820. /* Add buffer containing Tx command and MAC(!) header to TFD's
  821. * first entry */
  822. txcmd_phys += offsetof(struct iwl_cmd, hdr);
  823. iwl_hw_txq_attach_buf_to_tfd(priv, tfd, txcmd_phys, len);
  824. if (info->control.hw_key)
  825. iwl_tx_cmd_build_hwcrypto(priv, info, tx_cmd, skb, sta_id);
  826. /* Set up TFD's 2nd entry to point directly to remainder of skb,
  827. * if any (802.11 null frames have no payload). */
  828. len = skb->len - hdr_len;
  829. if (len) {
  830. phys_addr = pci_map_single(priv->pci_dev, skb->data + hdr_len,
  831. len, PCI_DMA_TODEVICE);
  832. iwl_hw_txq_attach_buf_to_tfd(priv, tfd, phys_addr, len);
  833. }
  834. /* Tell NIC about any 2-byte padding after MAC header */
  835. if (len_org)
  836. tx_cmd->tx_flags |= TX_CMD_FLG_MH_PAD_MSK;
  837. /* Total # bytes to be transmitted */
  838. len = (u16)skb->len;
  839. tx_cmd->len = cpu_to_le16(len);
  840. /* TODO need this for burst mode later on */
  841. iwl_tx_cmd_build_basic(priv, tx_cmd, info, hdr, unicast, sta_id);
  842. /* set is_hcca to 0; it probably will never be implemented */
  843. iwl_tx_cmd_build_rate(priv, tx_cmd, info, fc, sta_id, 0);
  844. iwl_update_tx_stats(priv, le16_to_cpu(fc), len);
  845. scratch_phys = txcmd_phys + sizeof(struct iwl_cmd_header) +
  846. offsetof(struct iwl_tx_cmd, scratch);
  847. tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys);
  848. tx_cmd->dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys);
  849. if (!ieee80211_has_morefrags(hdr->frame_control)) {
  850. txq->need_update = 1;
  851. if (qc)
  852. priv->stations[sta_id].tid[tid].seq_number = seq_number;
  853. } else {
  854. wait_write_ptr = 1;
  855. txq->need_update = 0;
  856. }
  857. iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd, sizeof(*tx_cmd));
  858. iwl_print_hex_dump(priv, IWL_DL_TX, (u8 *)tx_cmd->hdr, hdr_len);
  859. /* Set up entry for this TFD in Tx byte-count array */
  860. priv->cfg->ops->lib->txq_update_byte_cnt_tbl(priv, txq, len);
  861. /* Tell device the write index *just past* this latest filled TFD */
  862. q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
  863. ret = iwl_txq_update_write_ptr(priv, txq);
  864. spin_unlock_irqrestore(&priv->lock, flags);
  865. if (ret)
  866. return ret;
  867. if ((iwl_queue_space(q) < q->high_mark) && priv->mac80211_registered) {
  868. if (wait_write_ptr) {
  869. spin_lock_irqsave(&priv->lock, flags);
  870. txq->need_update = 1;
  871. iwl_txq_update_write_ptr(priv, txq);
  872. spin_unlock_irqrestore(&priv->lock, flags);
  873. } else {
  874. ieee80211_stop_queue(priv->hw, txq->swq_id);
  875. }
  876. }
  877. return 0;
  878. drop_unlock:
  879. spin_unlock_irqrestore(&priv->lock, flags);
  880. drop:
  881. return -1;
  882. }
  883. EXPORT_SYMBOL(iwl_tx_skb);
  884. /*************** HOST COMMAND QUEUE FUNCTIONS *****/
  885. /**
  886. * iwl_enqueue_hcmd - enqueue a uCode command
  887. * @priv: device private data point
  888. * @cmd: a point to the ucode command structure
  889. *
  890. * The function returns < 0 values to indicate the operation is
  891. * failed. On success, it turns the index (> 0) of command in the
  892. * command queue.
  893. */
  894. int iwl_enqueue_hcmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
  895. {
  896. struct iwl_tx_queue *txq = &priv->txq[IWL_CMD_QUEUE_NUM];
  897. struct iwl_queue *q = &txq->q;
  898. struct iwl_tfd *tfd;
  899. struct iwl_cmd *out_cmd;
  900. dma_addr_t phys_addr;
  901. unsigned long flags;
  902. int len, ret;
  903. u32 idx;
  904. u16 fix_size;
  905. cmd->len = priv->cfg->ops->utils->get_hcmd_size(cmd->id, cmd->len);
  906. fix_size = (u16)(cmd->len + sizeof(out_cmd->hdr));
  907. /* If any of the command structures end up being larger than
  908. * the TFD_MAX_PAYLOAD_SIZE, and it sent as a 'small' command then
  909. * we will need to increase the size of the TFD entries */
  910. BUG_ON((fix_size > TFD_MAX_PAYLOAD_SIZE) &&
  911. !(cmd->meta.flags & CMD_SIZE_HUGE));
  912. if (iwl_is_rfkill(priv)) {
  913. IWL_DEBUG_INFO("Not sending command - RF KILL");
  914. return -EIO;
  915. }
  916. if (iwl_queue_space(q) < ((cmd->meta.flags & CMD_ASYNC) ? 2 : 1)) {
  917. IWL_ERROR("No space for Tx\n");
  918. return -ENOSPC;
  919. }
  920. spin_lock_irqsave(&priv->hcmd_lock, flags);
  921. tfd = &txq->tfds[q->write_ptr];
  922. memset(tfd, 0, sizeof(*tfd));
  923. idx = get_cmd_index(q, q->write_ptr, cmd->meta.flags & CMD_SIZE_HUGE);
  924. out_cmd = txq->cmd[idx];
  925. out_cmd->hdr.cmd = cmd->id;
  926. memcpy(&out_cmd->meta, &cmd->meta, sizeof(cmd->meta));
  927. memcpy(&out_cmd->cmd.payload, cmd->data, cmd->len);
  928. /* At this point, the out_cmd now has all of the incoming cmd
  929. * information */
  930. out_cmd->hdr.flags = 0;
  931. out_cmd->hdr.sequence = cpu_to_le16(QUEUE_TO_SEQ(IWL_CMD_QUEUE_NUM) |
  932. INDEX_TO_SEQ(q->write_ptr));
  933. if (out_cmd->meta.flags & CMD_SIZE_HUGE)
  934. out_cmd->hdr.sequence |= SEQ_HUGE_FRAME;
  935. len = (idx == TFD_CMD_SLOTS) ?
  936. IWL_MAX_SCAN_SIZE : sizeof(struct iwl_cmd);
  937. phys_addr = pci_map_single(priv->pci_dev, out_cmd,
  938. len, PCI_DMA_TODEVICE);
  939. pci_unmap_addr_set(&out_cmd->meta, mapping, phys_addr);
  940. pci_unmap_len_set(&out_cmd->meta, len, len);
  941. phys_addr += offsetof(struct iwl_cmd, hdr);
  942. iwl_hw_txq_attach_buf_to_tfd(priv, tfd, phys_addr, fix_size);
  943. #ifdef CONFIG_IWLWIFI_DEBUG
  944. switch (out_cmd->hdr.cmd) {
  945. case REPLY_TX_LINK_QUALITY_CMD:
  946. case SENSITIVITY_CMD:
  947. IWL_DEBUG_HC_DUMP("Sending command %s (#%x), seq: 0x%04X, "
  948. "%d bytes at %d[%d]:%d\n",
  949. get_cmd_string(out_cmd->hdr.cmd),
  950. out_cmd->hdr.cmd,
  951. le16_to_cpu(out_cmd->hdr.sequence), fix_size,
  952. q->write_ptr, idx, IWL_CMD_QUEUE_NUM);
  953. break;
  954. default:
  955. IWL_DEBUG_HC("Sending command %s (#%x), seq: 0x%04X, "
  956. "%d bytes at %d[%d]:%d\n",
  957. get_cmd_string(out_cmd->hdr.cmd),
  958. out_cmd->hdr.cmd,
  959. le16_to_cpu(out_cmd->hdr.sequence), fix_size,
  960. q->write_ptr, idx, IWL_CMD_QUEUE_NUM);
  961. }
  962. #endif
  963. txq->need_update = 1;
  964. /* Set up entry in queue's byte count circular buffer */
  965. priv->cfg->ops->lib->txq_update_byte_cnt_tbl(priv, txq, 0);
  966. /* Increment and update queue's write index */
  967. q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd);
  968. ret = iwl_txq_update_write_ptr(priv, txq);
  969. spin_unlock_irqrestore(&priv->hcmd_lock, flags);
  970. return ret ? ret : idx;
  971. }
  972. int iwl_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index)
  973. {
  974. struct iwl_tx_queue *txq = &priv->txq[txq_id];
  975. struct iwl_queue *q = &txq->q;
  976. struct iwl_tx_info *tx_info;
  977. int nfreed = 0;
  978. if ((index >= q->n_bd) || (iwl_queue_used(q, index) == 0)) {
  979. IWL_ERROR("Read index for DMA queue txq id (%d), index %d, "
  980. "is out of range [0-%d] %d %d.\n", txq_id,
  981. index, q->n_bd, q->write_ptr, q->read_ptr);
  982. return 0;
  983. }
  984. for (index = iwl_queue_inc_wrap(index, q->n_bd);
  985. q->read_ptr != index;
  986. q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd)) {
  987. tx_info = &txq->txb[txq->q.read_ptr];
  988. ieee80211_tx_status_irqsafe(priv->hw, tx_info->skb[0]);
  989. tx_info->skb[0] = NULL;
  990. if (priv->cfg->ops->lib->txq_inval_byte_cnt_tbl)
  991. priv->cfg->ops->lib->txq_inval_byte_cnt_tbl(priv, txq);
  992. iwl_hw_txq_free_tfd(priv, txq);
  993. nfreed++;
  994. }
  995. return nfreed;
  996. }
  997. EXPORT_SYMBOL(iwl_tx_queue_reclaim);
  998. /**
  999. * iwl_hcmd_queue_reclaim - Reclaim TX command queue entries already Tx'd
  1000. *
  1001. * When FW advances 'R' index, all entries between old and new 'R' index
  1002. * need to be reclaimed. As result, some free space forms. If there is
  1003. * enough free space (> low mark), wake the stack that feeds us.
  1004. */
  1005. static void iwl_hcmd_queue_reclaim(struct iwl_priv *priv, int txq_id,
  1006. int idx, int cmd_idx)
  1007. {
  1008. struct iwl_tx_queue *txq = &priv->txq[txq_id];
  1009. struct iwl_queue *q = &txq->q;
  1010. int nfreed = 0;
  1011. if ((idx >= q->n_bd) || (iwl_queue_used(q, idx) == 0)) {
  1012. IWL_ERROR("Read index for DMA queue txq id (%d), index %d, "
  1013. "is out of range [0-%d] %d %d.\n", txq_id,
  1014. idx, q->n_bd, q->write_ptr, q->read_ptr);
  1015. return;
  1016. }
  1017. pci_unmap_single(priv->pci_dev,
  1018. pci_unmap_addr(&txq->cmd[cmd_idx]->meta, mapping),
  1019. pci_unmap_len(&txq->cmd[cmd_idx]->meta, len),
  1020. PCI_DMA_TODEVICE);
  1021. for (idx = iwl_queue_inc_wrap(idx, q->n_bd); q->read_ptr != idx;
  1022. q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd)) {
  1023. if (nfreed++ > 0) {
  1024. IWL_ERROR("HCMD skipped: index (%d) %d %d\n", idx,
  1025. q->write_ptr, q->read_ptr);
  1026. queue_work(priv->workqueue, &priv->restart);
  1027. }
  1028. }
  1029. }
  1030. /**
  1031. * iwl_tx_cmd_complete - Pull unused buffers off the queue and reclaim them
  1032. * @rxb: Rx buffer to reclaim
  1033. *
  1034. * If an Rx buffer has an async callback associated with it the callback
  1035. * will be executed. The attached skb (if present) will only be freed
  1036. * if the callback returns 1
  1037. */
  1038. void iwl_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb)
  1039. {
  1040. struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
  1041. u16 sequence = le16_to_cpu(pkt->hdr.sequence);
  1042. int txq_id = SEQ_TO_QUEUE(sequence);
  1043. int index = SEQ_TO_INDEX(sequence);
  1044. int cmd_index;
  1045. bool huge = !!(pkt->hdr.sequence & SEQ_HUGE_FRAME);
  1046. struct iwl_cmd *cmd;
  1047. /* If a Tx command is being handled and it isn't in the actual
  1048. * command queue then there a command routing bug has been introduced
  1049. * in the queue management code. */
  1050. if (WARN(txq_id != IWL_CMD_QUEUE_NUM,
  1051. "wrong command queue %d, sequence 0x%X readp=%d writep=%d\n",
  1052. txq_id, sequence,
  1053. priv->txq[IWL_CMD_QUEUE_NUM].q.read_ptr,
  1054. priv->txq[IWL_CMD_QUEUE_NUM].q.write_ptr)) {
  1055. iwl_print_hex_dump(priv, IWL_DL_INFO , rxb, 32);
  1056. return;
  1057. }
  1058. cmd_index = get_cmd_index(&priv->txq[IWL_CMD_QUEUE_NUM].q, index, huge);
  1059. cmd = priv->txq[IWL_CMD_QUEUE_NUM].cmd[cmd_index];
  1060. /* Input error checking is done when commands are added to queue. */
  1061. if (cmd->meta.flags & CMD_WANT_SKB) {
  1062. cmd->meta.source->u.skb = rxb->skb;
  1063. rxb->skb = NULL;
  1064. } else if (cmd->meta.u.callback &&
  1065. !cmd->meta.u.callback(priv, cmd, rxb->skb))
  1066. rxb->skb = NULL;
  1067. iwl_hcmd_queue_reclaim(priv, txq_id, index, cmd_index);
  1068. if (!(cmd->meta.flags & CMD_ASYNC)) {
  1069. clear_bit(STATUS_HCMD_ACTIVE, &priv->status);
  1070. wake_up_interruptible(&priv->wait_command_queue);
  1071. }
  1072. }
  1073. EXPORT_SYMBOL(iwl_tx_cmd_complete);
  1074. /*
  1075. * Find first available (lowest unused) Tx Queue, mark it "active".
  1076. * Called only when finding queue for aggregation.
  1077. * Should never return anything < 7, because they should already
  1078. * be in use as EDCA AC (0-3), Command (4), HCCA (5, 6).
  1079. */
  1080. static int iwl_txq_ctx_activate_free(struct iwl_priv *priv)
  1081. {
  1082. int txq_id;
  1083. for (txq_id = 0; txq_id < priv->hw_params.max_txq_num; txq_id++)
  1084. if (!test_and_set_bit(txq_id, &priv->txq_ctx_active_msk))
  1085. return txq_id;
  1086. return -1;
  1087. }
  1088. int iwl_tx_agg_start(struct iwl_priv *priv, const u8 *ra, u16 tid, u16 *ssn)
  1089. {
  1090. int sta_id;
  1091. int tx_fifo;
  1092. int txq_id;
  1093. int ret;
  1094. unsigned long flags;
  1095. struct iwl_tid_data *tid_data;
  1096. if (likely(tid < ARRAY_SIZE(default_tid_to_tx_fifo)))
  1097. tx_fifo = default_tid_to_tx_fifo[tid];
  1098. else
  1099. return -EINVAL;
  1100. IWL_WARNING("%s on ra = %pM tid = %d\n",
  1101. __func__, ra, tid);
  1102. sta_id = iwl_find_station(priv, ra);
  1103. if (sta_id == IWL_INVALID_STATION)
  1104. return -ENXIO;
  1105. if (priv->stations[sta_id].tid[tid].agg.state != IWL_AGG_OFF) {
  1106. IWL_ERROR("Start AGG when state is not IWL_AGG_OFF !\n");
  1107. return -ENXIO;
  1108. }
  1109. txq_id = iwl_txq_ctx_activate_free(priv);
  1110. if (txq_id == -1)
  1111. return -ENXIO;
  1112. spin_lock_irqsave(&priv->sta_lock, flags);
  1113. tid_data = &priv->stations[sta_id].tid[tid];
  1114. *ssn = SEQ_TO_SN(tid_data->seq_number);
  1115. tid_data->agg.txq_id = txq_id;
  1116. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1117. ret = priv->cfg->ops->lib->txq_agg_enable(priv, txq_id, tx_fifo,
  1118. sta_id, tid, *ssn);
  1119. if (ret)
  1120. return ret;
  1121. if (tid_data->tfds_in_queue == 0) {
  1122. printk(KERN_ERR "HW queue is empty\n");
  1123. tid_data->agg.state = IWL_AGG_ON;
  1124. ieee80211_start_tx_ba_cb_irqsafe(priv->hw, ra, tid);
  1125. } else {
  1126. IWL_DEBUG_HT("HW queue is NOT empty: %d packets in HW queue\n",
  1127. tid_data->tfds_in_queue);
  1128. tid_data->agg.state = IWL_EMPTYING_HW_QUEUE_ADDBA;
  1129. }
  1130. return ret;
  1131. }
  1132. EXPORT_SYMBOL(iwl_tx_agg_start);
  1133. int iwl_tx_agg_stop(struct iwl_priv *priv , const u8 *ra, u16 tid)
  1134. {
  1135. int tx_fifo_id, txq_id, sta_id, ssn = -1;
  1136. struct iwl_tid_data *tid_data;
  1137. int ret, write_ptr, read_ptr;
  1138. unsigned long flags;
  1139. if (!ra) {
  1140. IWL_ERROR("ra = NULL\n");
  1141. return -EINVAL;
  1142. }
  1143. if (likely(tid < ARRAY_SIZE(default_tid_to_tx_fifo)))
  1144. tx_fifo_id = default_tid_to_tx_fifo[tid];
  1145. else
  1146. return -EINVAL;
  1147. sta_id = iwl_find_station(priv, ra);
  1148. if (sta_id == IWL_INVALID_STATION)
  1149. return -ENXIO;
  1150. if (priv->stations[sta_id].tid[tid].agg.state != IWL_AGG_ON)
  1151. IWL_WARNING("Stopping AGG while state not IWL_AGG_ON\n");
  1152. tid_data = &priv->stations[sta_id].tid[tid];
  1153. ssn = (tid_data->seq_number & IEEE80211_SCTL_SEQ) >> 4;
  1154. txq_id = tid_data->agg.txq_id;
  1155. write_ptr = priv->txq[txq_id].q.write_ptr;
  1156. read_ptr = priv->txq[txq_id].q.read_ptr;
  1157. /* The queue is not empty */
  1158. if (write_ptr != read_ptr) {
  1159. IWL_DEBUG_HT("Stopping a non empty AGG HW QUEUE\n");
  1160. priv->stations[sta_id].tid[tid].agg.state =
  1161. IWL_EMPTYING_HW_QUEUE_DELBA;
  1162. return 0;
  1163. }
  1164. IWL_DEBUG_HT("HW queue is empty\n");
  1165. priv->stations[sta_id].tid[tid].agg.state = IWL_AGG_OFF;
  1166. spin_lock_irqsave(&priv->lock, flags);
  1167. ret = priv->cfg->ops->lib->txq_agg_disable(priv, txq_id, ssn,
  1168. tx_fifo_id);
  1169. spin_unlock_irqrestore(&priv->lock, flags);
  1170. if (ret)
  1171. return ret;
  1172. ieee80211_stop_tx_ba_cb_irqsafe(priv->hw, ra, tid);
  1173. return 0;
  1174. }
  1175. EXPORT_SYMBOL(iwl_tx_agg_stop);
  1176. int iwl_txq_check_empty(struct iwl_priv *priv, int sta_id, u8 tid, int txq_id)
  1177. {
  1178. struct iwl_queue *q = &priv->txq[txq_id].q;
  1179. u8 *addr = priv->stations[sta_id].sta.sta.addr;
  1180. struct iwl_tid_data *tid_data = &priv->stations[sta_id].tid[tid];
  1181. switch (priv->stations[sta_id].tid[tid].agg.state) {
  1182. case IWL_EMPTYING_HW_QUEUE_DELBA:
  1183. /* We are reclaiming the last packet of the */
  1184. /* aggregated HW queue */
  1185. if ((txq_id == tid_data->agg.txq_id) &&
  1186. (q->read_ptr == q->write_ptr)) {
  1187. u16 ssn = SEQ_TO_SN(tid_data->seq_number);
  1188. int tx_fifo = default_tid_to_tx_fifo[tid];
  1189. IWL_DEBUG_HT("HW queue empty: continue DELBA flow\n");
  1190. priv->cfg->ops->lib->txq_agg_disable(priv, txq_id,
  1191. ssn, tx_fifo);
  1192. tid_data->agg.state = IWL_AGG_OFF;
  1193. ieee80211_stop_tx_ba_cb_irqsafe(priv->hw, addr, tid);
  1194. }
  1195. break;
  1196. case IWL_EMPTYING_HW_QUEUE_ADDBA:
  1197. /* We are reclaiming the last packet of the queue */
  1198. if (tid_data->tfds_in_queue == 0) {
  1199. IWL_DEBUG_HT("HW queue empty: continue ADDBA flow\n");
  1200. tid_data->agg.state = IWL_AGG_ON;
  1201. ieee80211_start_tx_ba_cb_irqsafe(priv->hw, addr, tid);
  1202. }
  1203. break;
  1204. }
  1205. return 0;
  1206. }
  1207. EXPORT_SYMBOL(iwl_txq_check_empty);
  1208. /**
  1209. * iwl_tx_status_reply_compressed_ba - Update tx status from block-ack
  1210. *
  1211. * Go through block-ack's bitmap of ACK'd frames, update driver's record of
  1212. * ACK vs. not. This gets sent to mac80211, then to rate scaling algo.
  1213. */
  1214. static int iwl_tx_status_reply_compressed_ba(struct iwl_priv *priv,
  1215. struct iwl_ht_agg *agg,
  1216. struct iwl_compressed_ba_resp *ba_resp)
  1217. {
  1218. int i, sh, ack;
  1219. u16 seq_ctl = le16_to_cpu(ba_resp->seq_ctl);
  1220. u16 scd_flow = le16_to_cpu(ba_resp->scd_flow);
  1221. u64 bitmap;
  1222. int successes = 0;
  1223. struct ieee80211_tx_info *info;
  1224. if (unlikely(!agg->wait_for_ba)) {
  1225. IWL_ERROR("Received BA when not expected\n");
  1226. return -EINVAL;
  1227. }
  1228. /* Mark that the expected block-ack response arrived */
  1229. agg->wait_for_ba = 0;
  1230. IWL_DEBUG_TX_REPLY("BA %d %d\n", agg->start_idx, ba_resp->seq_ctl);
  1231. /* Calculate shift to align block-ack bits with our Tx window bits */
  1232. sh = agg->start_idx - SEQ_TO_INDEX(seq_ctl >> 4);
  1233. if (sh < 0) /* tbw something is wrong with indices */
  1234. sh += 0x100;
  1235. /* don't use 64-bit values for now */
  1236. bitmap = le64_to_cpu(ba_resp->bitmap) >> sh;
  1237. if (agg->frame_count > (64 - sh)) {
  1238. IWL_DEBUG_TX_REPLY("more frames than bitmap size");
  1239. return -1;
  1240. }
  1241. /* check for success or failure according to the
  1242. * transmitted bitmap and block-ack bitmap */
  1243. bitmap &= agg->bitmap;
  1244. /* For each frame attempted in aggregation,
  1245. * update driver's record of tx frame's status. */
  1246. for (i = 0; i < agg->frame_count ; i++) {
  1247. ack = bitmap & (1ULL << i);
  1248. successes += !!ack;
  1249. IWL_DEBUG_TX_REPLY("%s ON i=%d idx=%d raw=%d\n",
  1250. ack ? "ACK" : "NACK", i, (agg->start_idx + i) & 0xff,
  1251. agg->start_idx + i);
  1252. }
  1253. info = IEEE80211_SKB_CB(priv->txq[scd_flow].txb[agg->start_idx].skb[0]);
  1254. memset(&info->status, 0, sizeof(info->status));
  1255. info->flags = IEEE80211_TX_STAT_ACK;
  1256. info->flags |= IEEE80211_TX_STAT_AMPDU;
  1257. info->status.ampdu_ack_map = successes;
  1258. info->status.ampdu_ack_len = agg->frame_count;
  1259. iwl_hwrate_to_tx_control(priv, agg->rate_n_flags, info);
  1260. IWL_DEBUG_TX_REPLY("Bitmap %llx\n", (unsigned long long)bitmap);
  1261. return 0;
  1262. }
  1263. /**
  1264. * iwl_rx_reply_compressed_ba - Handler for REPLY_COMPRESSED_BA
  1265. *
  1266. * Handles block-acknowledge notification from device, which reports success
  1267. * of frames sent via aggregation.
  1268. */
  1269. void iwl_rx_reply_compressed_ba(struct iwl_priv *priv,
  1270. struct iwl_rx_mem_buffer *rxb)
  1271. {
  1272. struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
  1273. struct iwl_compressed_ba_resp *ba_resp = &pkt->u.compressed_ba;
  1274. struct iwl_tx_queue *txq = NULL;
  1275. struct iwl_ht_agg *agg;
  1276. int index;
  1277. int sta_id;
  1278. int tid;
  1279. /* "flow" corresponds to Tx queue */
  1280. u16 scd_flow = le16_to_cpu(ba_resp->scd_flow);
  1281. /* "ssn" is start of block-ack Tx window, corresponds to index
  1282. * (in Tx queue's circular buffer) of first TFD/frame in window */
  1283. u16 ba_resp_scd_ssn = le16_to_cpu(ba_resp->scd_ssn);
  1284. if (scd_flow >= priv->hw_params.max_txq_num) {
  1285. IWL_ERROR("BUG_ON scd_flow is bigger than number of queues\n");
  1286. return;
  1287. }
  1288. txq = &priv->txq[scd_flow];
  1289. sta_id = ba_resp->sta_id;
  1290. tid = ba_resp->tid;
  1291. agg = &priv->stations[sta_id].tid[tid].agg;
  1292. /* Find index just before block-ack window */
  1293. index = iwl_queue_dec_wrap(ba_resp_scd_ssn & 0xff, txq->q.n_bd);
  1294. /* TODO: Need to get this copy more safely - now good for debug */
  1295. IWL_DEBUG_TX_REPLY("REPLY_COMPRESSED_BA [%d] Received from %pM, "
  1296. "sta_id = %d\n",
  1297. agg->wait_for_ba,
  1298. (u8 *) &ba_resp->sta_addr_lo32,
  1299. ba_resp->sta_id);
  1300. IWL_DEBUG_TX_REPLY("TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = "
  1301. "%d, scd_ssn = %d\n",
  1302. ba_resp->tid,
  1303. ba_resp->seq_ctl,
  1304. (unsigned long long)le64_to_cpu(ba_resp->bitmap),
  1305. ba_resp->scd_flow,
  1306. ba_resp->scd_ssn);
  1307. IWL_DEBUG_TX_REPLY("DAT start_idx = %d, bitmap = 0x%llx \n",
  1308. agg->start_idx,
  1309. (unsigned long long)agg->bitmap);
  1310. /* Update driver's record of ACK vs. not for each frame in window */
  1311. iwl_tx_status_reply_compressed_ba(priv, agg, ba_resp);
  1312. /* Release all TFDs before the SSN, i.e. all TFDs in front of
  1313. * block-ack window (we assume that they've been successfully
  1314. * transmitted ... if not, it's too late anyway). */
  1315. if (txq->q.read_ptr != (ba_resp_scd_ssn & 0xff)) {
  1316. /* calculate mac80211 ampdu sw queue to wake */
  1317. int freed = iwl_tx_queue_reclaim(priv, scd_flow, index);
  1318. priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
  1319. if ((iwl_queue_space(&txq->q) > txq->q.low_mark) &&
  1320. priv->mac80211_registered &&
  1321. (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA))
  1322. ieee80211_wake_queue(priv->hw, txq->swq_id);
  1323. iwl_txq_check_empty(priv, sta_id, tid, scd_flow);
  1324. }
  1325. }
  1326. EXPORT_SYMBOL(iwl_rx_reply_compressed_ba);
  1327. #ifdef CONFIG_IWLWIFI_DEBUG
  1328. #define TX_STATUS_ENTRY(x) case TX_STATUS_FAIL_ ## x: return #x
  1329. const char *iwl_get_tx_fail_reason(u32 status)
  1330. {
  1331. switch (status & TX_STATUS_MSK) {
  1332. case TX_STATUS_SUCCESS:
  1333. return "SUCCESS";
  1334. TX_STATUS_ENTRY(SHORT_LIMIT);
  1335. TX_STATUS_ENTRY(LONG_LIMIT);
  1336. TX_STATUS_ENTRY(FIFO_UNDERRUN);
  1337. TX_STATUS_ENTRY(MGMNT_ABORT);
  1338. TX_STATUS_ENTRY(NEXT_FRAG);
  1339. TX_STATUS_ENTRY(LIFE_EXPIRE);
  1340. TX_STATUS_ENTRY(DEST_PS);
  1341. TX_STATUS_ENTRY(ABORTED);
  1342. TX_STATUS_ENTRY(BT_RETRY);
  1343. TX_STATUS_ENTRY(STA_INVALID);
  1344. TX_STATUS_ENTRY(FRAG_DROPPED);
  1345. TX_STATUS_ENTRY(TID_DISABLE);
  1346. TX_STATUS_ENTRY(FRAME_FLUSHED);
  1347. TX_STATUS_ENTRY(INSUFFICIENT_CF_POLL);
  1348. TX_STATUS_ENTRY(TX_LOCKED);
  1349. TX_STATUS_ENTRY(NO_BEACON_ON_RADAR);
  1350. }
  1351. return "UNKNOWN";
  1352. }
  1353. EXPORT_SYMBOL(iwl_get_tx_fail_reason);
  1354. #endif /* CONFIG_IWLWIFI_DEBUG */