summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
AgeCommit message (Expand)Author
2011-12-02iwlwifi: change the default behavior of watchdog timerWey-Yi Guy
2011-10-14iwlagn: kill hw_params.max_stationsEmmanuel Grumbach
2011-10-03iwlagn: rename iwlagn module iwlwifi and alias to iwlagn.Don Fry
2011-09-27iwlagn: fix scan complete processingJohannes Berg
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach
2011-09-19iwlagn: remove unused function declarationsJohannes Berg
2011-09-19iwlagn: replace beacon_time_fsf_bits variable with #defineDon Fry
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach
2011-09-19iwlagn: use enum iwl_rxon_context_id instead of u8Emmanuel Grumbach
2011-09-19iwlagn: move iwl_stop / wake_queue to the upper layerEmmanuel Grumbach
2011-09-19iwlagn: free the Tx cmd when a non empty Tx queue is freedEmmanuel Grumbach
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach
2011-08-29iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach
2011-08-29iwlagn: add missing includesEmmanuel Grumbach
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach
2011-08-29iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach
2011-08-29iwlagn: add comments to module parametersWey-Yi Guy
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach
2011-08-29iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach