summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg1-3/+5
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg1-1/+0
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg1-1/+0
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg1-1/+1
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: remove AMT check from transportJohannes Berg1-2/+2
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg1-27/+12
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-4/+5
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-1/+0
2012-03-06iwlwifi: move IWL_MASK into file using itJohannes Berg1-0/+2
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-19/+13
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg1-12/+19
2012-02-27iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach1-0/+1
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach1-3/+3
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg1-15/+22
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-0/+2
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-02-02iwlwifi: release IRQ in error pathJohannes Berg1-1/+3
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach1-0/+2
2012-02-02iwlwifi: move hw_rev to transport layerEmmanuel Grumbach1-0/+1
2012-02-02iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-0/+1
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach1-0/+2
2012-02-02iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach1-0/+1
2012-02-02iwlwifi: kill bus_apm_configEmmanuel Grumbach1-4/+46
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach1-10/+78
2012-02-02iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach1-0/+11
2012-02-02iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach1-2/+52
2012-02-02iwlwifi: move apm_init to start_hwEmmanuel Grumbach1-1/+87
2012-02-02iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach1-7/+15
2012-02-02iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach1-14/+22
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-72/+72
2012-02-02iwlwifi: the read / write register ops move to transportEmmanuel Grumbach1-18/+19
2012-02-02iwlwifi: move the bus configuration to transportEmmanuel Grumbach1-28/+141
2012-02-02iwlwifi: allocate the transport from the bus layerEmmanuel Grumbach1-10/+14
2012-02-02iwlwifi: Connect IDI transport to driver.Gregory Greenman1-1/+6
2012-02-02iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach1-2/+8
2012-02-01iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach1-0/+1
2012-01-06iwlwifi: update CopyrightWey-Yi Guy1-2/+2
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+4
2012-01-04drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocationDjalal Harouni1-6/+4
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-115/+36
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2011-12-19iwlwifi: update SCD BC table for all SCD queuesEmmanuel Grumbach1-3/+1
2011-12-16iwlwifi: add debug in Tx path in AGG flowEmmanuel Grumbach1-0/+13
2011-12-16iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach1-21/+5
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach1-20/+1
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-3/+18
2011-12-16iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach1-43/+0
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: don't rely on the wr / rd pointers in DELBA flowEmmanuel Grumbach1-6/+4