| Commit message (Expand) | Author | Age | Files | Lines |
* | iwlwifi: move DVM code into subdirectory | Johannes Berg | 2012-06-06 | 1 | -532/+0 |
* | iwlwifi: make a lot of functions static | Johannes Berg | 2012-06-06 | 1 | -1/+1 |
* | iwlwifi: remove TX/RX frame statistics | Johannes Berg | 2012-04-23 | 1 | -1/+0 |
* | iwlwifi: op_mode holds its pointer to the config | Emmanuel Grumbach | 2012-04-18 | 1 | -5/+5 |
* | iwlwifi: op_mode holds its pointer to the transport | Emmanuel Grumbach | 2012-04-18 | 1 | -7/+7 |
* | iwlwifi: expose static methods for MVM use | David Spinadel | 2012-04-16 | 1 | -1/+1 |
* | iwlwifi: move eeprom into priv | Johannes Berg | 2012-04-12 | 1 | -7/+5 |
* | iwlwifi: move ucode_type from shared to op_mode | Meenakshi Venkataraman | 2012-04-09 | 1 | -7/+7 |
* | iwlwifi: move ucode error log reporting to op_mode | Meenakshi Venkataraman | 2012-04-09 | 1 | -2/+2 |
* | iwlwifi: remove support_wimax_coexist | Johannes Berg | 2012-04-09 | 1 | -49/+2 |
* | iwlwifi: simplify calibration collection | Johannes Berg | 2012-04-09 | 1 | -19/+27 |
* | iwlwifi: extend notification wait | Johannes Berg | 2012-04-09 | 1 | -7/+13 |
* | iwlwifi: change struct iwl_fw | David Spinadel | 2012-03-12 | 1 | -18/+11 |
* | iwlwifi: explicitly track whether INIT uCode was run | David Spinadel | 2012-03-12 | 1 | -2/+4 |
* | iwlwifi: avoid some operations if no uCode loaded | David Spinadel | 2012-03-12 | 1 | -0/+6 |
* | iwlwifi: make tx_cmd_pool kmem cache global | Stanislaw Gruszka | 2012-03-08 | 1 | -9/+0 |
* | iwlwifi: redesign PASSIVE_NO_RX workaround | Johannes Berg | 2012-03-08 | 1 | -3/+3 |
* | iwlwifi: move packet to transport | Johannes Berg | 2012-03-07 | 1 | -2/+2 |
* | iwlwifi: abstract out notification wait support | Johannes Berg | 2012-03-07 | 1 | -72/+9 |
* | iwlwifi: fix notification wait bug | Johannes Berg | 2012-03-07 | 1 | -3/+3 |
* | iwlwifi: move mutex out of shared | Johannes Berg | 2012-03-07 | 1 | -1/+1 |
* | iwlwifi: add wrappers for command sending | Johannes Berg | 2012-03-07 | 1 | -4/+4 |
* | iwlwifi: remove iwl-wifi.h | Johannes Berg | 2012-03-07 | 1 | -1/+0 |
* | iwlwifi: split out firmware store | Johannes Berg | 2012-03-07 | 1 | -11/+10 |
* | iwlwifi: move ucode loading to op_mode | Johannes Berg | 2012-03-07 | 1 | -104/+101 |
* | iwlwifi: move firmware request into drv | Johannes Berg | 2012-03-06 | 1 | -622/+0 |
* | iwlwifi: don't pass iwl_rx_mem_buffer to upper layers | Johannes Berg | 2012-03-06 | 1 | -1/+1 |
* | iwlwifi: make config const | Johannes Berg | 2012-03-06 | 1 | -2/+2 |
* | iwlwifi: virtualize the op_mode | Emmanuel Grumbach | 2012-02-27 | 1 | -1/+4 |
* | iwlwifi: move uCode flags handling to op_mode | Johannes Berg | 2012-02-27 | 1 | -13/+1 |
* | iwlwifi: move content of iwl_probe to post fetch_fw | Emmanuel Grumbach | 2012-02-27 | 1 | -50/+14 |
* | iwlwifi: parse_tlv functions set the fw_version string | Emmanuel Grumbach | 2012-02-27 | 1 | -28/+42 |
* | iwlwifi: SRAM size moves from hw_params to cfg | Emmanuel Grumbach | 2012-02-17 | 1 | -4/+4 |
* | iwlwifi: save ucode capabilities in iwl_fw | Don Fry | 2012-02-17 | 1 | -19/+19 |
* | iwlwifi: changes args to iwl_nic for firmware operations | Don Fry | 2012-02-17 | 1 | -74/+75 |
* | iwlwifi: move event and err pointers to iwl_nic | Don Fry | 2012-02-17 | 1 | -8/+8 |
* | iwlwifi: use enhance_sensitivity from iwl_fw | Emmanuel Grumbach | 2012-02-17 | 1 | -1/+1 |
* | iwlwifi: change args to ucode routines | Don Fry | 2012-02-17 | 1 | -32/+33 |
* | iwlwifi: Move ucode pointers to iwl_fw | Don Fry | 2012-02-17 | 1 | -16/+17 |
* | iwlwifi: move firmware_loading_complete to iwl_nic | Don Fry | 2012-02-17 | 1 | -2/+2 |
* | iwlwifi: move firmware_name to iwl_nic | Don Fry | 2012-02-17 | 1 | -5/+5 |
* | iwlwifi: move fw_index from iwl_priv to iwl_nic | Don Fry | 2012-02-17 | 1 | -11/+12 |
* | iwlwifi: move ucode_ver to iwl_nic | Don Fry | 2012-02-17 | 1 | -13/+16 |
* | iwlwifi: move all ucode routines to iwl-ucode.c | Don Fry | 2012-02-02 | 1 | -1/+609 |
* | iwlwifi: consolidate the start_device flow | Emmanuel Grumbach | 2012-02-02 | 1 | -81/+6 |
* | iwlwifi: don't use the bus for ucode fw_desc any more | Emmanuel Grumbach | 2012-02-02 | 1 | -10/+10 |
* | iwlwifi: remove the pointer to dev from the bus layer | Emmanuel Grumbach | 2012-02-02 | 1 | -2/+2 |
* | iwlwifi: give trans to all the read / write functions | Emmanuel Grumbach | 2012-02-02 | 1 | -19/+18 |
* | iwlwifi: add fw_alive to transport layer API, kill tx_start | Emmanuel Grumbach | 2012-02-02 | 1 | -1/+1 |
* | iwlwifi: update Copyright | Wey-Yi Guy | 2012-01-06 | 1 | -1/+1 |