summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-shared.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach1-1/+5
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach1-0/+12
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach1-1/+45
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach1-6/+15
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-0/+32
2011-08-29iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach1-0/+5
2011-08-29iwlagn: add missing includesEmmanuel Grumbach1-0/+5
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach1-9/+0
2011-08-29iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach1-0/+5
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-0/+65
2011-08-29iwlagn: add comments to module parametersWey-Yi Guy1-17/+39
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy1-1/+1
2011-08-29iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy1-0/+1
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach1-0/+1
2011-08-29iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach1-0/+8
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-1/+8
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-0/+3
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-0/+2
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-0/+2