summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-07iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-0/+11
2012-03-07iwlwifi: introduce per-queue locksJohannes Berg1-2/+0
2012-02-28iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach1-4/+4
2012-02-28iwlwifi: document the operational modeEmmanuel Grumbach1-6/+0
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-0/+2
2012-02-28iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-0/+13
2012-02-28iwlwifi: use sparse compliant __aligned__ attributeEmmanuel Grumbach1-1/+1
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry1-3/+0
2012-02-17iwlwifi: the transport knows its stateEmmanuel Grumbach1-0/+49
2012-02-17iwlwifi: document the transport layerEmmanuel Grumbach1-13/+107
2012-02-17iwlwifi: change args to ucode routinesDon Fry1-2/+0
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-15/+1
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-2/+0
2012-02-03iwlwifi: move hw_rev to transport layerEmmanuel Grumbach1-0/+1
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-0/+3
2012-02-03iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach1-0/+2
2012-02-03iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach1-0/+2
2012-02-03iwlwifi: consolidate the start_device flowEmmanuel Grumbach1-25/+19
2012-02-03iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach1-0/+8
2012-02-03iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach1-8/+0
2012-02-03iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach1-4/+4
2012-02-03iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach1-1/+1
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-0/+2
2012-02-03iwlwifi: the read / write register ops move to transportEmmanuel Grumbach1-0/+21
2012-02-03iwlwifi: move the bus configuration to transportEmmanuel Grumbach1-0/+5
2012-02-03iwlwifi: allocate the transport from the bus layerEmmanuel Grumbach1-6/+15
2012-02-03iwlwifi: Connect IDI transport to driver.Gregory Greenman1-0/+1
2012-02-03iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach1-8/+7
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-2/+2
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach1-3/+3
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-3/+4
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach1-3/+3
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach1-5/+3
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach1-4/+2
2011-12-09iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry1-0/+18
2011-12-02iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry1-7/+0
2011-11-11iwlagn: move nvm_device_type from iwl_priv to iwl_transDon Fry1-0/+3
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach1-6/+9
2011-11-11iwlagn: move ucode files out of the iwl_priv structureDon Fry1-0/+29
2011-11-11iwlagn: move ucode_write_complete from priv to trans structureDon Fry1-0/+3
2011-09-22iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach1-9/+1
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach1-3/+4
2011-09-20iwlagn: clean up PM codeJohannes Berg1-1/+4
2011-09-20iwlagn: generically provide iwl_trans_send_cmd_pduJohannes Berg1-8/+2
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach1-4/+8
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-3/+63
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-0/+8
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-0/+6
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach1-0/+8
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach1-8/+8