summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry2011-10-031-1/+1
* iwlagn: fix scan complete processingJohannes Berg2011-09-271-0/+1
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-1/+4
* iwlagn: remove unused function declarationsJohannes Berg2011-09-191-5/+0Star
* iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry2011-09-191-2/+0Star
* iwlagn: add documentation to the transport layerEmmanuel Grumbach2011-09-191-30/+87
* iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach2011-09-191-2/+4
* iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach2011-09-191-6/+3Star
* iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach2011-09-191-0/+1
* iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach2011-09-141-1/+1
* iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach2011-09-141-0/+6
* iwlagn: clean up of transport layerEmmanuel Grumbach2011-09-141-0/+43
* iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach2011-09-141-0/+3
* iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach2011-08-291-0/+6
* iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach2011-08-291-0/+3
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-291-1/+5
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-291-0/+12
* iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-1/+45
* iwlagn: remove dereferences of priv from transportEmmanuel Grumbach2011-08-291-6/+15
* iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach2011-08-291-0/+32
* iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach2011-08-291-0/+5
* iwlagn: add missing includesEmmanuel Grumbach2011-08-291-0/+5
* iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach2011-08-291-9/+0Star
* iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach2011-08-291-0/+5
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-0/+65
* iwlagn: add comments to module parametersWey-Yi Guy2011-08-291-17/+39
* iwlagn: more comments for bt channel inhibitionWey-Yi Guy2011-08-291-1/+1
* iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy2011-08-291-0/+1
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-0/+1
* iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach2011-08-291-0/+8
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-1/+8
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+3
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+2
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+2
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+2
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+3
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+3
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-0/+51
* iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach2011-08-291-0/+28
* iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach2011-08-291-0/+16
* iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-0/+100