aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-21iwlwifi: DMA fixesReinette Chatre1-42/+53
2009-04-21iwlwifi: add debugging for TX pathReinette Chatre1-1/+3
2009-03-27mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-3/+5
2009-03-27iwlwifi: report error when detect failure during stop agg queueWey-Yi Guy1-1/+3
2009-03-27iwl3945: use iwl_cmd_queue_freeAbhijeet Kolekar1-2/+4
2009-02-27iwlwifi: dma mapping read and write changesFenghua Yu1-3/+3
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-26/+26
2009-01-29iwlwifi: iwl_tx_queue_alloc : fix warning in printk formattingWinkler, Tomas1-6/+5
2009-01-29iwl3945: Use iwlcore TX queue management routinesSamuel Ortiz1-39/+10
2009-01-29iwlwifi: make iwl_tx_queue->tfds void*Samuel Ortiz1-2/+2
2009-01-29iwl3945: Use iwl-hcmd host command routinesSamuel Ortiz1-3/+5
2009-01-29iwlwifi: Add TFD library operationsSamuel Ortiz1-125/+9
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwlwifi: replace IWL_ERROR with IWL_ERRWinkler, Tomas1-17/+18
2009-01-29iwlwifi: replace IWL_WARNING with IWL_WARNWinkler, Tomas1-2/+2
2009-01-29iwlwifi: clean up printingTomas Winkler1-2/+2
2008-12-19iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen1-5/+3
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-12iwlwifi: fix time interval misuse in iwl_poll_{direct_}bitZhu, Yi1-1/+1
2008-12-05iwlwifi: fix DMA channel number in iwl_txq_ctx_stopZhu Yi1-6/+5
2008-11-26iwlwifi: TX setup fix confusion between TX queue and TX DMA channelWinkler, Tomas1-5/+0
2008-11-25iwlwifi: some fh document fix and cleanupZhu, Yi1-4/+0
2008-11-25iwlwifi : fix checkpatch.pl errorsAbhijeet Kolekar1-1/+1
2008-11-21iwlwifi: get some more information about command failureWinkler, Tomas1-1/+6
2008-11-21iwlwifi: revamp tx scheduler byte count tables handlingTomas Winkler1-12/+36
2008-11-10iwlwifi: reorganize flow handler bitologyWinkler, Tomas1-2/+2
2008-10-31iwlwifi: run through spell checkerTomas Winkler1-2/+2
2008-10-31iwlwifi: refactor TX response flowTomas Winkler1-19/+20
2008-10-31iwlwifi: tx command must run on same tfd as packetTomas Winkler1-3/+2
2008-10-31iwlwifi: fix TX cmd dma unmappingTomas Winkler1-107/+124
2008-10-31iwlwifi: unify tx antenna togglingTomas Winkler1-10/+4
2008-10-31iwlwifi: add iwl_cmd_queue_free for readabilityTomas Winkler1-13/+40
2008-10-27net: convert print_mac to %pMJohannes Berg1-11/+6
2008-09-24iwlagn: downgrade BUG_ON in interruptJohannes Berg1-4/+3
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-2/+2
2008-09-11iwlwifi: remove uneeded declarationsEmmanuel Grumbach1-6/+3
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-11/+18
2008-09-08iwlwifi: enable packet injection for iwlagnStefanik Gábor1-8/+5
2008-09-08iwlwifi: fix host command header according the HW specTomas Winkler1-2/+2
2008-09-03iwlwifi: fix Tx cmd memory allocation failure handlingTomas Winkler1-10/+17
2008-09-02iwlwifi: do not use GFP_DMA in iwl_tx_queue_initJohn W. Linville1-1/+1
2008-08-22iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison1-2/+2
2008-08-22iwlwifi: add level for debugging host commandEsti Kummer1-6/+20
2008-08-22iwl-4965: test below 0 on unsigned num_tbsroel kluin1-1/+1
2008-08-18iwlwifi: fix printk newlinesJiri Slaby1-2/+2
2008-08-07iwlwifi: cleanup iwl_tx_skbTomas Winkler1-22/+18
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman1-22/+54
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach1-1/+1
2008-08-01iwlwifi: don't stop queue in the middle of fragmented packetTomas Winkler1-4/+4