aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach1-576/+0
2011-07-11iwlagn: block regular host commands if driver don't own uCodeWey-Yi Guy1-0/+6
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-17/+0
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-102/+6
2011-07-11iwlagn: remove the CMD_MAPPED flagEmmanuel Grumbach1-12/+4
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-138/+1
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-13/+11
2011-06-28iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville1-6/+6
2011-06-27iwlagn: map command buffers BIDIJohannes Berg1-7/+10
2011-06-27iwlagn: fix cmd queue unmapJohannes Berg1-4/+1
2011-06-24iwlagn: fix cmd queue unmapJohannes Berg1-4/+1
2011-06-24iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach1-6/+1
2011-06-18iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach1-14/+13
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-3/+3
2011-06-01iwlwifi: disambiguate invalid DMA index warningsDaniel Halperin1-3/+3
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-06iwlwifi: 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-07iwlwifi: move tx fail code to agnJohannes Berg1-38/+0
2010-09-17iwlagn: 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-24iwlwifi: separate thermal throttling functionWey-Yi Guy1-3/+6
2010-06-05iwlwifi: kzalloc txb arrayJohannes Berg1-1/+1
2010-06-04iwlwifi: 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/git/iwlwifi/iwlwifi-2.6John W. Linville1-15/+0
2010-05-13iwlwifi: move iwl_free_tfds_in_queue to iwlagnJohannes Berg1-15/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1066/+25
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+95