summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach2011-08-291-11/+6
* iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-11/+11
* iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach2011-08-291-5/+3
* iwlagn: stop the device before freeing itEmmanuel Grumbach2011-08-291-23/+0
* iwlagn: add missing includesEmmanuel Grumbach2011-08-291-0/+4
* iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach2011-08-291-0/+2
* iwlagn: transport layer should receive iwl_transEmmanuel Grumbach2011-08-291-20/+20
* iwlagn: move reclaim related functionsEmmanuel Grumbach2011-08-291-7/+0
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-0/+10
* iwlagn: move ISR related data to transport layerEmmanuel Grumbach2011-08-291-7/+6
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-0/+14
* iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: transport handler can register debugfs entriesEmmanuel Grumbach2011-08-291-0/+12
* iwlagn: add comments to iwl_bus / iwl_transEmmanuel Grumbach2011-08-291-0/+5
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-33/+50
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-31/+102
* iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach2011-07-211-0/+5
* iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-211-13/+8
* iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-211-0/+17
* iwlagn: add kick_nic API to transport layerEmmanuel Grumbach2011-07-211-0/+5
* iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-161-0/+5
* iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-161-9/+4
* iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach2011-07-161-0/+4
* iwlagn: move sync_irq to transport layerEmmanuel Grumbach2011-07-161-0/+5
* iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach2011-07-161-1/+6
* iwlagn: move Tx datapath to transport layerEmmanuel Grumbach2011-07-161-0/+13
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-0/+41
* iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-011-0/+64