iwlagn: remove unused function declarations
[pandora-kernel.git] / drivers / net / wireless / iwlwifi / iwl-shared.h
2011-09-19 Johannes Bergiwlagn: remove unused function declarations
2011-09-19 Don Fryiwlagn: replace beacon_time_fsf_bits variable with...
2011-09-19 Emmanuel Grumbachiwlagn: add documentation to the transport layer
2011-09-19 Emmanuel Grumbachiwlagn: use enum iwl_rxon_context_id instead of u8
2011-09-19 Emmanuel Grumbachiwlagn: move iwl_stop / wake_queue to the upper layer
2011-09-19 Emmanuel Grumbachiwlagn: free the Tx cmd when a non empty Tx queue is...
2011-09-19 John W. LinvilleMerge branch 'for-linville' of git://github.com/lucacoe...
2011-09-16 John W. LinvilleMerge branch 'for-linville' of git://github.com/lucacoe...
2011-09-14 Emmanuel Grumbachiwlagn: fix compilation when debug flags is unset
2011-09-14 Emmanuel Grumbachiwlagn: iwl-trans.c can't dereference iwl_priv any...
2011-09-14 Emmanuel Grumbachiwlagn: clean up of transport layer
2011-09-14 Emmanuel Grumbachiwlagn: remove priv dereferences from the transport...
2011-09-14 Luciano CoelhoMerge branch 'wl12xx-next' into for-linville
2011-08-29 Emmanuel Grumbachiwlagn: move the stop / wake queue logic to transport...
2011-08-29 Emmanuel Grumbachiwlagn: move check_stuck_queue to transport layer
2011-08-29 Emmanuel Grumbachiwlagn: move the check_empty logic to the transport...
2011-08-29 Emmanuel Grumbachiwlagn: allocate resources for TX BA session in transport
2011-08-29 Emmanuel Grumbachiwlagn: set tx_fifo for ampdu in transport layer
2011-08-29 Emmanuel Grumbachiwlagn: remove dereferences of priv from transport
2011-08-29 Emmanuel Grumbachiwlagn: iwl_tid_data moves to iwl-shared
2011-08-29 Emmanuel Grumbachiwlagn: iwl-pci doesn't include iwl-dev any more
2011-08-29 Emmanuel Grumbachiwlagn: add missing includes
2011-08-29 Emmanuel Grumbachiwlagn: remove unused parameters from hw_params
2011-08-29 Emmanuel Grumbachiwlagn: move iwl_free_pages to iwl-shared.h
2011-08-29 Emmanuel Grumbachiwlagn: move all iwl_is_XXX helpers to iwl-shared.h
2011-08-29 Wey-Yi Guyiwlagn: add comments to module parameters
2011-08-29 Wey-Yi Guyiwlagn: more comments for bt channel inhibition
2011-08-29 Wey-Yi Guyiwlagn: enable 11n aggregation without checking traffic...
2011-08-29 Emmanuel Grumbachiwlagn: move iwl_suspend / iwl_resume to the transport...
2011-08-29 Emmanuel Grumbachiwlagn: iwl_rx_queue moves to the iwl_trans_pcie
2011-08-29 Emmanuel Grumbachiwlagn: bus layer chooses its transport layer
2011-08-29 Emmanuel Grumbachiwlagn: priv->sta_lock moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: priv->mutex moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: priv->lock moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: priv->status moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: workqueue moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: cmd_queue moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: hw_params moves to iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: debug_level moves to struct iwl_shared
2011-08-29 Emmanuel Grumbachiwlagn: introduce struct iwl-shared - known by all...
2011-08-29 Emmanuel Grumbachiwlagn: introduce iwl-shared.h