summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-ucode.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-24iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-5/+5
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach1-7/+7
2012-04-17iwlwifi: expose static methods for MVM useDavid Spinadel1-1/+1
2012-04-12iwlwifi: move eeprom into privJohannes Berg1-7/+5
2012-04-10iwlwifi: move ucode_type from shared to op_modeMeenakshi Venkataraman1-7/+7
2012-04-10iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman1-2/+2
2012-04-10iwlwifi: remove support_wimax_coexistJohannes Berg1-49/+2
2012-04-10iwlwifi: simplify calibration collectionJohannes Berg1-19/+27
2012-04-10iwlwifi: extend notification waitJohannes Berg1-7/+13
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-18/+11
2012-03-12iwlwifi: explicitly track whether INIT uCode was runDavid Spinadel1-2/+4
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel1-0/+6
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka1-9/+0
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-3/+3
2012-03-07iwlwifi: move packet to transportJohannes Berg1-2/+2
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg1-72/+9
2012-03-07iwlwifi: fix notification wait bugJohannes Berg1-3/+3
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-1/+1
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-4/+4
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-11/+10
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-104/+101
2012-03-07iwlwifi: move firmware request into drvJohannes Berg1-622/+0
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-1/+1
2012-03-07iwlwifi: make config constJohannes Berg1-2/+2
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-1/+4
2012-02-28iwlwifi: move uCode flags handling to op_modeJohannes Berg1-13/+1
2012-02-28iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach1-50/+14
2012-02-28iwlwifi: parse_tlv functions set the fw_version stringEmmanuel Grumbach1-28/+42
2012-02-17iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach1-4/+4
2012-02-17iwlwifi: save ucode capabilities in iwl_fwDon Fry1-19/+19
2012-02-17iwlwifi: changes args to iwl_nic for firmware operationsDon Fry1-74/+75
2012-02-17iwlwifi: move event and err pointers to iwl_nicDon Fry1-8/+8
2012-02-17iwlwifi: use enhance_sensitivity from iwl_fwEmmanuel Grumbach1-1/+1
2012-02-17iwlwifi: change args to ucode routinesDon Fry1-32/+33
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-16/+17
2012-02-17iwlwifi: move firmware_loading_complete to iwl_nicDon Fry1-2/+2
2012-02-17iwlwifi: move firmware_name to iwl_nicDon Fry1-5/+5
2012-02-17iwlwifi: move fw_index from iwl_priv to iwl_nicDon Fry1-11/+12
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry1-13/+16
2012-02-03iwlwifi: move all ucode routines to iwl-ucode.cDon Fry1-1/+609
2012-02-03iwlwifi: consolidate the start_device flowEmmanuel Grumbach1-81/+6
2012-02-03iwlwifi: don't use the bus for ucode fw_desc any moreEmmanuel Grumbach1-10/+10
2012-02-03iwlwifi: remove the pointer to dev from the bus layerEmmanuel Grumbach1-2/+2
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-19/+18
2012-02-03iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach1-1/+1
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry1-51/+52
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-6/+6