aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/linville/wireless-2.6 into mergeJohn 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+2
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy1-1029/+0
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David 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-09iwlwifi: clean up queue/fifo handlingJohannes Berg1-38/+67
2010-03-09iwlwifi: remove frame droppingJohannes Berg1-10/+0
2010-02-26Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville1-4/+7
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+20
2010-02-23iwlwifi: increase command buffer sizeAbhijeet Kolekar1-4/+7
2010-02-22iwlwifi: sanity check before counting number of tfds can be freeStanislaw Gruszka1-1/+5
2010-02-22iwlwifi: error checking for number of tfds in queueWey-Yi Guy1-1/+15
2010-02-19iwlwifi: enable serialization of synchronous commandsReinette Chatre1-0/+2
2010-02-11iwlwifi: use dma_alloc_coherentStanislaw Gruszka1-11/+12
2010-02-11iwlwifi: cleanup return valuesAbhijeet Kolekar1-14/+7
2010-02-11iwlwifi: check for aggregation frame and queueWey-Yi Guy1-6/+12
2010-01-19iwlwifi: update copyright year to 2010Reinette Chatre1-1/+1
2009-12-21drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org1-1/+2
2009-12-07iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg1-1/+9
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-6/+55
2009-11-23iwlwifi: change message for cmd queue full errorWey-Yi Guy1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-4/+4
2009-11-18iwlwifi: handle unicast PS bufferingJohannes Berg1-1/+50
2009-11-11iwlwifi: MAC_ACCESS_REQ cleanupBen Cahill1-1/+2
2009-11-11iwlwifi: fix FIFO vs. queue confusionJohannes Berg1-2/+7
2009-11-02iwlwifi: print warning when sending host command failsReinette Chatre1-1/+2
2009-11-02iwlwifi: unmap memory before useReinette Chatre1-5/+5
2009-10-27iwlwifi: remove unused parametersWey-Yi Guy1-7/+2
2009-10-27iwlwifi: use paged RxZhu Yi1-5/+5
2009-10-27iwlwifi/iwl3945: remove data_retry_limitAbhijeet Kolekar1-3/+1
2009-10-27iwlwifi: dynamic allocate tx queue structureWey-Yi Guy1-6/+16
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07iwlwifi: device tracingJohannes Berg1-3/+11