summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-ucode.c
AgeCommit message (Expand)Author
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel
2012-03-12iwlwifi: explicitly track whether INIT uCode was runDavid Spinadel
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg
2012-03-07iwlwifi: move packet to transportJohannes Berg
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg
2012-03-07iwlwifi: fix notification wait bugJohannes Berg
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg
2012-03-07iwlwifi: split out firmware storeJohannes Berg
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg
2012-03-06iwlwifi: move firmware request into drvJohannes Berg
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg
2012-03-06iwlwifi: make config constJohannes Berg
2012-02-27iwlwifi: virtualize the op_modeEmmanuel Grumbach
2012-02-27iwlwifi: move uCode flags handling to op_modeJohannes Berg
2012-02-27iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach
2012-02-27iwlwifi: parse_tlv functions set the fw_version stringEmmanuel Grumbach
2012-02-17iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry
2012-02-17iwlwifi: changes args to iwl_nic for firmware operationsDon Fry
2012-02-17iwlwifi: move event and err pointers to iwl_nicDon Fry
2012-02-17iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach
2012-02-17iwlwifi: change args to ucode routinesDon Fry
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry
2012-02-17iwlwifi: move firmware_loading_complete to iwl_nicDon Fry
2012-02-17iwlwifi: move firmware_name to iwl_nicDon Fry
2012-02-17iwlwifi: move fw_index from iwl_priv to iwl_nicDon Fry
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry
2012-02-02iwlwifi: move all ucode routines to iwl-ucode.cDon Fry
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach
2012-02-02iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach
2012-02-02iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach
2012-02-02iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach
2012-01-06iwlwifi: update CopyrightWey-Yi Guy
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry
2011-12-08iwlwifi: move calib_results list from iwl_priv to iwl_transDon Fry
2011-12-08iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry
2011-12-08iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry
2011-12-02iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry
2011-12-02iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry
2011-12-02iwlwifi: replace iwl_priv reference with iwl_trans for ucode.Don Fry
2011-12-02iwlwifi: rename iwl-agn-ucode as iwl-ucodeDon Fry