summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-28iwlagn: remove calibration knowledgeJohannes Berg1-2/+0
2011-10-14iwlagn: kill hw_params.max_stationsEmmanuel Grumbach1-2/+0
2011-10-03iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry1-1/+1
2011-09-27iwlagn: fix scan complete processingJohannes Berg1-0/+1
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach1-1/+4
2011-09-20iwlagn: remove unused function declarationsJohannes Berg1-5/+0
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry1-2/+0
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach1-30/+87
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach1-2/+4
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach1-6/+3
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach1-0/+1
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach1-1/+1
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-0/+6
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-0/+43
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach1-0/+3
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-0/+6
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach1-0/+3