summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-11/+13
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-0/+1
2011-08-09iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg1-3/+7
2011-07-21iwlagn: probe would crash with DEBUG_SHIRQEmmanuel Grumbach1-3/+3
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-19/+19
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+5
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach1-3/+5
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach1-8/+156
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach1-3/+7
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach1-0/+7
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-2/+151
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-2/+42
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach1-0/+61
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach1-0/+8
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach1-2/+27
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach1-0/+156
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-2/+2
2011-07-11iwlagn: remove the indirection for the dma channel numWey-Yi Guy1-1/+1
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-0/+4
2011-07-11iwlagn: remove code duplicationEmmanuel Grumbach1-1/+0
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-0/+56
2011-07-11iwlagn: add an API for RX stopEmmanuel Grumbach1-0/+10
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-2/+81
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-0/+228
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach1-19/+59
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach1-0/+155