summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-dev.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-29iwlagn: handle GO powersaveJohannes Berg1-0/+3
2011-08-29iwlagn: move tx queues to transport layerEmmanuel Grumbach1-42/+0
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-2/+0
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-11/+0
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach1-0/+2
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach1-7/+0
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach1-9/+3
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach1-7/+0
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-39/+0
2011-08-29iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach1-2/+0
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-3/+0
2011-08-29iwlagn: add missing includesEmmanuel Grumbach1-7/+0
2011-08-29iwlagn: move Keep Warm to transport layerEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach1-9/+0
2011-08-29iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcieEmmanuel Grumbach1-3/+0
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach1-0/+5
2011-08-29iwlagn: move isr_statistics to transport layerEmmanuel Grumbach1-20/+3
2011-08-29iwlagn: move ISR related data to transport layerEmmanuel Grumbach1-12/+1
2011-08-29iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach1-2/+0
2011-08-29iwlagn: iwl_rx_queue moves to the iwl_trans_pcieEmmanuel Grumbach1-43/+1
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-3/+0
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-2/+0
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-2/+0
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach1-3/+0
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-52/+2
2011-08-29iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach1-29/+0
2011-08-29iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach1-0/+4
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-3/+6
2011-08-09iwlagn: support new P2P implementationJohannes Berg1-6/+4
2011-08-09iwlagn: reserve queue 10 for TX during scan dwellJohannes Berg1-4/+15
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-132/+65
2011-07-21iwlagn: track beacon interval sent to deviceJohannes Berg1-0/+2
2011-07-21iwlagn: implement WoWLANJohannes Berg1-1/+11
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-50/+48
2011-07-21iwlagn: remove keyinfo cacheJohannes Berg1-8/+0
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy1-1/+1
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-39/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-61/+1
2011-07-21iwlagn: move iwl_prepare_card_hw to the transport layerEmmanuel Grumbach1-0/+3
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach1-9/+7
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach1-0/+8
2011-07-21iwlagn: add kick_nic API to transport layerEmmanuel Grumbach1-0/+3
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-1/+3
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-4/+3
2011-07-16iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach1-0/+2