summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+1
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-2/+3
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-7/+7
2012-03-07iwlwifi: move iwl_base_params to shared headerJohannes Berg1-0/+43
2012-03-07iwlwifi: move traffic log definitionsJohannes Berg1-3/+0
2012-03-07iwlwifi: move IWL_MASK into file using itJohannes Berg1-1/+0
2012-03-07iwlwifi: move tid_to_ac to PCI-EJohannes Berg1-46/+0
2012-03-07iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg1-17/+0
2012-03-07iwlwifi: move queue functions to PCI-EJohannes Berg1-20/+0
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-5/+13
2012-03-07iwlwifi: pass response packet directlyJohannes Berg1-5/+0
2012-03-07iwlwifi: move wowlan bool into privJohannes Berg1-1/+0
2012-03-07iwlwifi: make config constJohannes Berg1-1/+1
2012-03-07iwlwifi: remove SKU from configJohannes Berg1-2/+0
2012-03-07iwlwifi: remove per-device debug levelJohannes Berg1-25/+2
2012-03-07iwlwifi: remove shared lockJohannes Berg1-1/+0
2012-03-07iwlwifi: make sta lock private & BH lockJohannes Berg1-3/+0
2012-02-28iwlwifi: remove iwl_reset_traffic_log from sharedEmmanuel Grumbach1-4/+0
2012-02-28iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach1-10/+0
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-4/+1
2012-02-28iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach1-2/+0
2012-02-28iwlwifi: virtualize op_mode's rxEmmanuel Grumbach1-5/+0
2012-02-28iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-4/+0
2012-02-28iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach1-1/+1
2012-02-28iwlwifi: introducing the drv object's flowsEmmanuel Grumbach1-2/+0
2012-02-28iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach1-0/+3
2012-02-17iwlwifi: SRAM size moves from hw_params to cfgEmmanuel Grumbach1-4/+4
2012-02-17iwlwifi: create iwl_nic structureDon Fry1-0/+3
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-2/+0
2012-02-03iwlwifi: introduce trans_ops->stop_hwEmmanuel Grumbach1-1/+0
2012-02-03iwlwifi: move apm_init to start_hwEmmanuel Grumbach1-1/+0
2012-01-28iwlwifi: add option to disalbe LEDWey-Yi Guy1-0/+2
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-3/+3
2011-12-20iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi1-2/+0
2011-12-20iwlagn: finer-grained HT disableJohannes Berg1-2/+7
2011-12-16iwlwifi: add missing documentation for iwl_sharedEmmanuel Grumbach1-0/+3
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach1-6/+0
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach1-62/+0
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-3/+0
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach1-3/+8
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-1/+99
2011-12-09iwlwifi: move device_pointers from iwl_priv to iwl_sharedDon Fry1-2/+10
2011-12-09iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-0/+3
2011-12-07iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry1-0/+56
2011-12-07iwlwifi: move ucode_type from iwl_priv to iwl_sharedDon Fry1-0/+20
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-12-02iwlwifi: change the default behavior of watchdog timerWey-Yi Guy1-2/+2