summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19iwlwifi: remove unused parameter from iwl_hcmd_queue_reclaimDaniel Halperin1-3/+2
2011-05-13iwlagn: alwasy send RXON with disassociate falge before associateWey-Yi Guy1-0/+5
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-107/+124
2011-05-13iwlagn: remove unused pad argumentJohannes Berg1-3/+2
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg1-6/+154
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-3/+3
2011-05-06iwlagn: check DMA mapping errorsJohannes Berg1-3/+10
2011-05-06iwlagn: dont update bytecount table for command queueJohannes Berg1-4/+0
2011-05-06iwlagn: remove unused variableJohannes Berg1-4/+0
2011-05-06iwlagn: remove get_hcmd_size indirectionJohannes Berg1-1/+0
2011-04-25iwlwifi: fix possible data overwrite in hcmd callbackStanislaw Gruszka1-11/+4
2011-04-18iwlagn: temperature should be measure for all _agn devicesWey-Yi Guy1-4/+1
2011-04-18iwlagn: verify that huge commands are synchronousJohannes Berg1-0/+8
2011-04-18iwlagn: remove most BUG_ON instancesJohannes Berg1-8/+17
2011-04-08iwlagn: more cleanup to remove unused referenceWey-Yi Guy1-1/+0
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-04-07iwlagn: centralize and fix ucode restartJohannes Berg1-2/+2
2011-04-07iwlwifi: fix enqueue hcmd race conditionsStanislaw Gruszka1-29/+33
2011-02-28iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka1-25/+46
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-7/+0
2011-02-21Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy1-0/+7
2011-02-21iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy1-7/+0
2010-12-07iwlwifi: jiffies based tx queues watchdogStanislaw Gruszka1-2/+0
2010-11-16iwlwifi: always build swq_id as virtual queue IDJohannes Berg1-6/+5
2010-11-15iwlagn: enable shadow registerWey-Yi Guy1-21/+30
2010-10-08iwlwifi: move tx fail code to agnJohannes Berg1-38/+0
2010-09-18iwlagn: correct naming for failure reply tx statusWey-Yi Guy1-2/+2
2010-08-27iwlwifi: prepare for PAN queue/fifo assignmentJohannes Berg1-17/+17
2010-08-25iwlwifi: separate thermal throttling functionWey-Yi Guy1-3/+6
2010-06-06iwlwifi: kzalloc txb arrayJohannes Berg1-1/+1
2010-06-05iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-8/+8
2010-06-02Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-15/+0
2010-05-13iwlwifi: move iwl_free_tfds_in_queue to iwlagnJohannes Berg1-15/+0
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1066/+25
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+95
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-09iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi1-0/+20
2010-04-09iwlwifi: update tx command response statusWey-Yi Guy1-17/+24
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+46
2010-04-02iwlwifi: remove trailing space in messagesFrans Pop1-1/+1
2010-04-02iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi1-10/+49
2010-04-02iwlwifi: fix DMA allocation warningsZhu Yi1-3/+45
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+2
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy1-1029/+0
2010-03-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-48/+67
2010-03-19iwlwifi: Recover TX flow stall due to stuck queueWey-Yi Guy1-0/+2
2010-03-16iwlwifi: Silence tfds_in_queue messageAdel Gadllah1-1/+1
2010-03-10iwlwifi: clean up queue/fifo handlingJohannes Berg1-38/+67
2010-03-10iwlwifi: remove frame droppingJohannes Berg1-10/+0