summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-lib.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach1-3/+5
2011-09-22iwlagn: move scan code to scan fileJohannes Berg1-427/+0
2011-09-20iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy1-5/+1
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach1-32/+1
2011-08-29iwlagn: move dump_csr and dump_fh to transport layerEmmanuel Grumbach1-130/+0
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach1-193/+0
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach1-268/+3
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: bus layer chooses its transport layerEmmanuel Grumbach1-5/+5
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-6/+6
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach1-7/+7
2011-08-29iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-5/+6
2011-08-29iwlagn: introduce iwl-shared.hEmmanuel Grumbach1-0/+3
2011-08-09iwlagn: support new P2P implementationJohannes Berg1-32/+15
2011-07-21iwlagn: implement WoWLANJohannes Berg1-0/+6
2011-07-21iwlagn: remove un-necessary "_agn"Wey-Yi Guy1-49/+49
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-5/+5
2011-07-21iwlagn: move more functions from the start flow to the transport layerEmmanuel Grumbach1-102/+0
2011-07-21iwlagn: kill iwlagn_setup_deferred_workEmmanuel Grumbach1-10/+0
2011-07-21iwlagn: kill iwlagn_rx_handler_setupEmmanuel Grumbach1-16/+1
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-39/+0
2011-07-16iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach1-225/+1
2011-07-16iwlagn: set default of uCode ownership to driverHsu, Kenny1-0/+2
2011-07-16iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy1-1/+1
2011-07-16iwlagn: move sync_irq to transport layerEmmanuel Grumbach1-1/+1
2011-07-11iwlagn: Enable/disable PS poll based on RSSI and BT coex traffic stateMeenakshi Venkataraman1-2/+104
2011-07-11iwlagn: remove indirection for eeprom_query_addrFry, Donald H1-2/+1
2011-07-11iwlagn: remove the indirection for iwl_apm_initFry, Donald H1-2/+2
2011-07-11iwlagn: remove the indirection for update_chain_flagsFry, Donald H1-2/+1
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-9/+10
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-8/+9
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-1/+1
2011-07-11iwlagn: add an API for RX stopEmmanuel Grumbach1-17/+7
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy1-7/+4
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-7/+2
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach1-27/+0
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach1-40/+1
2011-06-18iwlagn: Add power_level module parameterWey-Yi Guy1-0/+1
2011-06-18iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach1-6/+6
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-3/+4
2011-06-18iwlagn: Support flush queues for specified interfaceWey-Yi Guy1-2/+4
2011-06-18iwlagn: add PAN to tx flushWey-Yi Guy1-2/+9