summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy1-0/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+5
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach1-221/+4
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-30/+21
2011-07-16iwlagn: simplify TX flags assignmentsJohannes Berg1-11/+7
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach1-146/+12
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-1/+11
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy1-0/+10
2011-07-11iwlagn: remove code duplicationEmmanuel Grumbach1-21/+0
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-33/+0
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-30/+2
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-90/+0
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/+4
2011-06-01iwlagn: change log to better represent the state of aggregation processWey-Yi Guy1-2/+2
2011-06-01iwlwifi: disambiguate invalid DMA index warningsDaniel Halperin1-3/+3
2011-05-25Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville1-9/+7
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-49/+56
2011-05-13iwlagn: remove unused pad argumentJohannes Berg1-2/+2
2011-05-13iwlagn: clean up TXQ indirectionJohannes Berg1-9/+7
2011-05-06iwlagn: check DMA mapping errorsJohannes Berg1-25/+35
2011-05-06iwlagn: remove bytecount indirectionJohannes Berg1-9/+8
2011-05-06iwlagn: dont update bytecount table for command queueJohannes Berg1-15/+13
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+11
2011-04-29iwlagn: fix "Received BA when not expected"Stanislaw Gruszka1-6/+11
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+7
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+7
2011-04-21iwlwifi: fix skb usage after freeStanislaw Gruszka1-3/+7
2011-04-07iwlagn: change Copyright to 2011Wey-Yi Guy1-1/+1
2011-03-25iwlwifi: cleanup and bugfix tx aggregation codeDaniel Halperin1-55/+27
2011-03-25iwlagn: fix aggregation queue scheduler setupJohannes Berg1-16/+31
2011-03-25iwlagn: clean up TX aggregation codeJohannes Berg1-10/+7
2011-02-28iwlwifi: fix dma mappings and skbs leakStanislaw Gruszka1-1/+11
2011-01-22iwlwifi: implement remain-on-channelJohannes Berg1-1/+8
2010-12-14iwlagn: fix debug variable accessJohannes Berg1-3/+6
2010-11-25iwlwifi: use mac80211 AC definesJohannes Berg1-2/+8
2010-11-25iwlagn: fix station powersave accounting for aggregationJohannes Berg1-6/+25
2010-11-25iwlagn: remove powersave warningJohannes Berg1-2/+2
2010-11-22Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-27/+50
2010-11-17iwlagn: simplify iwlagn_tx_skbStanislaw Gruszka1-21/+12
2010-11-16iwlwifi: always build swq_id as virtual queue IDJohannes Berg1-1/+1
2010-11-16iwlwifi: pass txq to wake/stop queueJohannes Berg1-2/+2
2010-11-16iwlagn: remove unused variable swq_idJohannes Berg1-2/+1
2010-11-16iwlagn: used frame count info in compressed ba packetWey-Yi Guy1-22/+46
2010-10-25iwlwifi: quiet a noisy printkDon Fry1-1/+2
2010-10-08iwlwifi: move tx fail code to agnJohannes Berg1-0/+40
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-8/+11
2010-08-27iwlagn: queue frames according to contextJohannes Berg1-23/+19
2010-08-27iwlwifi: move virtual interface pointer into contextJohannes Berg1-7/+10