summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
AgeCommit message (Expand)Author
2011-09-21iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach
2011-09-19iwlagn: clean up PM codeJohannes Berg
2011-09-19iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach
2011-08-29iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach
2011-08-29iwlagn: stop the device before freeing itEmmanuel Grumbach
2011-08-29iwlagn: add missing includesEmmanuel Grumbach
2011-08-29iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach
2011-08-29iwlagn: transport layer should receive iwl_transEmmanuel Grumbach
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach
2011-08-29iwlagn: move ISR related data to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach
2011-08-29iwlagn: transport handler can register debugfs entriesEmmanuel Grumbach
2011-08-29iwlagn: add comments to iwl_bus / iwl_transEmmanuel Grumbach
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach
2011-07-16iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach