summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: kill iwl_bus.hEmmanuel Grumbach2012-02-271-1/+0
* iwlwifi: eeprom gets transport and not busEmmanuel Grumbach2012-02-271-1/+1
* iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach2012-02-271-0/+1
* iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach2012-02-271-0/+1
* iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach2012-02-271-0/+2
* iwlwifi: virtualize op_mode's rxEmmanuel Grumbach2012-02-271-0/+1
* iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach2012-02-271-0/+3
* iwlwifi: virtualize the op_modeEmmanuel Grumbach2012-02-271-11/+21
* iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach2012-02-271-1/+1
* iwlwifi: introducing the drv object's flowsEmmanuel Grumbach2012-02-271-10/+0
* iwlwifi: move uCode flags handling to op_modeJohannes Berg2012-02-271-3/+20
* iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach2012-02-271-5/+48
* iwlwifi: changes args to iwl_nic for firmware operationsDon Fry2012-02-171-1/+1
* iwlwifi: iwl_set_hw_params returns always 0Emmanuel Grumbach2012-02-171-7/+3
* iwlwifi: kill iwl_down and s/__iwl_down/iwl_downEmmanuel Grumbach2012-02-171-14/+5
* iwlwifi: change args to ucode routinesDon Fry2012-02-171-1/+1
* iwlwifi: move firmware_loading_complete to iwl_nicDon Fry2012-02-171-2/+2
* iwlwifi: move ucode_ver to iwl_nicDon Fry2012-02-171-1/+1
* iwlwifi: move workqueue to privJohannes Berg2012-02-171-7/+7
* iwlwifi: move all ucode routines to iwl-ucode.cDon Fry2012-02-021-607/+2
* iwlwifi: move bcast_sta_id init to common routineDon Fry2012-02-021-0/+1
* iwlwifi: clarify commentDon Fry2012-02-021-1/+1
* iwlwifi: move hw_rev to transport layerEmmanuel Grumbach2012-02-021-11/+2
* iwlwifi: move the RF kill logic from iwl_probe to transportEmmanuel Grumbach2012-02-021-23/+0
* iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach2012-02-021-1/+1
* iwlwifi: move apm_init to start_hwEmmanuel Grumbach2012-02-021-2/+0
* iwlwifi: move prepare_card_hw to start_hwEmmanuel Grumbach2012-02-021-6/+0
* iwlwifi: rename trans_ops->request_irq to trans_ops->start_hwEmmanuel Grumbach2012-02-021-1/+1
* iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach2012-02-021-6/+8
* iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach2012-02-021-2/+2
* iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach2012-02-021-21/+21
* iwlwifi: allocate the transport from the bus layerEmmanuel Grumbach2012-02-021-13/+3
* iwlwifi: move the shrd memory from privEmmanuel Grumbach2012-02-021-3/+1
* iwlwifi: separate the APM from the EEPROMEmmanuel Grumbach2012-02-021-0/+4
* iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach2012-02-021-3/+0
* iwlwifi: add option to disalbe LEDWey-Yi Guy2012-01-281-1/+1
* iwlwifi: fix uCode event tracingJohannes Berg2012-01-281-28/+71
* iwlwifi: update CopyrightWey-Yi Guy2012-01-061-1/+1
* iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi2011-12-191-3/+4
* iwlagn: finer-grained HT disableJohannes Berg2011-12-191-3/+4
* iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry2011-12-161-0/+1
* iwlwifi: create iwl_mac80211 unregister routineDon Fry2011-12-161-6/+1
* iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-161-30/+30
* iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry2011-12-091-2/+1
* iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry2011-12-091-1/+1
* iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry2011-12-091-4/+4
* iwlwifi: P2P is not enabled by defaultWey-Yi Guy2011-12-091-1/+9
* iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy2011-12-091-2/+2
* iwlwifi: replace iwl_priv reference with iwl_trans for ucode.Don Fry2011-12-061-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-2/+3
|\