aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.c
Commit message (Expand)AuthorAge
* iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach2011-09-14
* iwlagn: clean up of transport layerEmmanuel Grumbach2011-09-14
* iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach2011-09-14
* iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()Dan Carpenter2011-09-13
* iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach2011-08-29
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-29
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-29
* iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-29
* iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach2011-08-29
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-29
* iwlagn: move isr_statistics to transport layerEmmanuel Grumbach2011-08-29
* iwlagn: move the NIC error flow to the transport layerEmmanuel Grumbach2011-08-29
* iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-29
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-29
* iwlagn: add IWL_DEBUG_FW_ERRORSEmmanuel Grumbach2011-08-29
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: cmd_queue moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: debug_level moves to struct iwl_sharedEmmanuel Grumbach2011-08-29
* iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-29
* iwlagn: use iwl_get_debug_level instead of iwl_debug_levelEmmanuel Grumbach2011-08-29
* iwlagn: Rename iwlcore prefixWey-Yi Guy2011-08-29
* iwlagn: support new P2P implementationJohannes Berg2011-08-08
* iwlagn: track beacon interval sent to deviceJohannes Berg2011-07-21
* iwlagn: implement WoWLANJohannes Berg2011-07-21
* iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-21
* iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-21
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-21
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-11
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-11
* iwlagn: add an API to free the TX contextEmmanuel Grumbach2011-07-11
* iwlagn: remove hcmd opsWey-Yi Guy2011-07-01
* iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-01
* iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy2011-07-01
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-28
|\
| * iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-24
* | iwlagn: fill beacon TX rate properlyJohannes Berg2011-06-24
* | iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach2011-06-18
* | iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy2011-06-18
* | iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach2011-06-18
* | iwlagn: use sku capabilities information from EEPROMWey-Yi Guy2011-06-11
* | iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy2011-06-11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-07
|\|
| * iwlagn: fix channel switch lockingStanislaw Gruszka2011-06-03
* | iwlagn: call commit_rxon function directlyWey-Yi Guy2011-06-03
* | iwlagn: remove un-necessary tx power opsWey-Yi Guy2011-06-01
|/
* iwlagn: prefer BSS contextJohannes Berg2011-04-30