summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-9/+23
* iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach2011-08-291-13/+6
* iwlagn: remove dereferences of priv from transportEmmanuel Grumbach2011-08-291-18/+17
* iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-291-17/+17
* iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach2011-08-291-5/+5
* iwlagn: transport layer should receive iwl_transEmmanuel Grumbach2011-08-291-93/+93
* iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcieEmmanuel Grumbach2011-08-291-4/+22
* iwlagn: move reclaim related functionsEmmanuel Grumbach2011-08-291-8/+1
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-0/+55
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-6/+6
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-11/+11
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-11/+12
* iwlagn: implement WoWLANJohannes Berg2011-07-211-0/+6
* iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-211-6/+6
* iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-211-7/+5
* iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-211-0/+224
* iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach2011-07-161-0/+808