summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-15/+17
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-0/+3
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg1-0/+7
2012-03-12iwlwifi: remove TX hex debugJohannes Berg1-2/+0
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy1-12/+18
2012-03-09iwlwifi: fix cmd_queue number mergeWey-Yi Guy1-3/+3
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-10/+24
2012-03-08iwlwifi: remove messages from queue wake/stopJohannes Berg1-2/+2
2012-03-08iwlwifi: more status bit factoringDon Fry1-3/+5
2012-03-08iwlwifi: separate status to priv and transDon Fry1-2/+0
2012-03-08iwlwifi: reintroduce iwl_enable_rfkill_intStanislaw Gruszka1-5/+8
2012-03-08iwlwifi: print DMA stop timeout error only if it happenedStanislaw Gruszka1-3/+4
2012-03-08iwlwifi: use writeb,writel,readl directlyStanislaw Gruszka1-7/+6
2012-03-08iwlwifi: return error if loading uCode failedJohannes Berg1-3/+1
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-34/+2
2012-03-07iwlwifi: virtualize nic_configJohannes Berg1-1/+1
2012-03-07iwlwifi: move irq to PCIeJohannes Berg1-6/+6
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-07iwlwifi: move IWL_MASK into file using itJohannes Berg1-0/+2
2012-03-07iwlwifi: clean up (wowlan) suspend flowJohannes Berg1-19/+13
2012-03-07iwlwifi: introduce per-queue locksJohannes Berg1-12/+19
2012-02-28iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach1-0/+1
2012-02-28iwlwifi: 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-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-02-03iwlwifi: release IRQ in error pathJohannes Berg1-1/+3
2012-02-03iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach1-0/+2
2012-02-03iwlwifi: move hw_rev to transport layerEmmanuel Grumbach1-0/+1
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-0/+1
2012-02-03iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach1-0/+2
2012-02-03iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach1-0/+1
2012-02-03iwlwifi: kill bus_apm_configEmmanuel Grumbach1-4/+46
2012-02-03iwlwifi: consolidate the start_device flowEmmanuel Grumbach1-10/+78
2012-02-03iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach1-0/+11
2012-02-03iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach1-2/+52
2012-02-03iwlwifi: move apm_init to start_hwEmmanuel Grumbach1-1/+87
2012-02-03iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach1-7/+15
2012-02-03iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach1-14/+22
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-72/+72
2012-02-03iwlwifi: the read / write register ops move to transportEmmanuel Grumbach1-18/+19
2012-02-03iwlwifi: move the bus configuration to transportEmmanuel Grumbach1-28/+141