summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-lib.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-3/+5
* iwlagn: move scan code to scan fileJohannes Berg2011-09-211-427/+0
* iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy2011-09-191-5/+1
* iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach2011-09-141-1/+1
* iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach2011-08-291-32/+1
* iwlagn: move dump_csr and dump_fh to transport layerEmmanuel Grumbach2011-08-291-130/+0
* iwlagn: move reclaim related functionsEmmanuel Grumbach2011-08-291-193/+0
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-268/+3
* iwlagn: more comments for bt channel inhibitionWey-Yi Guy2011-08-291-1/+1
* iwlagn: enable 11n aggregation without checking traffic loadWey-Yi Guy2011-08-291-0/+1
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-5/+5
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-3/+3
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-6/+6
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-7/+7
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-3/+3
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-5/+6
* iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-0/+3
* iwlagn: support new P2P implementationJohannes Berg2011-08-081-32/+15
* iwlagn: implement WoWLANJohannes Berg2011-07-211-0/+6
* iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-211-49/+49
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-5/+5
* iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach2011-07-211-102/+0
* iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach2011-07-211-10/+0
* iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach2011-07-211-16/+1
* iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-161-39/+0
* iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-161-225/+1
* iwlagn: set default of uCode ownership to driverHsu, Kenny2011-07-161-0/+2
* iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy2011-07-161-1/+1
* iwlagn: move sync_irq to transport layerEmmanuel Grumbach2011-07-161-1/+1
* iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman2011-07-111-2/+104
* iwlagn: remove indirection for eeprom_query_addrFry, Donald H2011-07-111-2/+1
* iwlagn: remove the indirection for iwl_apm_initFry, Donald H2011-07-111-2/+2
* iwlagn: remove the indirection for update_chain_flagsFry, Donald H2011-07-111-2/+1
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-9/+10
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-8/+9
* iwlagn: add an API for TX stopEmmanuel Grumbach2011-07-111-1/+1
* iwlagn: add an API for RX stopEmmanuel Grumbach2011-07-111-17/+7
* iwlagn: remove hcmd opsWey-Yi Guy2011-07-011-7/+4
* iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-011-7/+2
* iwlagn: add rx_free to transport layerEmmanuel Grumbach2011-07-011-27/+0
* iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-011-40/+1
* iwlagn: Add power_level module parameterWey-Yi Guy2011-06-181-0/+1
* iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach2011-06-181-6/+6
* iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach2011-06-181-3/+4
* iwlagn: Support flush queues for specified interfaceWey-Yi Guy2011-06-181-2/+4
* iwlagn: add PAN to tx flushWey-Yi Guy2011-06-181-2/+9
* iwlagn: Remove un-necessary indirect callWey-Yi Guy2011-06-181-1/+1
* iwlagn: add debug message for coex related activitiesWey-Yi Guy2011-06-111-15/+15