summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-0/+3
2012-03-12iwlwifi: convert bad state message into warningJohannes Berg1-14/+14
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg1-0/+9
2012-03-09iwlwifi: restore PAN supportEmmanuel Grumbach1-1/+2
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-0/+9
2012-03-08iwlwifi: configure transport layer from dvm op modeMeenakshi Venkataraman1-2/+12
2012-03-08iwlwifi: transport's tx_agg_disable must be atomicJohannes Berg1-3/+1
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-33/+3
2012-03-07iwlwifi: move packet to transportJohannes Berg1-0/+56
2012-03-07iwlwifi: move irq to PCIeJohannes Berg1-2/+0
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg1-3/+0
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-3/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-2/+3
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-19/+0
2012-03-07iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg1-0/+17
2012-03-07iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg1-3/+1
2012-03-07iwlwifi: pass response packet directlyJohannes Berg1-2/+11
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