summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach2011-09-211-9/+1Star
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-3/+4
* iwlagn: clean up PM codeJohannes Berg2011-09-191-1/+4
* iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg2011-09-191-8/+2Star
* iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach2011-09-191-4/+8
* iwlagn: clean up of transport layerEmmanuel Grumbach2011-09-141-3/+63
* iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach2011-08-291-0/+8
* iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach2011-08-291-0/+6
* iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach2011-08-291-0/+8
* iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach2011-08-291-8/+8
* iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach2011-08-291-4/+8
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-291-5/+6
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-291-0/+12
* iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach2011-08-291-6/+13
* iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach2011-08-291-11/+6Star
* 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/+3Star
* iwlagn: stop the device before freeing itEmmanuel Grumbach2011-08-291-23/+0Star
* 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/+0Star
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-0/+10
* iwlagn: move ISR related data to transport layerEmmanuel Grumbach2011-08-291-7/+6Star
* 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/+8Star
* 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/+4Star
* 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