aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: kzalloc txb arrayJohannes Berg2010-06-051-1/+1
* iwlwifi: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-06-041-8/+8
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-06-021-15/+0
|\
| * iwlwifi: move iwl_free_tfds_in_queue to iwlagnJohannes Berg2010-05-131-15/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-1066/+25
|\ \ | |/
| * iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-091-0/+20
| * iwlwifi: update tx command response statusWey-Yi Guy2010-04-091-17/+24
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-4/+46
| |\
| * | iwlwifi: remove trailing space in messagesFrans Pop2010-04-021-1/+1
| * | iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy2010-03-251-1029/+0
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-13/+95
|\ \ \
| * \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * | | iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-021-10/+49
| * | | iwlwifi: fix DMA allocation warningsZhu Yi2010-04-021-3/+45
| |/ /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-291-0/+2
|\ \ \ | | |/ | |/|
| * | iwlwifi: Recover TX flow stall due to stuck queueWey-Yi Guy2010-03-191-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-221-48/+67
|\ \ \ | |/ / | | / | |/ |/|
| * iwlwifi: clean up queue/fifo handlingJohannes Berg2010-03-091-38/+67
| * iwlwifi: remove frame droppingJohannes Berg2010-03-091-10/+0
* | iwlwifi: Silence tfds_in_queue messageAdel Gadllah2010-03-161-1/+1
|/
* Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2010-02-261-4/+7
|\
| * iwlwifi: increase command buffer sizeAbhijeet Kolekar2010-02-231-4/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-261-2/+20
|\ \ | |/
| * iwlwifi: sanity check before counting number of tfds can be freeStanislaw Gruszka2010-02-221-1/+5
| * iwlwifi: error checking for number of tfds in queueWey-Yi Guy2010-02-221-1/+15
* | iwlwifi: enable serialization of synchronous commandsReinette Chatre2010-02-191-0/+2
* | iwlwifi: use dma_alloc_coherentStanislaw Gruszka2010-02-111-11/+12
* | iwlwifi: cleanup return valuesAbhijeet Kolekar2010-02-111-14/+7
* | iwlwifi: check for aggregation frame and queueWey-Yi Guy2010-02-111-6/+12
* | iwlwifi: update copyright year to 2010Reinette Chatre2010-01-191-1/+1
|/
* drivers/net/wireless/iwlwifi/iwl-tx.c: fix gcc-3.4.5 warningakpm@linux-foundation.org2009-12-211-1/+2
* iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville2009-12-071-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-1/+9
|\
| * mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-1/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-241-6/+55
|\ \
| * | iwlwifi: change message for cmd queue full errorWey-Yi Guy2009-11-231-1/+1
| * | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-4/+4
| * | iwlwifi: handle unicast PS bufferingJohannes Berg2009-11-181-1/+50
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | iwlwifi: MAC_ACCESS_REQ cleanupBen Cahill2009-11-111-1/+2
* | iwlwifi: fix FIFO vs. queue confusionJohannes Berg2009-11-111-2/+7
* | iwlwifi: print warning when sending host command failsReinette Chatre2009-11-021-1/+2
* | iwlwifi: unmap memory before useReinette Chatre2009-11-021-5/+5
* | iwlwifi: remove unused parametersWey-Yi Guy2009-10-271-7/+2
* | iwlwifi: use paged RxZhu Yi2009-10-271-5/+5
* | iwlwifi/iwl3945: remove data_retry_limitAbhijeet Kolekar2009-10-271-3/+1
* | iwlwifi: dynamic allocate tx queue structureWey-Yi Guy2009-10-271-6/+16
* | iwlwifi: device tracingJohannes Berg2009-10-071-3/+11