summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
AgeCommit message (Expand)Author
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg
2012-03-12iwlwifi: remove TX hex debugJohannes Berg
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy
2012-03-09iwlwifi: fix cmd_queue number mergeWey-Yi Guy
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman
2012-03-08iwlwifi: remove messages from queue wake/stopJohannes Berg
2012-03-08iwlwifi: more status bit factoringDon Fry
2012-03-08iwlwifi: separate status to priv and transDon Fry
2012-03-08iwlwifi: reintroduce iwl_enable_rfkill_intStanislaw Gruszka
2012-03-08iwlwifi: print DMA stop timeout error only if it happenedStanislaw Gruszka
2012-03-08iwlwifi: use writeb,writel,readl directlyStanislaw Gruszka
2012-03-08iwlwifi: return error if loading uCode failedJohannes Berg
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg
2012-03-07iwlwifi: virtualize nic_configJohannes Berg
2012-03-07iwlwifi: move irq to PCIeJohannes Berg
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg
2012-03-07iwlwifi: remove AMT check from transportJohannes Berg
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg
2012-03-07iwlwifi: split out firmware storeJohannes Berg
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg
2012-03-06iwlwifi: move IWL_MASK into file using itJohannes Berg
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg
2012-02-27iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg
2012-02-17iwlwifi: move workqueue to privJohannes Berg
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-02iwlwifi: release IRQ in error pathJohannes Berg
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach
2012-02-02iwlwifi: move hw_rev to transport layerEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_get_hw_idEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_get_hw_id_stringEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_is_pm_supportedEmmanuel Grumbach
2012-02-02iwlwifi: kill bus_apm_configEmmanuel Grumbach
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach
2012-02-02iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach
2012-02-02iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach
2012-02-02iwlwifi: move apm_init to start_hwEmmanuel Grumbach
2012-02-02iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach
2012-02-02iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach
2012-02-02iwlwifi: the read / write register ops move to transportEmmanuel Grumbach