aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-18iwlagn: Remove un-necessary indirect callWey-Yi Guy1-1/+1
2011-06-11iwlagn: add debug message for coex related activitiesWey-Yi Guy1-15/+15
2011-06-11iwlagn: use sku capabilities information from EEPROMWey-Yi Guy1-2/+3
2011-06-11iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_paramsWey-Yi Guy1-0/+1
2011-06-11iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy1-1/+3
2011-06-03iwlagn: save the latest smps modeWey-Yi Guy1-0/+1
2011-06-01iwlwifi: disambiguate invalid DMA index warningsDaniel Halperin1-3/+3
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-1/+1
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-6/+6
2011-04-30iwlagn: mod param cleanupDon Fry1-1/+1
2011-04-30iwlagn: use proper good CRC threshold behaviourJohannes Berg1-2/+10
2011-04-30iwlagn: avoid hangs when restarting deviceJohannes Berg1-6/+15
2011-04-22iwlagn: remove hw_ready variableJohannes Berg1-2/+1
2011-04-22iwlagn: implement synchronous firmware loadJohannes Berg1-2/+0
2011-04-22iwlagn: leave notification waits on firmware errorsJohannes Berg1-1/+5
2011-04-22iwlagn: make iwlagn_wait_notification return error codeJohannes Berg1-4/+7
2011-04-22iwlagn: extend notification wait functionJohannes Berg1-2/+5
2011-04-22iwlagn: refactor up pathJohannes Berg1-0/+46
2011-04-22iwlagn: refactor down pathJohannes Berg1-0/+30
2011-04-08iwlagn: clean up & autodetect statisticsJohannes Berg1-3/+1
2011-04-08iwlagn: tx power calib always done in firmwareWey-Yi Guy1-2/+4
2011-04-08iwlagn: fix radar frame rejectionGaren Tamrazian1-8/+21