summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-dev.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-291-3/+0
* iwlagn: add missing includesEmmanuel Grumbach2011-08-291-7/+0
* iwlagn: move Keep Warm to transport layerEmmanuel Grumbach2011-08-291-1/+0
* iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach2011-08-291-1/+0
* iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach2011-08-291-1/+0
* iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach2011-08-291-9/+0
* iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcieEmmanuel Grumbach2011-08-291-3/+0
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-0/+5
* iwlagn: move isr_statistics to transport layerEmmanuel Grumbach2011-08-291-20/+3
* iwlagn: move ISR related data to transport layerEmmanuel Grumbach2011-08-291-12/+1
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-2/+0
* iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach2011-08-291-43/+1
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-1/+0
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-3/+0
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+0
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+0
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+0
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-3/+0
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-52/+2
* iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach2011-08-291-29/+0
* iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach2011-08-291-0/+4
* iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-3/+6
* iwlagn: support new P2P implementationJohannes Berg2011-08-081-6/+4
* iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg2011-08-081-4/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-221-132/+65
|\
| * iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-211-0/+2
| * iwlagn: implement WoWLANJohannes Berg2011-07-211-1/+11
| * iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-211-50/+48
| * iwlagn: remove keyinfo cacheJohannes Berg2011-07-211-8/+0
| * iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-211-1/+1
| * iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-211-39/+2
| * iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-61/+1
| * iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach2011-07-211-0/+3
| * iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-211-9/+7
| * iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-211-0/+8
| * iwlagn: add kick_nic API to transport layerEmmanuel Grumbach2011-07-211-0/+3
| * iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-161-1/+3
| * iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-161-4/+3
| * iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach2011-07-161-0/+2
| * iwlagn: move sync_irq to transport layerEmmanuel Grumbach2011-07-161-0/+5
| * iwlagn: move the tasklet / irq to the transport layerEmmanuel Grumbach2011-07-161-0/+4
| * iwlagn: move Tx datapath to transport layerEmmanuel Grumbach2011-07-161-0/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-151-10/+39
|\|
| * iwlagn: separate and enhance the fixed rate fromWey-Yi Guy2011-07-111-1/+1
| * iwlagn: allow application own the uCode operationWey-Yi Guy2011-07-111-0/+8
| * iwlagn: add CMD_ON_DEMAND flag for host command from testmodeWey-Yi Guy2011-07-111-0/+1
| * iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman2011-07-111-0/+3
| * iwlagn: remove the indirection for the dma channel numWey-Yi Guy2011-07-111-2/+0
| * iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-4/+19